This series of patches is the second part of the split of the version 2 series,
concerning the changes needed to provide foundation support for the nokiacdma
device plugin and the adding 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 (3):
nokiacdma: Add plugin and CDMA MO Call Support
ofono-rules: Add nokiacdma device
udev: Add nokiacdma device
Makefile.am | 20 ++-
plugins/nokiacdma.c | 275 ++++++++++++++++++++++++++
plugins/ofono.rules | 4 +
plugins/udev.c | 21 ++
4 files changed, 303 insertions(+), 0 deletions(-)
create mode 100644 plugins/nokiacdma.c
Show replies by date