This new set of patches is introducing the support of the BIP commands in oFono
(stk class 'e'):
As agreed, this patch set is:
- not exposing STK contexts over D-Bus
- only using the kernel buffer.
- using blocking sockets after the connect phase.
- oriented to support TCP/IP first (for UDP Rx, the packet boundaries
are currently not preserved).
Philippe Nunes (11):
gprs: Add private APIs to activate/deactivate private contexts
stk: Add support for the proactive command 'Open channel'
stk: Add support for the proactive command 'Get channel status'
stk: Add support for the proactive command 'Close channel'
stk: Add 'ofono_stk_activate_cb' definition
stk: Add 'ofono_stk_deactivate_context_cb' definition
stk: Add support for the proactive command 'Receive data'
stk: Add support for the proactive command 'Send data'
stk: Add support of the Setup event list proactive command
stk: Add host route to route the traffic through the stk interface
gprs: Add API to set a 'detach'notification callback
src/gprs.c | 248 +++++++++++++++++
src/ofono.h | 23 ++
src/stk.c | 882 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 1153 insertions(+), 0 deletions(-)
_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono