All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andras Domokos <Andras.Domokos@nokia.com>
To: ofono@ofono.org
Subject: [PATCH 0/3] Voice call SS notifications
Date: Wed, 09 Feb 2011 12:33:46 +0200	[thread overview]
Message-ID: <cover.1297244229.git.Andras.Domokos@nokia.com> (raw)

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

Here are the implementation proposal for handling some of the voice call
related Supplementary Services notifications.

Implementation details:
- removed the +CSSI type SS notifications handling from the
  call-barring code
- 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

The API level detailed changes are explained in the doc files. 

Andras Domokos (3):
  call-barring: removed +CSSI type SS notifications
  ssn: add code and call id to notifications
  voicecall: handle voice call SS notifications

 drivers/atmodem/ssn.c |    4 +-
 include/ssn.h         |    7 +-
 include/types.h       |    2 +
 src/call-barring.c    |   74 ---------------
 src/ofono.h           |    6 +-
 src/ssn.c             |   11 +-
 src/voicecall.c       |  242 ++++++++++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 257 insertions(+), 89 deletions(-)


             reply	other threads:[~2011-02-09 10:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-09 10:33 Andras Domokos [this message]
2011-02-09 10:33 ` [RFC PATCH 1/3] call-barring: removed +CSSI type SS notifications Andras Domokos
2011-02-10  3:04   ` Denis Kenzior
2011-02-10  8:43     ` Andras Domokos
2011-02-09 10:34 ` [RFC PATCH 2/3] ssn: add code and call id to notifications Andras Domokos
2011-02-10  3:08   ` Denis Kenzior
2011-02-10  9:12     ` Andras Domokos
2011-02-22 12:07       ` Sankar
2011-02-24 11:43         ` Andras Domokos
2011-02-24 15:43           ` Denis Kenzior
2011-02-24 16:11             ` Andras Domokos
2011-02-24 16:14               ` Denis Kenzior
2011-02-24 16:21                 ` Andras Domokos
2011-02-09 10:34 ` [RFC PATCH 3/3] voicecall: handle voice call SS notifications 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.1297244229.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.