This series of patches is version 4 of foundation support for the nokiacdma
device plugin and the cdma-voicecall atom. This is needed for
testing the changes in the first part of the series, for providing the
foundation cdmamodem driver and simple CDMA MO Call support with hardware.

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

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

Dara Spieker-Doyle (5):
  cdmamodem: Add CDMA MO Call support
  test: Add CDMA MO Call Support
  nokiacdma: Add plugin and CDMA MO Call Support
  ofono-rules: Add nokiacdma device
  udev: Add nokiacdma device

 Makefile.am                   |   11 ++-
 drivers/cdmamodem/cdmamodem.c |    3 +
 drivers/cdmamodem/cdmamodem.h |    3 +
 drivers/cdmamodem/voicecall.c |  160 +++++++++++++++++++++++++++++++++
 plugins/nokiacdma.c           |  198 +++++++++++++++++++++++++++++++++++++++++
 plugins/ofono.rules           |    4 +
 plugins/udev.c                |   16 ++++
 test/cdma-dial-number         |   24 +++++
 test/cdma-hangup              |   20 ++++
 test/cdma-list-call           |   30 ++++++
 10 files changed, 467 insertions(+), 2 deletions(-)
 create mode 100644 drivers/cdmamodem/voicecall.c
 create mode 100644 plugins/nokiacdma.c
 create mode 100755 test/cdma-dial-number
 create mode 100755 test/cdma-hangup
 create mode 100755 test/cdma-list-call

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to