summaryrefslogtreecommitdiffstats
path: root/include/types.h
AgeCommit message (Collapse)AuthorFilesLines
2015-10-13include: Add definitions for phone number typesAlfonso Sanchez-Beato1-0/+6
2013-04-09include: Remove hfp bits from types.hDenis Kenzior1-26/+0
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-09-08include: Minor style tweaksDenis Kenzior1-4/+4
2011-09-08include: update HFP features types to version 1.6Frédéric Danis1-4/+6
2011-06-20include: add HFP features types for HF and AGFrédéric Danis1-0/+24
2011-02-02include: fix comment on dst valueJeevaka Badrappan1-1/+1
2011-02-01include: define initializer for ofono_callLucas De Marchi1-0/+1
Some fields in struct ofono_call such as cnap_validity and clip_validity are not correctly initialized as 0 since this means they are present. If driver does not implement the necessary handlers, it might send to core an ofono_call signalling that cnap and clip are available when they are actually not.
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-6/+0
2011-01-25types: extend OFONO_MAX_PHONE_NUMBER_LENGTHRafael Ignacio Zurita1-1/+1
2011-01-18include: add cdip field in ofono_callLucas De Marchi1-0/+1
2011-01-13include: remove unused mpty from ofono_callJeevaka Badrappan1-1/+0
2010-12-20types: Add CDMA Phone NumberDara Spieker-Doyle1-0/+8
2010-12-16include: add CNAP types to ofono_call structureGustavo F. Padovan1-0/+3
2010-09-21common: Implement ofono_uuid_to_strDenis Kenzior1-1/+5
2010-09-21include: Introduce ofono_uuidDenis Kenzior1-0/+4
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