All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add CDMA Connection Manager support
@ 2011-01-21 23:06 christian.lam
  2011-03-17 19:28 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: christian.lam @ 2011-01-21 23:06 UTC (permalink / raw)
  To: ofono

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

From: Christian Lam <christian.lam@nokia.com>

This series of patches provides the support for the CDMA Connection
Manager, cdma-connman, atom. This includes Mobile Originated connection
and disconnection features of Packet Data Service over CDMA
(1xRTT and 1xEV-DO) systems. This implementation do not yet handle the
CDMA Network Registration which is future work.

These patches have been tested against the Nokia 7705 CDMA device in a
tethered mode.

Limitations
-----------
The Nokia 7705 device does not support an AT interface for reporting request
responses, such as the remote/network disconnect reasons, so these are
currently untested.

Christian Lam (7):
  dbus: add CDMA Connection Manager interface
  cdma-connman: add CDMA Connection Manager support
  src: add CDMA Connection Manager support
  nokiacdma: add CDMA Connection Manager support
  cdmamodem: add CDMA Connection Manager support
  test: add CDMA Connection Manager support scripts
  test: add Settings dict parsing for CDMA ConnMan

 Makefile.am                   |    9 +-
 drivers/cdmamodem/cdmamodem.c |    4 +-
 drivers/cdmamodem/cdmamodem.h |    4 +-
 drivers/cdmamodem/connman.c   |  283 ++++++++++++++++++++
 include/cdma-connman.h        |   79 ++++++
 include/dbus.h                |    1 +
 plugins/nokiacdma.c           |    4 +
 src/cdma-connman.c            |  571 +++++++++++++++++++++++++++++++++++++++++
 src/ofono.h                   |    2 +
 test/disable-cdma-connman     |   20 ++
 test/enable-cdma-connman      |   20 ++
 test/list-modems              |   10 +
 12 files changed, 1002 insertions(+), 5 deletions(-)
 create mode 100644 drivers/cdmamodem/connman.c
 create mode 100644 include/cdma-connman.h
 create mode 100644 src/cdma-connman.c
 create mode 100755 test/disable-cdma-connman
 create mode 100755 test/enable-cdma-connman


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

* Re: [PATCH 0/7] Add CDMA Connection Manager support
  2011-01-21 23:06 [PATCH 0/7] Add CDMA Connection Manager support christian.lam
@ 2011-03-17 19:28 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-03-17 19:28 UTC (permalink / raw)
  To: ofono

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

Hi Christian,

On 01/21/2011 05:06 PM, christian.lam(a)nokia.com wrote:
> From: Christian Lam <christian.lam@nokia.com>
> 
> This series of patches provides the support for the CDMA Connection
> Manager, cdma-connman, atom. This includes Mobile Originated connection
> and disconnection features of Packet Data Service over CDMA
> (1xRTT and 1xEV-DO) systems. This implementation do not yet handle the
> CDMA Network Registration which is future work.
> 
> These patches have been tested against the Nokia 7705 CDMA device in a
> tethered mode.
> 
> Limitations
> -----------
> The Nokia 7705 device does not support an AT interface for reporting request
> responses, such as the remote/network disconnect reasons, so these are
> currently untested.
> 
> Christian Lam (7):
>   dbus: add CDMA Connection Manager interface
>   cdma-connman: add CDMA Connection Manager support
>   src: add CDMA Connection Manager support
>   nokiacdma: add CDMA Connection Manager support
>   cdmamodem: add CDMA Connection Manager support
>   test: add CDMA Connection Manager support scripts
>   test: add Settings dict parsing for CDMA ConnMan
> 

All 7 patches have been applied with some minor amends by me (mainly
resolving conflicts in Makefile.am).  Thanks.

Regards,
-Denis

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

end of thread, other threads:[~2011-03-17 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21 23:06 [PATCH 0/7] Add CDMA Connection Manager support christian.lam
2011-03-17 19:28 ` 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.