summaryrefslogtreecommitdiffstats
path: root/include/types.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-08Add OFONO_ERROR_TYPE_SIM for negative SIM statusesAndrzej Zaborowski1-0/+1
Expected value of the .error field is status word 1 and status word 2 in bits 8:15 and 0:7 of the field.
2010-05-19sim: No need for this defineDenis Kenzior1-2/+0
2010-05-19Read EF_ICCID property of SIMDaniel Wagner1-0/+2
Tested with phonesim.
2010-05-19Add network time supportAki Niemi1-0/+11
Adding a new notify function in the netreg atom for notifying a received Network Identification and Timezone (NITZ) indication. This data is consumed via a nettime plugin, of which there is also an example.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-01Style: Use unsigned int instead of unsignedDenis Kenzior1-1/+1
2009-11-23Add mpty field to ofono_callZhenhua Zhang1-0/+1
A field 'mpty' is added to ofono_call so that we can know whether the call belongs to multiparty call or not. According to 27.007 7.18, it is a defined return value of AT+CLCC.
2009-10-23Refactor: First round of renamingDenis Kenzior1-10/+0
2009-10-23Add GPRS supportAndrzej Zaborowski1-0/+10
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-09-22Move some stuff aroundDenis Kenzior1-20/+0
2009-09-22Do PIN authenticationAndrzej Zaborowski1-0/+20
This adds checking whether PIN is required during SIM initialisation and delaying the sim ready notifications until after correct PIN is given.
2009-08-21Introduce the Modem driver APIDenis Kenzior1-0/+10
2009-08-19Evolve the voicecall driverDenis Kenzior1-0/+16
2009-08-19Move mcc & mnc defines to types.hDenis Kenzior1-0/+4
2009-08-19Move ofono_destroy_fun to types.hDenis Kenzior1-0/+2
2009-08-14Move clir and cug option enums to types.hDenis Kenzior1-0/+13
2009-08-13Move certain parts of driver.h to types.hDenis Kenzior1-0/+53