This set of patches enable the "org.ofono.Message" interface code to be
independent of the protocol stack. This will enable both GSM and CDMA SMS stack
to reuse the interface code.

The changes have been tested with phonesim using send-sms script.

Faiyaz Baxamusa (2):
  doc: Add messagemanager-api and change message-api
  sms: Introduce message code independent of protocol stack

 Makefile.am                                        |    6 +-
 ...message-api.txt => cdma-messagemanager-api.txt} |    0
 doc/message-api.txt                                |   89 -------
 doc/messagemanager-api.txt                         |   88 +++++++
 src/message.c                                      |  230 ++++++++++++++++++
 src/message.h                                      |   67 ++++++
 src/sms.c                                          |  247 +++-----------------
 7 files changed, 416 insertions(+), 311 deletions(-)
 rename doc/{cdma-message-api.txt => cdma-messagemanager-api.txt} (100%)
 create mode 100644 doc/messagemanager-api.txt
 create mode 100644 src/message.c
 create mode 100644 src/message.h

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

Reply via email to