All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/4] Unify SPN reading logic
@ 2012-01-09 10:30 Oleg Zhurakivskyy
  2012-01-09 10:30 ` [PATCHv2 1/4] sim: Minor style fixes Oleg Zhurakivskyy
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Oleg Zhurakivskyy @ 2012-01-09 10:30 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 794 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 v1:

- SPN reading logic has been moved into the sim atom in order to avoid the asymmetry in the API.
- netreg and gprs atoms are simple consumers.
- Added display condition to the SPN watch callback.

Regards,
Oleg

Oleg Zhurakivskyy (4):
  sim: Minor style fixes
  sim: Add SPN watch capability
  gprs: Use sim SPN watch API
  network: Use sim SPN watch API

 include/sim.h |    8 ++
 src/gprs.c    |  105 ++++++++++++++---------
 src/network.c |  163 +++++-------------------------------
 src/sim.c     |  264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 4 files changed, 345 insertions(+), 195 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2012-01-17 11:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 10:30 [PATCHv2 0/4] Unify SPN reading logic Oleg Zhurakivskyy
2012-01-09 10:30 ` [PATCHv2 1/4] sim: Minor style fixes Oleg Zhurakivskyy
2012-01-16  2:29   ` Denis Kenzior
2012-01-09 10:30 ` [PATCHv2 2/4] sim: Add SPN watch capability Oleg Zhurakivskyy
2012-01-16  2:30   ` Denis Kenzior
2012-01-09 10:30 ` [PATCHv2 3/4] gprs: Use sim SPN watch API Oleg Zhurakivskyy
2012-01-16  2:29   ` Denis Kenzior
2012-01-17 11:46     ` Oleg Zhurakivskyy
2012-01-09 10:30 ` [PATCHv2 4/4] network: " Oleg Zhurakivskyy
2012-01-16  2:14   ` Denis Kenzior
2012-01-17 11:46     ` 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.