All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Support for emergency number list from network/modem
@ 2011-03-28 13:58 Jeevaka Badrappan
  2011-03-28 13:58 ` [PATCH v2 1/4] include: Add ofono_voicecall_en_list_notify api Jeevaka Badrappan
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jeevaka Badrappan @ 2011-03-28 13:58 UTC (permalink / raw)
  To: ofono

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

Hi,

 Following set of patch adds the emergency number list update from
the network/modem. Upon emergency number list update from modem, ofono
core will be updated which will result in dbus property change signal
as well. With this patch, even if the emergency number list maintained
in ofono matches with the received emergency number list from modem,
dbus property change will be signalled. If this should be avoided,
then it needs to be decided whether the check should be added in core
or for each modem.

Regards,
Jeevaka

Jeevaka Badrappan (4):
  include: Add ofono_voicecall_en_list_notify api
  voicecall: refactor emergency number list handling
  voicecall: network emergency number list support
  ifxmodem: emergency number list support

 drivers/ifxmodem/voicecall.c |   98 ++++++++++++++++++++++++++++++++++++++++++
 include/voicecall.h          |    3 +
 src/voicecall.c              |   45 ++++++++++++++++---
 3 files changed, 138 insertions(+), 8 deletions(-)


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

end of thread, other threads:[~2011-03-30 15:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 13:58 [PATCH v2 0/4] Support for emergency number list from network/modem Jeevaka Badrappan
2011-03-28 13:58 ` [PATCH v2 1/4] include: Add ofono_voicecall_en_list_notify api Jeevaka Badrappan
2011-03-30  3:03   ` Denis Kenzior
2011-03-28 13:58 ` [PATCH v2 2/4] voicecall: refactor emergency number list handling Jeevaka Badrappan
2011-03-30  3:06   ` Denis Kenzior
2011-03-30 13:33     ` Jeevaka.Badrappan
2011-03-30 15:41       ` Denis Kenzior
2011-03-28 13:58 ` [PATCH v2 3/4] voicecall: network emergency number list support Jeevaka Badrappan
2011-03-28 13:58 ` [PATCH v2 4/4] ifxmodem: " Jeevaka Badrappan
2011-03-30  3:17   ` 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.