summaryrefslogtreecommitdiff
path: root/src/call-settings.c
Commit message (Collapse)AuthorAgeFilesLines
* call-settings: Improve error reportingPhilippe Nunes2012-08-221-2/+3
| | | | Report error based on the error reported by the driver.
* call-settings: Return specific errors for SSPhilippe Nunes2012-05-301-6/+9
|
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-201-7/+7
| | | | | Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-201-5/+8
| | | | | With these macro helpers we can separate in/out arguments and use their own vector.
* Constify GDBus signal tablesHenrique Dante de Almeida2012-05-201-1/+1
| | | | | | | Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \;
* Constify GDBus method tablesHenrique Dante de Almeida2012-05-201-1/+1
| | | | | | | Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* call-settings: fix typoNicolas Bertrand2011-06-161-1/+1
|
* core: remove redundant codeMika Liljeberg2011-03-301-7/+0
|
* call-settings: Fix style issuesAki Niemi2011-02-021-3/+3
|
* call-settings: use enum valuesLucas De Marchi2011-01-251-8/+8
| | | | Use the enum values defined for CLIP, CNAP, CLIR, COLP and COLR.
* call-settings: apply rule M11 of coding styleLucas De Marchi2011-01-181-17/+17
|
* call-settings: add support for cdipLucas De Marchi2011-01-181-2/+71
|
* call-settings: rename CalledLine* propertiesLucas De Marchi2010-12-301-6/+6
| | | | | | | COLP and COLR are better named respectively as ConnectedLinePresentation and ConnectedLineRestriction as stated in 27.007 sections 7.8 and 7.31. CalledLine* name will be used in future for CDIP.
* call-settings: fix getting CNAP propertyLucas De Marchi2010-12-301-1/+1
|
* call-settings: add CNAP supportGustavo F. Padovan2010-12-161-9/+93
|
* call-settings: fix coding styleGustavo F. Padovan2010-12-161-10/+10
|
* core: explicitly compare pointers to NULLLucas De Marchi2010-11-291-14/+13
| | | | | | | | | | | | | | This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
* call-settings: Fix style issuesDenis Kenzior2010-11-221-3/+9
|
* call-settings: fix CLIR Invocation and SuppressionDenis Kenzior2010-11-221-2/+2
| | | | | According to 22.030 the *31# version is used to suppress CLIR and #31# version is used to invoke CLIR.
* src: coding style fixes - rule M6Jeevaka Badrappan2010-11-221-2/+2
|
* Fix COLR typoAlexander Kanavin2010-10-071-1/+1
|
* ss: Use function to judge if it's busyYang Gu2010-09-261-6/+6
|
* Fix multi-line comment style issuesJeevaka Badrappan2010-09-211-1/+2
|
* call-settings: Add __ofono_call_settings_is_busyJeevaka Badrappan2010-09-091-0/+5
|
* call-settings: Check if ussd is busyYang Gu2010-09-091-2/+2
|
* Fix: Don't use ofono_debug directly in the coreDenis Kenzior2010-02-081-8/+8
| | | | Use DBG macro which is integrated with the new debug framework.
* Fix: Use snprintf instead of sprintf in the coreDenis Kenzior2010-02-051-2/+4
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Style: Fix a few more occurences of if/elseDenis Kenzior2009-12-171-1/+2
| | | | See Linux coding style document for details
* change int vendor to unsigned int vendorDenis Kenzior2009-09-011-1/+1
|
* Add vendor flag to call-settingsDenis Kenzior2009-09-011-2/+2
|
* Remove unused headerDenis Kenzior2009-08-171-1/+0
|
* Move colr-status enum out of common.hDenis Kenzior2009-08-171-0/+7
|
* Move colp-status enum out of common.hDenis Kenzior2009-08-171-0/+7
|
* Move clip-status enum out of common.hDenis Kenzior2009-08-171-0/+7
|
* Move clir-status enum out of common.hDenis Kenzior2009-08-171-0/+9
|
* Cleanup atom watches properlyDenis Kenzior2009-08-171-1/+7
|
* Port call-settings to the new USSD APIDenis Kenzior2009-08-171-32/+46
|
* Move CALL_SETTINGS_INTERFACE define to dbus.hDenis Kenzior2009-08-141-15/+19
|
* Use atom's modem storage in call settingsDenis Kenzior2009-08-141-27/+28
|
* Update to use the new atom_free APIDenis Kenzior2009-08-141-1/+1
|
* Evolve call settings driverDenis Kenzior2009-08-141-267/+307
|
* No need to use g_timeout_add hereDenis Kenzior2009-08-071-29/+14
|
* Use invalid_args instead of invalid_formatAndrzej Zaborowski2009-08-051-2/+2
|
* Remove all uses of modem.hDenis Kenzior2009-07-291-1/+0
|
* Rename modem_add_interface / modem_remove_interfaceDenis Kenzior2009-07-291-2/+2
| | | | | Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h
* Get rid of dbus-gsm.hDenis Kenzior2009-07-291-2/+0
|
* Rename dbus_gsm_pending_replyDenis Kenzior2009-07-291-16/+16
|
* Rename dbus_gsm_dict_appendDenis Kenzior2009-07-291-6/+6
|