summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2011-01-25types: extend OFONO_MAX_PHONE_NUMBER_LENGTHRafael Ignacio Zurita1-1/+1
2011-01-23dbus: Add global definition of supplementary services interfaceMarcel Holtmann1-0/+1
2011-01-20include: Add SIM authentication atom'sAndrzej Zaborowski1-0/+64
Structures and function declarations for the SIM authentication atom as proposed by Pekka Pessi, with just one method at the moment.
2011-01-20sim: getters for mcc and mnc definitionJukka Saunamaki1-0/+2
2011-01-20api: Remove deregister from modem driver APIAki Niemi1-2/+0
2011-01-20gprs: Declaration for packet switched bearer notificationsRĂ©mi Denis-Courmont1-0/+1
2011-01-18include: add method for querying cdip supportLucas De Marchi1-0/+2
2011-01-18include: add cdip field in ofono_callLucas De Marchi1-0/+1
2011-01-14include: Clarify hold_all_active semanticsPekka Pessi1-1/+2
2011-01-13include: remove unused mpty from ofono_callJeevaka Badrappan1-1/+0
2011-01-13gps: define new dbus interfaceRafael Ignacio Zurita1-0/+1
2011-01-12include: M15 coding style fixJeevaka Badrappan1-1/+1
2011-01-10include: add method to query pin RetriesLucas De Marchi1-0/+5
2011-01-05cdma-sms: Add CDMA SMS SupportLei Yu1-0/+67
2011-01-04dbus: Add CDMA SMS InterfaceLei Yu1-0/+1
2010-12-22cdma-voicecall: Minor style fixesDenis Kenzior1-13/+9
2010-12-22cdma-voicecall: Add CDMA MO Call SupportDara Spieker-Doyle1-0/+89
2010-12-20types: Add CDMA Phone NumberDara Spieker-Doyle1-0/+8
2010-12-20dbus: Add CDMA Voicecall InterfaceDara Spieker-Doyle1-0/+3
2010-12-16include: add cnap_query callbackGustavo F. Padovan1-0/+2
2010-12-16include: add CNAP types to ofono_call structureGustavo F. Padovan1-0/+3
2010-12-08include: Minor style fixesDenis Kenzior2-10/+10
2010-12-08radio-settings: add frequency band selection methodsLucas De Marchi1-0/+33
2010-12-07modem: add ofono_modem_reset() to modem.hGustavo F. Padovan1-0/+2
2010-11-29radio-settings: Update API to use ofono_bool_tDenis Kenzior1-1/+1
2010-11-26ctm: add public headerLucas De Marchi1-0/+66
2010-11-24text-telephony: define new dbus interfaceLucas De Marchi1-0/+1
2010-10-27radio settings: add FastDormancy propertyMika Liljeberg1-0/+13
2010-10-27gprs-context: Replace TYPE_INVALID with TYPE_ANYDenis Kenzior1-1/+1
2010-10-27stk: Remove ofono_stk_terminal_response_sent_notifyDenis Kenzior1-3/+0
Not needed for now. We can always put this back in later if need be.
2010-10-27gprs-context: add IMS connection typePekka Pessi1-0/+1
2010-10-27gprs: Add support for setting GPRS context typeMarcel Holtmann1-0/+3
2010-10-27gprs: Make GPRS context type a public enumMarcel Holtmann1-0/+7
2010-10-25modem: Add ofono_modem_is_registeredDenis Kenzior1-0/+2
2010-10-20voicecall: Document driver methodsDenis Kenzior1-0/+43
2010-10-15sim: add new parameter to file-info utilityPetteri Tikander1-0/+1
2010-10-14API for STK driver to signal executed commandsAndrzej Zaborowski1-0/+7
Some modems are able to handle some proactive commands in their firmware or otherwise, if the command doesn't require input from user. Nevertheles ofono may need to update internal state or notify the user where necessary. With this api the driver can notify core that a command is being executed in the modem or that a command is finished executing and the TERMINAL RESPONSE has been sent to SIM. It would also be possible for a driver to handle a command.
2010-10-01audio: Add helper to get modem information from audio settingsMarcel Holtmann1-0/+2
2010-10-01audio: Add support for notifying about audio modeMarcel Holtmann1-0/+2
2010-10-01audio: Update audio settings API for active notificationMarcel Holtmann1-1/+1
2010-09-29core: Add support for audio settings interfaceMarcel Holtmann2-0/+60
2010-09-21dbus: Add org.ofono.Message interfaceDenis Kenzior1-0/+1
2010-09-21common: Implement ofono_uuid_to_strDenis Kenzior1-1/+5
2010-09-21history: Update to the new SHA1 based sms id APIDenis Kenzior1-3/+7
2010-09-21include: Introduce ofono_uuidDenis Kenzior1-0/+4
2010-09-16ussd.h: +CUSD is documented in 27.007 section 7.15Pekka Pessi1-0/+1
2010-09-14ussd: Driver API changesJeevaka Badrappan1-3/+5
To support 8bit and UCS2 formatted USSDs as well as Send USSD Proactive Command.
2010-09-10gprs: add Suspended propertyMika Liljeberg1-0/+10
2010-09-09sim: Break out sim file reading into simfsDenis Kenzior1-1/+1
2010-09-09sim: read EFiidfKristen Carlson Accardi1-0/+4
EFiidf can be larger than 256 bytes, so allow callers to read portions of the EFiidf from a specified offset. Cache EFiidf files as blocks of 256 bytes so that it's not necessary to read the entire (potentially large) file.