All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/4] Unify SPN reading logic
@ 2012-01-18 11:56 Oleg Zhurakivskyy
  2012-01-18 11:56 ` [PATCHv3 1/4] gprs: Use sim SPN watch API Oleg Zhurakivskyy
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Oleg Zhurakivskyy @ 2012-01-18 11:56 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

Hello,

Please find the changes in order not to duplicate the SPN reading logic in src/grps.c and src/network.c.

Changes from v2:

- Removed sim_watch() capability from gprs.c
- Corrected the operator name emission logic.
- In order to save some memory, netreg accesses the spn directly
  from the sim atom.

Regards,
Oleg

Oleg Zhurakivskyy (4):
  gprs: Use sim SPN watch API
  network: Use sim SPN watch API
  sim: Add ofono_sim_get_spn()
  network: Access SPN directly from the sim atom

 include/sim.h |    1 +
 src/gprs.c    |   71 ++++++++++-------------
 src/network.c |  171 ++++++---------------------------------------------------
 src/sim.c     |    8 +++
 4 files changed, 58 insertions(+), 193 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-01-19 13:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 11:56 [PATCHv3 0/4] Unify SPN reading logic Oleg Zhurakivskyy
2012-01-18 11:56 ` [PATCHv3 1/4] gprs: Use sim SPN watch API Oleg Zhurakivskyy
2012-01-18 11:56 ` [PATCHv3 2/4] network: " Oleg Zhurakivskyy
2012-01-18 11:56 ` [PATCHv3 3/4] sim: Add ofono_sim_get_spn() Oleg Zhurakivskyy
2012-01-18 11:56 ` [PATCHv3 4/4] network: Access SPN directly from the sim atom Oleg Zhurakivskyy
2012-01-18 19:04 ` [PATCHv3 0/4] Unify SPN reading logic Denis Kenzior
2012-01-19 13:09   ` Oleg Zhurakivskyy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.