Open Source Telephony
 help / color / mirror / Atom feed
From: Andras Domokos <Andras.Domokos@nokia.com>
To: ofono@ofono.org
Subject: [PATCH 0/3] Voice call SS notifications (3rd version)
Date: Thu, 03 Mar 2011 18:47:53 +0200	[thread overview]
Message-ID: <cover.1299168583.git.Andras.Domokos@nokia.com> (raw)

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

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

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

Andras Domokos (3):
  ssn: remove SSN atom completely
  voicecall: add SSN handling functions
  atmodem: add 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      |   95 -----------------
 include/ssn.h               |   61 -----------
 include/types.h             |    2 +
 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             |  156 +++++++++++++++++++++++++++
 26 files changed, 227 insertions(+), 605 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


             reply	other threads:[~2011-03-03 16:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-03 16:47 Andras Domokos [this message]
2011-03-03 16:48 ` [RFC PATCH 1/3] ssn: remove SSN atom completely Andras Domokos
2011-03-03 19:51   ` Denis Kenzior
2011-03-04 12:11     ` Andras Domokos
2011-03-03 16:48 ` [RFC PATCH 2/3] voicecall: add SSN handling functions Andras Domokos
2011-03-03 20:03   ` Denis Kenzior
2011-03-04 12:26     ` Andras Domokos
2011-03-03 16:48 ` [RFC PATCH 3/3] atmodem: add SSN handling Andras Domokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1299168583.git.Andras.Domokos@nokia.com \
    --to=andras.domokos@nokia.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox