All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Introduce new gprs APIs to setup STK PDP context
@ 2011-05-04 17:26 Philippe Nunes
  2011-05-04 17:26 ` [PATCH 1/4] gprs: Add 'stk' gprs context type Philippe Nunes
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Philippe Nunes @ 2011-05-04 17:26 UTC (permalink / raw)
  To: ofono

[-- 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(-)


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

end of thread, other threads:[~2011-05-05 16:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04 17:26 [PATCH 0/4] Introduce new gprs APIs to setup STK PDP context Philippe Nunes
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

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.