summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16Rename: ussd-api to supplementaryservices-apiDenis Kenzior1-0/+0
2010-02-16Cleanup: Minor API tweaks for USSDDenis Kenzior1-9/+9
2010-02-16Handle network-initiated ussd requests.Andrzej Zaborowski1-0/+64
This adds the methods on the D-bus interface to allow the client to handle USSD requests from the network, according to 22.090. Unfortunately this document is not clear on every point and some details can't be implemented. This includes reporting unsupported request to the network, unsupported language, ME busy etc, because there isn't an AT command for that.
2010-02-04Add radio settings atom and driver APIAki Niemi1-0/+43
This interface exposes a read-write property for radio access technology selection mode.
2010-02-03Update overview.txtDenis Kenzior1-12/+26
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-16Fix: Documentation fixesAnders Gustafsson1-1/+7
2009-11-18Update docs with new ErrorsDenis Kenzior1-0/+2
2009-11-18Update network APIDenis Kenzior1-0/+13
2009-11-16Fix: TypoDenis Kenzior1-1/+1
2009-11-16add Settings property description to dataconnectionmanger-api.txtMartin Xu1-12/+23
2009-11-12Remove Voicecall.Busy methodDenis Kenzior1-13/+14
According to 22.030, UDUB or CHLD=0 can only be invoked on waiting calls. Most AT command based modems do not support using CHLD=0 on an incoming call. So we remove the Busy method and invoke set_udub on a call that is in the waiting state.
2009-11-09Update network-api.txt to match implementationDenis Kenzior1-3/+9
2009-11-02Update CreateContext APIDenis Kenzior1-4/+9
2009-10-29Update the network APIDenis Kenzior1-2/+3
2009-10-23Add GPRS supportAndrzej Zaborowski1-1/+1
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-21Doc: Update modem apiMarko Saukko1-1/+16
Add SetProperty and Powered property to modem-api.txt document.
2009-10-16API: Documentation fixesMarko Saukko4-9/+9
2009-09-24Add first draft of the ofono whitepaperDenis Kenzior1-0/+172
2009-09-24Update the sim-api with LockedPins propertyDenis Kenzior1-0/+10
2009-09-23Update sim-api.txt: ChangePin no longer disables pin.Andrzej Zaborowski1-2/+1
2009-09-22Update sim-api with LockPin and UnlockPinDenis Kenzior1-0/+13
2009-09-16Add sim api documentationDenis Kenzior1-0/+83
2009-09-11Update the network registration APIDenis Kenzior1-0/+10
2009-09-02Add call-settings api docDenis Kenzior1-0/+98
2009-09-02Add call-meter api docDenis Kenzior1-0/+77
2009-09-02Add call-forwarding api docDenis Kenzior1-0/+55
2009-09-02Add address & netmask properties to GPRS apiDenis Kenzior1-0/+8
2009-09-02Update GPRS api with context use typeDenis Kenzior1-0/+8
2009-09-01Add proposed data connection manager APIDenis Kenzior1-0/+163
2009-08-24Convert to fully non-recursive build systemMarcel Holtmann1-7/+0
2009-08-12Add API documentation for voice call interfacesMarcel Holtmann3-1/+239
2009-08-12Add some initial API documentsMarcel Holtmann4-1/+257
2009-07-31Make distcheck workDenis Kenzior1-3/+2
2009-07-31add manpage for ofonodAndres Salomon2-0/+37
I created this manpage for Debian; feel free to use it. The license is the same as oFono's.
2009-07-17Fix typos in doc/overview.txtAndres Salomon1-2/+2
2009-07-10Add first draft of an overview documentMarcel Holtmann2-0/+156
2009-04-27Add directory for documentationMarcel Holtmann1-0/+2