summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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.
2010-08-30sim: Turn around the order of argumentsDenis Kenzior1-4/+4
The void *user argument was first. It should be last instead to be consistent with the other watch functions.
2010-08-19gprs: Update GPRS related DBus interface namesDenis Kenzior1-2/+2
2010-08-19sms: Update SmsManager to MessageManagerDenis Kenzior1-1/+1
2010-08-12modem: Be consistent when naming callback typedefsDenis Kenzior1-2/+2
2010-08-12voicecall: Add support for function hangup_allSjur Brændeland1-0/+2
This patch fixes problem for modems that cannot terminate DIALING/ALERTING calls with CHUP=1X. The main change is that voicecall driver's hangup function is split into the functions hangup_all and hangup_active. Changes: - In cases where hangup previously was used, hangup_all is used if implemented otherwise hangup_active is used. - Call in state DIALING/ALERTING is released with hangup_active if implemented. - manager_hangup_all will simply call hangup_all if implemented. - manager_hangup_all will release calls in state ALERTING/DIALING/INCOMING using hangup_active otherwise release_specific.
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland1-1/+1
2010-07-30include: Update to proper API namingDenis Kenzior1-1/+1
Should match what is in the documentation
2010-07-19gprs: Update gprs context struct with IPv6 supportDenis Kenzior1-0/+6
2010-07-08Add Dbus interface names for STK.Andrzej Zaborowski1-0/+2
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-07-08stk: Utilities for proactive command/envelope handling.Andrzej Zaborowski1-0/+2
2010-06-25sms: Add driver API for SMS bearer settingsDenis Kenzior1-0/+8
2010-06-21history: API change for status report notifyPasi Miettinen1-0/+2
2010-06-09Add support for Features property on modem interfaceMarcel Holtmann1-1/+0
2010-06-09Move data connection manager interface constants into common includeMarcel Holtmann1-0/+2
2010-06-09Rename CbsManger into CellBroadcastMarcel Holtmann1-1/+1
Other D-Bus interfaces use clear descriptions like SupplementaryServices or NetworkRegistration. So use CellBroadcast for cell broadcast support.
2010-06-07include: More style issuesDenis Kenzior1-5/+5
2010-05-27Use ofono_bool_t instead of bool in modem API.Pekka Pessi1-4/+3
2010-05-26Fix: minor style issuesDenis Kenzior1-2/+2