From: Andras Domokos <Andras.Domokos@nokia.com>
To: ofono@ofono.org
Subject: [PATCH 0/3] Voice call SS notifications (2nd version)
Date: Mon, 28 Feb 2011 18:28:02 +0200 [thread overview]
Message-ID: <cover.1298883762.git.Andras.Domokos@nokia.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1406 bytes --]
Implementation proposal for handling some of the voice call
related Supplementary Services (SS) notifications.
Implementation details:
- removed SSN atom
- expanded the SS notify functions with call number info, useful
for modems capable of delivering it in the SS notifications
- expanded the SS callback functions with call number info and
service code, useful in demultiplexing when a common callback
function is defined for multiple service codes
- added +CSSU and +CSSI type SS notifications handling to the
voicecall code
Andras Domokos (3):
ssn: remove SSN atom
ssn: add code and call id to notifications
voicecall: add SSN notifications handling
drivers/atmodem/ssn.c | 6 +-
include/ssn.h | 12 ++--
include/types.h | 2 +
plugins/calypso.c | 1 -
plugins/g1.c | 1 -
plugins/huawei.c | 1 -
plugins/ifx.c | 1 -
plugins/isiusb.c | 1 -
plugins/linktop.c | 1 -
plugins/n900.c | 1 -
plugins/phonesim.c | 1 -
plugins/ste.c | 1 -
plugins/tc65.c | 1 -
plugins/u8500.c | 1 -
plugins/wavecom.c | 1 -
src/ofono.h | 5 +-
src/ssn.c | 66 +++++---------
src/voicecall.c | 240 ++++++++++++++++++++++++++++++++++++++++++++++++-
18 files changed, 272 insertions(+), 71 deletions(-)
next reply other threads:[~2011-02-28 16:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-28 16:28 Andras Domokos [this message]
2011-02-28 16:28 ` [RFC PATCH 1/3] ssn: remove SSN atom Andras Domokos
2011-02-28 16:28 ` [RFC PATCH 2/3] ssn: add code and call id to notifications Andras Domokos
2011-02-28 22:19 ` Denis Kenzior
2011-02-28 16:28 ` [RFC PATCH 3/3] voicecall: add SSN notifications handling Andras Domokos
2011-03-10 8:33 ` Setting PDP mode claudio
2011-03-11 15:27 ` Aygon, Bertrand
2011-03-11 16:20 ` Denis Kenzior
2011-03-14 10:13 ` Mika.Liljeberg
2011-03-14 14:21 ` Denis Kenzior
2011-03-14 14:55 ` Mika.Liljeberg
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.1298883762.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 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.