All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Add cdip support
@ 2011-01-12 11:27 Lucas De Marchi
  2011-01-12 11:27 ` [PATCH 1/9] include: add cdip field in ofono_call Lucas De Marchi
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Lucas De Marchi @ 2011-01-12 11:27 UTC (permalink / raw)
  To: ofono

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

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


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 11:27 [PATCH 0/9] Add cdip support Lucas De Marchi
2011-01-12 11:27 ` [PATCH 1/9] include: add cdip field in ofono_call Lucas De Marchi
2011-01-18 21:04   ` Denis Kenzior
2011-01-12 11:27 ` [PATCH 2/9] voicecall: add support for cdip Lucas De Marchi
2011-01-12 11:27 ` [PATCH 3/9] atmodem: add cdip to voicecall Lucas De Marchi
2011-01-12 11:27 ` [PATCH 4/9] doc: add CalledLineIdentification property " Lucas De Marchi
2011-01-12 11:27 ` [PATCH 5/9] include: add method for querying cdip support Lucas De Marchi
2011-01-12 11:27 ` [PATCH 6/9] call-settings: add support for cdip Lucas De Marchi
2011-01-12 11:27 ` [PATCH 7/9] atmodem: add cdip to call-settings Lucas De Marchi
2011-01-12 11:27 ` [PATCH 8/9] doc: add CalledLinePresentation property to CallSettings Lucas De Marchi
2011-01-13 17:09   ` Lucas De Marchi
2011-01-14 13:47     ` [PATCH] " Lucas De Marchi
2011-01-12 11:27 ` [PATCH 9/9] call-settings: apply rule M11 of coding style Lucas De Marchi

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.