summaryrefslogtreecommitdiff
path: root/src/ofono.h
Commit message (Collapse)AuthorAgeFilesLines
* modem: Tweak online & powered watch APIsDenis Kenzior2011-02-101-3/+6
|
* emulator: Add basic emulator skeletonDenis Kenzior2011-02-101-0/+3
|
* modem: Fix up previous commitDenis Kenzior2011-02-101-1/+3
|
* modem Add powered watch APIGuillaume Zajac2011-02-101-0/+7
|
* gprs,gprs-provision: add SPN to provisioning APIJukka Saunamaki2011-02-081-1/+1
|
* sim: Allow usage of SIM codes longer than 8 digitsJussi Kangas2011-02-081-0/+5
| | | | | Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits.
* sms: restore pending tx messages from backupLucas De Marchi2011-01-281-0/+1
| | | | Based on patch from: Kristen Carlson Accardi <kristen@linux.intel.com>
* gprs-provision: Refactor provisioningDenis Kenzior2011-01-261-3/+4
|
* ofono.h: add gprs-provisionJukka Saunamaki2011-01-261-0/+8
|
* sim-auth: Add skeleton for the sim-auth atomAndrzej Zaborowski2011-01-201-0/+2
|
* ofono.h: Remove unneeded initialisersAndrzej Zaborowski2011-01-201-24/+24
| | | | They have no effect, enum already ensures the values are unique.
* core: M15 coding style fixJeevaka Badrappan2011-01-121-6/+6
|
* cdma-voicecall: Add CDMA MO Call SupportDara Spieker-Doyle2010-12-221-0/+3
|
* ctm: Add initial CTM atom implementationLucas De Marchi2010-11-261-0/+2
|
* dbus: Add __ofono_error_access_deniedGustavo F. Padovan2010-11-231-0/+1
|
* modem: Miscellaneous style fixesDenis Kenzior2010-11-221-5/+4
|
* modem: add modem online-offline watchAndras Domokos2010-11-221-0/+8
|
* sim: Add sim_service_available()Andrzej Zaborowski2010-11-101-0/+5
| | | | | | | This is meant to query EFsst or EFust. The function is not public api because the service constants are in src/simutil.h.
* stk: API for SMS Point-to-Point download to UICCAndrzej Zaborowski2010-11-081-0/+8
| | | | | The callback returns the TP-User-Data element content of the RP-ACK or RP-ERROR message, returned by the UICC.
* sms: Separate history from dbus flags in txq_submitDenis Kenzior2010-11-041-0/+1
|
* sms: Refactor __ofono_sms_txq_submitDenis Kenzior2010-11-041-2/+10
|
* sms: Add __ofono_sms_message_path_from_uuidDenis Kenzior2010-11-041-0/+3
|
* sms: add __ofono_sms_get_next_refDenis Kenzior2010-11-041-0/+2
|
* voicecall: __ofono_voicecall_tone_send internal apiAndrzej Zaborowski2010-10-221-0/+6
| | | | | | | | | This provides a way for other atoms to send DTMF tones during a call. It is assumed that vc->driver->send_tone returns only after the tones have finished being emitted. In this version Dbus DTMF requests are in the same queue as STK requests.
* sms: Implement text and datagram watchAki Niemi2010-10-141-0/+25
| | | | | Allow setting a watch for incoming text and datagram messages on the sms atom.
* core: Add support for audio settings interfaceMarcel Holtmann2010-09-291-2/+4
|
* modem: Add modemwatch watchlist functionsDenis Kenzior2010-09-281-0/+8
| | | | Used for registering to modem added & removed notifications
* ofono: Don't go over 80 characters per lineDenis Kenzior2010-09-281-3/+6
|
* ssn: The id is unsignedDenis Kenzior2010-09-281-2/+2
|
* history: Update to the new SHA1 based sms id APIDenis Kenzior2010-09-211-3/+6
|
* sms: Refactor __ofono_sms_txq_submitDenis Kenzior2010-09-211-4/+4
|
* ussd: Add __ofono_ussd_initiate internal apiJeevaka Badrappan2010-09-151-0/+8
|
* modem: Add __ofono_modem_foreachDenis Kenzior2010-09-091-0/+3
|
* modem: Remove unneeded functionsDenis Kenzior2010-09-091-1/+0
|
* modem: Break out append_modem_propertiesDenis Kenzior2010-09-091-0/+2
|
* call-settings: Add __ofono_call_settings_is_busyJeevaka Badrappan2010-09-091-0/+3
|
* call-forwarding: Add __ofono_call_forwarding_is_busyJeevaka Badrappan2010-09-091-0/+3
|
* call-barring: Add __ofono_call_barring_is_busyJeevaka Badrappan2010-09-091-0/+3
|
* ussd: Add __ofono_ussd_is_busyYang Gu2010-09-091-0/+1
| | | | | | | | Send SS requires Call Forwarding / Call Settings / Call Barring to check whether USSD is currently busy. If it is, then the SIM should be notified appropriately. We introduce a function __ofono_ussd_is_busy to help with this.
* voicecall: Refactor ofono_voicecall_busyDenis Kenzior2010-08-271-1/+3
|
* voicecall: add __ofono_voicecall_dial internal apiAndrzej Zaborowski2010-08-271-1/+18
| | | | | | | The callback is only invoked when the call is CONNECTED (becomes active). Cancel ensures that the callback will not be called and does nothing more in this version, it's an open question if we want to release the call.
* dbus: Add Canceled errorDenis Kenzior2010-08-161-0/+1
|
* sms: Refactor ofono_sms_submit introduced by stkDenis Kenzior2010-07-081-2/+13
| | | | Simplify the logic and get rid of duplicated code
* Add __ofono_sms_submit for other atoms to submit SMs.Andrzej Zaborowski2010-07-081-1/+6
|
* stk: Use envelope encoding utility from stkutil.cAndrzej Zaborowski2010-06-091-2/+2
|
* Add __ofono_error_not_availableDenis Kenzior2010-05-261-0/+1
|
* Add network time supportAki Niemi2010-05-191-0/+8
| | | | | | | 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.
* Add Sim Toolkit atomAndrzej Zaborowski2010-04-151-1/+3
| | | | | - Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver
* Add radio settings atom and driver APIAki Niemi2010-02-041-0/+2
| | | | | This interface exposes a read-write property for radio access technology selection mode.
* Add support for dynamic debug featureMarcel Holtmann2010-01-261-5/+3
|