summaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* common: Add new NB-IoT technologiesPhilippe De Swert2019-02-171-0/+4
* common: Move proto and auth_method related helpersGiacinto Cifelli2018-10-091-0/+61
* network: add support eutran sms only statesAnirudh Gargi2018-10-011-0/+4
* Fix out of tree buildJonas Bonn2017-09-121-1/+1
* voicecall,common: move call_status_to_string() to commonAlexander Couzens2017-09-071-0/+22
* common: move strlen(apn) check into is_valid_apn()Alexander Couzens2017-09-051-0/+7
* common: Fix parsing SS control stringLucas De Marchi2013-05-221-1/+1
* common: Match logic to comment: valid_ussd_stringDenis Kenzior2012-06-181-1/+1
* common: Fix typos in error stringsPhilippe Nunes2012-05-301-9/+10
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* common: fix buffer length in phone_number_to_stringFrédéric Danis2011-03-231-5/+5
* common: '+' is not valid phone number anymorePaavo Leinonen2011-02-241-0/+3
* sim: Allow usage of SIM codes longer than 8 digitsJussi Kangas2011-02-081-37/+0
* common: implement initializer for ofono_callLucas De Marchi2011-02-011-0/+7
* common: add function to validate long numbersRafael Ignacio Zurita2011-01-251-2/+18
* gprs: Move packet bearer stuff into gprs.cDenis Kenzior2011-01-201-23/+0
* common: Define packet switched bearersRémi Denis-Courmont2011-01-201-0/+23
* cdma-voicecall: Minor style fixesDenis Kenzior2010-12-221-2/+2
* cdma-voicecall: Add CDMA MO Call SupportDara Spieker-Doyle2010-12-221-0/+41
* core: explicitly compare pointers to NULLLucas De Marchi2010-11-291-1/+1
* common: remove redundant predicateRémi Denis-Courmont2010-11-231-1/+1
* common: Fix mmi code to bearer class mappingsDenis Kenzior2010-10-191-5/+17
* common: Update the basic services in commentsDenis Kenzior2010-10-151-5/+5
* common: fixup logic of valid_ussd_string()Pekka Pessi2010-10-101-25/+19
* Fix typo in SS enum to string conversionAlexander Kanavin2010-10-071-1/+1
* Fix multi-line comment style issuesJeevaka Badrappan2010-09-211-5/+10
* common: Implement ofono_uuid_to_strDenis Kenzior2010-09-211-0/+8
* Fix a typo in telephony_error_to_strZhenhua Zhang2010-04-231-1/+1
* Fix: Regression in PIN validity checkingDenis Kenzior2010-04-021-1/+1
* Refactor: Simplify Technology valuesDenis Kenzior2010-03-251-8/+8
* Revert the default statement for PIN type checkingMarcel Holtmann2010-03-201-4/+1
* Trivial: Add break statementDenis Kenzior2010-03-191-0/+3
* Fix: Check password length based on its typePekka Pessi2010-03-191-7/+26
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Add utility to test for valid APN namesDenis Kenzior2009-10-301-0/+26
* Always return a string from telephony_error_to_str.Andrzej Zaborowski2009-10-161-2/+2
* Refactor: Move network registration status utilsAndrzej Zaborowski2009-10-161-0/+44
* Fix: Make sure pin isn't emptyDenis Kenzior2009-09-221-0/+4
* Use g_ascii_isdigitDenis Kenzior2009-09-171-2/+1
* Write state of SMS assembly to disk and restore on startup.Andrzej Zaborowski2009-09-081-0/+1
* Use types.h instead of driver.h hereDenis Kenzior2009-08-201-1/+1
* Fix minor bug in phone number handlingDenis Kenzior2009-06-191-3/+3
* Teach USSD to recognise password change strings.Andrzej Zaborowski2009-06-181-1/+2
* Create ofono_phone_number structDenis Kenzior2009-05-261-9/+10
* Fix Supplementary Service MMI strings per 22.030Denis Kenzior2009-05-211-5/+22
* Add implementation of telephony daemonDenis Kenzior2009-05-051-0/+576