ofono/doc
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
..
call-forwarding-api.txt Add call-forwarding api doc 2009-09-02 14:31:13 -05:00
call-meter-api.txt Add call-meter api doc 2009-09-02 14:31:17 -05:00
call-settings-api.txt API: Documentation fixes 2009-10-16 11:01:09 -05:00
dataconnectionmanager-api.txt Add GPRS support 2009-10-23 17:05:53 -05:00
manager-api.txt Add some initial API documents 2009-08-12 16:33:45 -07:00
modem-api.txt Doc: Update modem api 2009-10-21 19:04:45 -05:00
network-api.txt Update the network registration API 2009-09-11 21:38:55 -05:00
ofono-paper.txt Add first draft of the ofono whitepaper 2009-09-24 10:23:37 -05:00
ofonod.8 add manpage for ofonod 2009-07-31 18:20:23 -05:00
overview.txt Fix typos in doc/overview.txt 2009-07-17 20:42:04 +02:00
sim-api.txt API: Documentation fixes 2009-10-16 11:01:09 -05:00
voicecall-api.txt API: Documentation fixes 2009-10-16 11:01:09 -05:00
voicecallmanager-api.txt API: Documentation fixes 2009-10-16 11:01:09 -05:00