Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-20 | Revert the default statement for PIN type checking | Marcel Holtmann | 1 | -4/+4 | |
Also fix the coding style for the switch statement and remove the number assignment for an internal enum. | |||||
2010-03-19 | Fix: Check password length based on its type | Pekka Pessi | 1 | -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-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-10-30 | Add utility to test for valid APN names | Denis Kenzior | 1 | -0/+2 | |
2009-10-16 | Refactor: Move network registration status utils | Andrzej Zaborowski | 1 | -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-17 | Get rid of unused enum | Denis Kenzior | 1 | -9/+0 | |
2009-08-17 | Move network-operator status enum out of common.h | Denis Kenzior | 1 | -8/+0 | |
2009-08-17 | Move colr-status enum out of common.h | Denis Kenzior | 1 | -7/+0 | |
2009-08-17 | Move colp-status enum out of common.h | Denis Kenzior | 1 | -7/+0 | |
2009-08-17 | Move clip-status enum out of common.h | Denis Kenzior | 1 | -7/+0 | |
2009-08-17 | Move clir-status enum out of common.h | Denis Kenzior | 1 | -9/+0 | |
2009-08-17 | Move ussd-status enum out of common.h | Denis Kenzior | 1 | -9/+0 | |
2009-08-17 | Move call-forwarding-type enum out of common.h | Denis Kenzior | 1 | -9/+0 | |
2009-06-25 | Add E-UTRAN as access technology of network op | Yang Gu | 1 | -1/+2 | |
2009-06-18 | Teach USSD to recognise password change strings. | Andrzej Zaborowski | 1 | -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-26 | Cleanup SimManager interface | Denis Kenzior | 1 | -0/+9 | |
Future-Proof own numbers support. For now we only report voice numbers Rename attributes to be a bit better | |||||
2009-05-26 | Create ofono_phone_number struct | Denis Kenzior | 1 | -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-21 | Fix Supplementary Service MMI strings per 22.030 | Denis Kenzior | 1 | -0/+2 | |
2009-05-12 | Add an API for a CSSI/CSSU notifications. | Andrzej Zaborowski | 1 | -0/+26 | |
2009-05-05 | Add implementation of telephony daemon | Denis Kenzior | 1 | -0/+164 | |