All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH_v2 0/3] Create CDMA Network Registration atom
@ 2011-07-23  4:09 Bertrand Aygon
  2011-07-23  4:09 ` [PATCH_v2 1/3] cdmamodem: Create org.ofono.cdma.NetworkRegistration interface Bertrand Aygon
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bertrand Aygon @ 2011-07-23  4:09 UTC (permalink / raw)
  To: ofono

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

Create an org.ofono.cdma.NetworkRegistraiton interface

Bertrand Aygon (3):
  cdmamodem: Create org.ofono.cdma.NetworkRegistration interface.
  cdmamodem: Create network registration atom.
  speedupcdma: register to cdma network registration atom.

 Makefile.am                              |    9 +-
 drivers/cdmamodem/cdmamodem.c            |    2 +
 drivers/cdmamodem/cdmamodem.h            |    5 +
 drivers/cdmamodem/network-registration.c |  139 ++++++++++++++++++
 include/cdma-netreg.h                    |   63 ++++++++
 include/dbus.h                           |    2 +
 plugins/speedupcdma.c                    |    3 +
 src/cdma-netreg.c                        |  233 ++++++++++++++++++++++++++++++
 src/ofono.h                              |    2 +
 9 files changed, 454 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] 10+ messages in thread

end of thread, other threads:[~2011-07-23 15:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23  4:09 [PATCH_v2 0/3] Create CDMA Network Registration atom Bertrand Aygon
2011-07-23  4:09 ` [PATCH_v2 1/3] cdmamodem: Create org.ofono.cdma.NetworkRegistration interface Bertrand Aygon
2011-07-23 14:52   ` Marcel Holtmann
2011-07-23  4:09 ` [PATCH_v2 2/3] cdmamodem: Create network registration atom Bertrand Aygon
2011-07-23 14:59   ` Marcel Holtmann
2011-07-23 15:11     ` Denis Kenzior
2011-07-23 15:15       ` Aygon, Bertrand
2011-07-23 15:23         ` Denis Kenzior
2011-07-23  4:09 ` [PATCH_v2 3/3] speedupcdma: register to cdma " Bertrand Aygon
2011-07-23 15:00   ` Marcel Holtmann

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.