Following patches add support for cdip in oFono. It's implement in atmodem and tested with phonesim.
As I understood from 27.007, this property only makes sense for incoming calls, so the property in voicecall atom is only presented in this case (and if the network actually sent this field). Last patch is only a style fix. Lucas De Marchi (9): include: add cdip field in ofono_call voicecall: add support for cdip atmodem: add cdip to voicecall doc: add CalledLineIdentification property to voicecall include: add method for querying cdip support call-settings: add support for cdip atmodem: add cdip to call-settings doc: add CalledLinePresentation property to CallSettings call-settings: apply rule M11 of coding style doc/call-settings-api.txt | 15 ++++++ doc/voicecall-api.txt | 9 +++ drivers/atmodem/call-settings.c | 26 +++++++++ drivers/atmodem/voicecall.c | 61 +++++++++++++++++++++- include/call-settings.h | 2 + include/types.h | 1 + src/call-settings.c | 107 ++++++++++++++++++++++++++++++++------- src/voicecall.c | 38 +++++++++++++- 8 files changed, 236 insertions(+), 23 deletions(-) -- 1.7.3.5 _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
