summaryrefslogtreecommitdiffstats
path: root/src/common.h
AgeCommit message (Collapse)AuthorFilesLines
2015-10-13src: make bearer/operator enums publicTony Espy1-0/+20
Move enums for operator_status and packet_bearer to common.h to avoid duplication in drivers.
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-02-08sim: Allow usage of SIM codes longer than 8 digitsJussi Kangas1-9/+0
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits.
2011-01-25common: add function to validate long numbersRafael Ignacio Zurita1-0/+2
Also, adapt voicecall to use the new function for outgoing calls.
2011-01-20gprs: Move packet bearer stuff into gprs.cDenis Kenzior1-12/+0
2011-01-20common: Define packet switched bearersRĂ©mi Denis-Courmont1-0/+13
2011-01-18common: Style fixes, M12Aki Niemi1-57/+57
2011-01-14src: Added enum for PDP context status.Marit Henriksen1-0/+6
2010-12-22cdma-voicecall: Add CDMA MO Call SupportDara Spieker-Doyle1-0/+6
2010-12-16common: add CNAP definesGustavo F. Padovan1-0/+7
2010-10-10common: fixup logic of valid_ussd_string()Pekka Pessi1-1/+1
The logic of valid_ussd_string was not quite correct as it didn't take care of size 1 USSD strings. In addition, call_in_progress parameter is passed in to take care of size 2 USSD strings which might start with a '1' according to the rules of 22.030. The comment about USSD routing is removed, it is out of scope of oFono. The cellular network routes the USSD requests based on the rules laid out in the 22.090, however, any string that can be encoded according to the rules of 23.030 is valid USSD.
2010-03-20Revert the default statement for PIN type checkingMarcel Holtmann1-4/+4
Also fix the coding style for the switch statement and remove the number assignment for an internal enum.
2010-03-19Fix: Check password length based on its typePekka Pessi1-1/+8
The different password types have different length requirements, so update is_valid_pin to validate according to the password type being validated (PIN / PUK / NET)
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-30Add utility to test for valid APN namesDenis Kenzior1-0/+2
2009-10-16Refactor: Move network registration status utilsAndrzej Zaborowski1-0/+3
Move the status to string functions to common.c so that they can be reused in data connection related network registration code.
2009-08-17Get rid of unused enumDenis Kenzior1-9/+0
2009-08-17Move network-operator status enum out of common.hDenis Kenzior1-8/+0
2009-08-17Move colr-status enum out of common.hDenis Kenzior1-7/+0
2009-08-17Move colp-status enum out of common.hDenis Kenzior1-7/+0
2009-08-17Move clip-status enum out of common.hDenis Kenzior1-7/+0
2009-08-17Move clir-status enum out of common.hDenis Kenzior1-9/+0
2009-08-17Move ussd-status enum out of common.hDenis Kenzior1-9/+0
2009-08-17Move call-forwarding-type enum out of common.hDenis Kenzior1-9/+0
2009-06-25Add E-UTRAN as access technology of network opYang Gu1-1/+2
2009-06-18Teach USSD to recognise password change strings.Andrzej Zaborowski1-1/+1
This is slightly hacky, part of ussd.c responsible for registering services is duplicated and parse_ss_control_string is modified to accept a fourth SI fragment in the input string.
2009-05-26Cleanup SimManager interfaceDenis Kenzior1-0/+9
Future-Proof own numbers support. For now we only report voice numbers Rename attributes to be a bit better
2009-05-26Create ofono_phone_number structDenis Kenzior1-2/+2
Creates a new structure in driver.h called ofono_phone_number. This is meant to replace const char *number, int number_type arguments everywhere. Fix up all existing code to use this structure instead.
2009-05-21Fix Supplementary Service MMI strings per 22.030Denis Kenzior1-0/+2
2009-05-12Add an API for a CSSI/CSSU notifications.Andrzej Zaborowski1-0/+26
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+164