Open Source Telephony
 help / color / mirror / Atom feed
From: Philippe Nunes <philippe.nunes@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH 0/4] Introduce new gprs APIs to setup STK PDP context
Date: Wed, 04 May 2011 19:26:38 +0200	[thread overview]
Message-ID: <1304530002-13336-1-git-send-email-philippe.nunes@linux.intel.com> (raw)

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

New APIs are introduced in the gprs atom in order to setup a PDP context directly from the stk atom.
In order to privatize the PDP context created from STK, a new PDP context type ('stk') is introduced.
By registering a callback, the STK atom is notified when the dedicated PDP context is activated and 
the interface setup is extended to add also a host route for STK PDP context type. 

Philippe Nunes (4):
  gprs: Add 'stk' gprs context type
  gprs: Add new external APIs to create, activate and remove a PDP
    context
  stk: Use gprs APIs to create, activate and remove a dedicated PDP
    context
  gprs: Add a host route for STK context type.

 include/gprs-context.h |    1 +
 include/gprs.h         |   16 +++
 src/gprs.c             |  292 +++++++++++++++++++++++++++++++++++++++++++-----
 src/stk.c              |  132 +++++++++++++++++++---
 4 files changed, 398 insertions(+), 43 deletions(-)


             reply	other threads:[~2011-05-04 17:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 17:26 Philippe Nunes [this message]
2011-05-04 17:26 ` [PATCH 1/4] gprs: Add 'stk' gprs context type Philippe Nunes
2011-05-04 17:26 ` [PATCH 2/4] gprs: Add new external APIs to create, activate and remove a PDP context Philippe Nunes
2011-05-05  3:42   ` Denis Kenzior
2011-05-05 16:38     ` Philippe Nunes
2011-05-05 10:47       ` Denis Kenzior
2011-05-04 17:26 ` [PATCH 3/4] stk: Use gprs APIs to create, activate and remove a dedicated " Philippe Nunes
2011-05-04 17:26 ` [PATCH 4/4] gprs: Add a host route for STK context type Philippe Nunes

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=1304530002-13336-1-git-send-email-philippe.nunes@linux.intel.com \
    --to=philippe.nunes@linux.intel.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