ofono/plugins
Andrzej Zaborowski f43efa8a5f Add GPRS support
This commit implements the GPRS context setup and teardown according to
doc/dataconnectionmanager-api.txt

One issue with the AT implementation of the api is that "Powered" (a
read-write property) can be set independently of "Attached" (read-only
property) and remain set when "Attached" is clear.  The semantics would
be that the network doesn't have resources to let the modem attach,
but the modem waits for the resources to become available and then
attaches.  On AT the modem is in this state only when executing +CGATT,
so currently the code will rerun +CGATT as soon as the previous one
returns with error, probably starving other commands.  A possible
workaround would be for "Powered" to flip back to False after the modem
fails to attach once, or give up on having separate properties.
Alternatively we could re-try to attach periodically but on one modem
I've tried +CGATT fails after about 1 minute (that's the Calypso) and
on another only about 0.5s (Nokia phones with AT emulation).

When "Powered"  is set and "RoamingAllowed" is clear and we manage to
attach and find that we're roaming, ofono resets "Powered".

We may want to catch the user trying to dial *99***1# which is the
backwards compatibility quirk for old modems (same way ofono parses
USSD strings).
2009-10-23 17:05:53 -05:00
..
atgen.c Update plugins to the new g_at_tty_open API 2009-10-01 17:01:15 -05:00
calypso.c Setup better debugging information for calypso 2009-10-15 16:15:18 -05:00
example_history.c Migrate from RFC2822 to ISO8601 2009-10-21 19:04:47 -05:00
g1.c Update plugins to the new g_at_tty_open API 2009-10-01 17:01:15 -05:00
hfp.c Rename: drivers/hfpmodem/hfp.[ch] to hfpmodem.[ch] 2009-10-19 22:13:19 -05:00
hso.c Update plugins to the new g_at_tty_open API 2009-10-01 17:01:15 -05:00
huawei.c Enable a few extra atoms in the Huawei plugin 2009-10-02 13:23:26 +02:00
mbm.c Enable more atoms in the MBM plugin 2009-10-02 13:22:09 +02:00
modem.conf Add plugin for generic AT testing modem driver 2009-09-05 03:01:02 +02:00
modemconf.c Add initial glue code for hfp driver 2009-10-19 15:48:07 -05:00
novatel.c Update plugins to the new g_at_tty_open API 2009-10-01 17:01:15 -05:00
ofono.rules Add basic support for Option HSO based devices 2009-09-03 01:10:40 -07:00
phonesim.c Add GPRS support 2009-10-23 17:05:53 -05:00
udev.c Fix: F3607gw not being recognized properly 2009-09-28 12:51:33 -05:00