Hello, This series moves responsibility for GPRS attach to the modem.
In most cases, the modem will attach on-demand when a first context is activated. This simplifies the oFono interface and implementation. Some operators require the device be always attached. This is managed by a new driver callback to set the attach policy. TBD: configuration option for the policy doc/connman-api.txt | 8 - drivers/atmodem/gprs.c | 30 +----- drivers/isimodem/gprs.c | 131 ++++----------------------- include/gprs.h | 3 src/dbus.c | 13 -- src/gprs.c | 232 ++---------------------------------------------- src/ofono.h | 2 7 files changed, 45 insertions(+), 374 deletions(-) -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
