Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-24 | Register gprs-context on calypso modem/phonesim. | Andrzej Zaborowski | 1 | -1/+8 | |
2009-10-23 | Refactor: First round of renaming | Denis Kenzior | 1 | -1/+1 | |
2009-10-23 | Refactor: rename data-connection to gprs | Denis Kenzior | 1 | -1/+1 | |
Keep the name specific to GSM, other implementations will probably require their own interfaces | |||||
2009-10-23 | Add GPRS support | Andrzej Zaborowski | 1 | -0/+3 | |
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-15 | Fix: Do not leak chat memory | Denis Kenzior | 1 | -3/+4 | |
2009-10-15 | Add mux setup step to phonesim plugin | Denis Kenzior | 1 | -25/+51 | |
2009-09-29 | Add call volume to phonesim plugin | Denis Kenzior | 1 | -0/+2 | |
2009-09-18 | Add disconnection function | Denis Kenzior | 1 | -0/+22 | |
2009-09-17 | Convert all the modem drivers to the new API | Denis Kenzior | 1 | -9/+20 | |
2009-09-10 | Fix double free issue | Denis Kenzior | 1 | -2/+0 | |
2009-09-10 | Enable cell broadcast for phonesim plugin | Denis Kenzior | 1 | -0/+2 | |
2009-09-10 | Fix memory leak | Denis Kenzior | 1 | -2/+1 | |
2009-09-08 | Add option to phonesim to run with or without multiplexer | Marcel Holtmann | 1 | -1/+33 | |
2009-09-08 | Add more calypso specific quirks when using phonesim | Marcel Holtmann | 1 | -2/+12 | |
2009-09-08 | Add support for using phonesim and calypso for testing | Marcel Holtmann | 1 | -23/+75 | |
2009-09-02 | Parse and use Address and Port options from modem.conf | Marcel Holtmann | 1 | -3/+12 | |
2009-09-02 | Fix some broken DOS newline messup | Marcel Holtmann | 1 | -168/+177 | |
2009-09-02 | Add a separate plugin for connection to phone simulator | Marcel Holtmann | 1 | -0/+168 | |