*thump* *thump*
Is this microphone on?
Rebased to current master.
Regards,
MikaL
[RESEND 2 PATCH 01/13] gprs: factor out common code
[RESEND 2 PATCH 02/13] gprs: Update documentation for IPv6
[RESEND 2 PATCH 03/13] gprs: driver interface changes for IPv6
[RESEND 2 PATCH 04/13] gprs: core support for IPv6
[RESEND 2 PATCH 05/13] test: modify test scripts for IPv6
[RESEND 2 PATCH 06/13] isimodem: IPv6 support
[RESEND 2 PATCH 07/13] atmodem: update to new gprs context interface
[RESEND 2 PATCH 08/13] huaweimodem: update to new gprs context interface
[RESEND 2 PATCH 09/13] mbmmodem: update to new gprs context interface
[RESEND 2 PATCH 10/13] hsomodem: update to new gprs context interface
[RESEND 2 PATCH 11/13] ifxmodem: update to new gprs context interface
[RESEND 2 PATCH 12/13] stemodem: update to new gprs context interface
[RESEND 2 PATCH 13/13] phonesim: add IPv6 support
Makefile.am | 3 +-
doc/connman-api.txt | 9 +-
drivers/atmodem/gprs-context.c | 41 ++--
drivers/hsomodem/gprs-context.c | 48 +++--
drivers/huaweimodem/gprs-context.c | 43 +++--
drivers/ifxmodem/gprs-context.c | 36 ++--
drivers/isimodem/gprs-context.c | 119 +++++++-----
drivers/mbmmodem/gprs-context.c | 65 ++++---
drivers/stemodem/gprs-context.c | 30 ++-
include/gprs-context.h | 27 ++-
plugins/phonesim.c | 32 +++-
src/gprs.c | 390 ++++++++++++++++++++++++------------
test/list-contexts | 6 +-
test/set-context-property | 38 ++++
14 files changed, 583 insertions(+), 304 deletions(-)