All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Voice call SS notifications (4th version)
@ 2011-03-04 17:12 Andras Domokos
  2011-03-04 17:12 ` [RFC PATCH 1/5] ssn: remove SSN atom completely Andras Domokos
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Andras Domokos @ 2011-03-04 17:12 UTC (permalink / raw)
  To: ofono

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

Implementation proposal for handling some of the voice call
related Supplementary Services (SS) notifications.

Implementation details:
- removed SSN atom and all the dependencies
- (re)implemented voice call SS notification handling framework
- added voice call SS notification handling to AT modem driver
  (+CSSU and +CSSI notifications) 
- added voice call SS notification handling to ISI modem driver

Andras Domokos (5):
  ssn: remove SSN atom completely
  voicecall: add SSN function declarations
  voicecall: implement SSN handling functions
  atmodem: implement SSN handling
  isimodem: implement SSN handling

 Makefile.am                  |    6 +-
 drivers/atmodem/atmodem.c    |    2 -
 drivers/atmodem/atmodem.h    |    3 -
 drivers/atmodem/ssn.c        |  147 ------------
 drivers/atmodem/voicecall.c  |   61 +++++
 drivers/isimodem/isimodem.c  |    2 -
 drivers/isimodem/isimodem.h  |    3 -
 drivers/isimodem/ssn.c       |  503 ------------------------------------------
 drivers/isimodem/voicecall.c |  359 ++++++++++++++++++++++++++++++
 include/ssn.h                |   61 -----
 include/voicecall.h          |    6 +
 plugins/calypso.c            |    2 -
 plugins/g1.c                 |    2 -
 plugins/huawei.c             |    2 -
 plugins/ifx.c                |    2 -
 plugins/isiusb.c             |    2 -
 plugins/linktop.c            |    2 -
 plugins/n900.c               |    2 -
 plugins/phonesim.c           |    2 -
 plugins/ste.c                |    2 -
 plugins/tc65.c               |    2 -
 plugins/u8500.c              |    2 -
 plugins/wavecom.c            |    2 -
 src/ofono.h                  |   17 --
 src/ssn.c                    |  247 ---------------------
 src/voicecall.c              |  174 +++++++++++++++
 26 files changed, 602 insertions(+), 1013 deletions(-)
 delete mode 100644 drivers/atmodem/ssn.c
 delete mode 100644 drivers/isimodem/ssn.c
 delete mode 100644 include/ssn.h
 delete mode 100644 src/ssn.c


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 17:12 [PATCH 0/5] Voice call SS notifications (4th version) Andras Domokos
2011-03-04 17:12 ` [RFC PATCH 1/5] ssn: remove SSN atom completely Andras Domokos
2011-03-04 17:12 ` [RFC PATCH 2/5] voicecall: add SSN function declarations Andras Domokos
2011-03-04 17:12 ` [RFC PATCH 3/5] voicecall: implement SSN handling functions Andras Domokos
2011-03-11 19:54   ` Denis Kenzior
2011-03-14  7:30     ` Andras Domokos
2011-03-04 17:12 ` [RFC PATCH 4/5] atmodem: implement SSN handling Andras Domokos
2011-03-04 17:12 ` [RFC PATCH 5/5] isimodem: " Andras Domokos
2011-03-11 19:52 ` [PATCH 0/5] Voice call SS notifications (4th version) Denis Kenzior
2011-03-14  7:22   ` Andras Domokos

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.