All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH_v4 0/6] Create CDMA Network Registration atom
@ 2011-08-02 12:45 Bertrand Aygon
  2011-08-02 12:45 ` [PATCH_v4 1/6] cdmamodem: Define " Bertrand Aygon
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Bertrand Aygon @ 2011-08-02 12:45 UTC (permalink / raw)
  To: ofono

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

Create an org.ofono.cdma.NetworkRegistration interface.
Create the skeleton for the new interface.
Modify SpeedUpCDMA driver to register this atom.
Add status information to the CDMA Network registration atom.
Register to ^MODE notification to be informed when network change.
Send ^SYSINFO to get network status information.

Bertrand Aygon (6):
  cdmamodem: Define CDMA Network Registration atom.
  cdmamodem: Create org.ofono.cdma.NetworkRegistration interface.
  cdmamodem: Create CDMA network registration atom.
  speedupcdma: register to CDMA network registration atom.
  cdmamodem: add status info to cdma network atom.
  cdmamodem: register for network status notification.

 Makefile.am                              |    9 +-
 drivers/cdmamodem/cdmamodem.c            |    2 +
 drivers/cdmamodem/cdmamodem.h            |    2 +
 drivers/cdmamodem/network-registration.c |  156 +++++++++++++++++++
 include/cdma-netreg.h                    |   69 +++++++++
 include/dbus.h                           |    2 +
 plugins/speedupcdma.c                    |    3 +
 src/cdma-netreg.c                        |  244 ++++++++++++++++++++++++++++++
 src/ofono.h                              |    2 +
 9 files changed, 485 insertions(+), 4 deletions(-)
 create mode 100644 drivers/cdmamodem/network-registration.c
 create mode 100644 include/cdma-netreg.h
 create mode 100644 src/cdma-netreg.c

-- 
1.7.4.1

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

end of thread, other threads:[~2011-08-02 12:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 12:45 [PATCH_v4 0/6] Create CDMA Network Registration atom Bertrand Aygon
2011-08-02 12:45 ` [PATCH_v4 1/6] cdmamodem: Define " Bertrand Aygon
2011-07-31 10:12   ` Denis Kenzior
2011-08-02 12:45 ` [PATCH_v4 2/6] cdmamodem: Create org.ofono.cdma.NetworkRegistration interface Bertrand Aygon
2011-07-31 10:14   ` Denis Kenzior
2011-08-02 12:45 ` [PATCH_v4 3/6] cdmamodem: Create CDMA network registration atom Bertrand Aygon
2011-08-02 12:45 ` [PATCH_v4 4/6] speedupcdma: register to " Bertrand Aygon
2011-07-31 10:15   ` Denis Kenzior
2011-08-02 12:45 ` [PATCH_v4 5/6] cdmamodem: add status info to cdma network atom Bertrand Aygon
2011-07-31 10:26   ` Denis Kenzior
2011-08-02 12:45 ` [PATCH_v4 6/6] cdmamodem: register for network status notification Bertrand Aygon
2011-07-31 10:34   ` Denis Kenzior

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.