summaryrefslogtreecommitdiffstats
path: root/src/common.h
AgeCommit message (Collapse)AuthorFilesLines
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