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 (3):
  doc: Add message state API
  include: Introduce message
  message: Code independent of protocol stack

 Makefile.am               |    6 +-
 doc/cdma-message-api.txt  |    5 +
 doc/message-api.txt       |   24 +----
 doc/message-state-api.txt |   27 +++++
 include/message.h         |   67 ++++++++++++
 src/message.c             |  257 ++++++++++++++++++++++++++++++++++++++++++++
 src/ofono.h               |    2 +
 src/sms.c                 |  258 +++++++--------------------------------------
 8 files changed, 399 insertions(+), 247 deletions(-)
 create mode 100644 doc/message-state-api.txt
 create mode 100644 include/message.h
 create mode 100644 src/message.c

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

Reply via email to