All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCHv3 0/2] Make message state feature independent of the stack
  2011-01-20 21:42 [PATCHv3 0/2] Make message state feature independent of the stack Faiyaz Baxamusa
@ 2011-01-20 21:02 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-01-20 21:02 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]

Hi Faiyaz,

On 01/20/2011 03:42 PM, Faiyaz Baxamusa wrote:
> 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                                        |    7 +-
>  ...message-api.txt => cdma-messagemanager-api.txt} |    0
>  doc/message-api.txt                                |   89 -------
>  doc/messagemanager-api.txt                         |   88 +++++++
>  src/message.c                                      |  228 ++++++++++++++++++
>  src/message.h                                      |   54 +++++
>  src/sms.c                                          |  247 +++-----------------
>  7 files changed, 402 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

Both patches have been applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCHv3 0/2] Make message state feature independent of the stack
@ 2011-01-20 21:42 Faiyaz Baxamusa
  2011-01-20 21:02 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Faiyaz Baxamusa @ 2011-01-20 21:42 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1128 bytes --]

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                                        |    7 +-
 ...message-api.txt => cdma-messagemanager-api.txt} |    0
 doc/message-api.txt                                |   89 -------
 doc/messagemanager-api.txt                         |   88 +++++++
 src/message.c                                      |  228 ++++++++++++++++++
 src/message.h                                      |   54 +++++
 src/sms.c                                          |  247 +++-----------------
 7 files changed, 402 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-20 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20 21:42 [PATCHv3 0/2] Make message state feature independent of the stack Faiyaz Baxamusa
2011-01-20 21:02 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.