Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-31 | Add enum for icon qualifier | Yang Gu | 1 | -0/+5 | |
2010-03-31 | Add parser for call control requested action objects | Yang Gu | 2 | -0/+40 | |
2010-03-31 | Add parser for transaction identifier objects | Yang Gu | 2 | -0/+29 | |
2010-03-31 | Add parser for location status objects | Yang Gu | 2 | -0/+32 | |
2010-03-31 | Add parser for cause objects | Yang Gu | 2 | -0/+34 | |
2010-03-31 | Add parser for event list objects | Yang Gu | 2 | -0/+53 | |
2010-03-31 | Add parser for items next action indicator objects | Yang Gu | 2 | -0/+29 | |
2010-03-31 | Reorder the declarations of stk data objects | Yang Gu | 1 | -17/+18 | |
2010-03-30 | Refactor: Text / Default text parsing | Denis Kenzior | 1 | -55/+35 | |
2010-03-30 | Refactor: Break out the STK text decoding utility | Denis Kenzior | 1 | -0/+35 | |
This can be used for other data objects than text and default text | |||||
2010-03-30 | Refactor: generic boolean parsers | Denis Kenzior | 1 | -11/+6 | |
2010-03-30 | Refactor: Don't repeat tag checking ad naseum | Denis Kenzior | 1 | -73/+5 | |
The tag checking can be done safely once inside the main parsing function, no need to repeat it in the individual object parsers. | |||||
2010-03-30 | Style: More consistent indentation | Denis Kenzior | 1 | -5/+5 | |
2010-03-29 | Fix: measurement results are binary data | Denis Kenzior | 1 | -1/+1 | |
2010-03-29 | Add parser for network measurement results objects | Yang Gu | 1 | -0/+26 | |
2010-03-29 | Check for capabilities support via libcap-ng | Marcel Holtmann | 1 | -2/+10 | |
2010-03-26 | Refactor: Simplify the internal GPRS API | Denis Kenzior | 1 | -8/+6 | |
We no longer expose lac/ci/tech attributes obtained from CGREG (some modems, like ISI, do not even report them for GPRS separately). Simplify the internal gprs driver api to only report the registration status (e.g. home, roaming, searching, not registered, etc) | |||||
2010-03-26 | Refactor: Get rid of DCM properties | Denis Kenzior | 1 | -114/+1 | |
Be conformant with the API changes from the previous commit | |||||
2010-03-25 | Fix: No need to malloc memory for this | Denis Kenzior | 1 | -1/+1 | |
2010-03-25 | Add parser for help request objects | Yang Gu | 1 | -0/+10 | |
2010-03-25 | Refactor: Use common bool to implement imm resp | Yang Gu | 1 | -12/+2 | |
2010-03-25 | Add parser for common bool object | Yang Gu | 1 | -0/+17 | |
2010-03-25 | Add parser for imei objects | Yang Gu | 1 | -0/+43 | |
2010-03-25 | Add parser for location information objects | Yang Gu | 2 | -0/+47 | |
2010-03-25 | Make the function to parse mcc and mnc public | Yang Gu | 2 | -3/+4 | |
2010-03-25 | Rename: stk data object enum names | Yang Gu | 1 | -4/+4 | |
Be more consistent | |||||
2010-03-25 | Refactor: Rename netreg Operator property to Name | Denis Kenzior | 1 | -6/+6 | |
2010-03-25 | Refactor: Rename radio setting type names | Denis Kenzior | 1 | -12/+12 | |
2010-03-25 | Rename AvailableOperators to Operators | Denis Kenzior | 1 | -2/+2 | |
2010-03-25 | Refactor: Simplify Technology values | Denis Kenzior | 1 | -8/+8 | |
Applications don't really understand our current values very well and would need to look up the spec. Instead we change to much more commonly accepted terms. | |||||
2010-03-25 | Refactor: Remove MobileNetworkCodeLength property | Denis Kenzior | 1 | -6/+36 | |
Replaced by MNC/MCC properties which is more intuitive for use by external applications. | |||||
2010-03-24 | Add enum for cdma sms tpdu data objects | Yang Gu | 1 | -0/+1 | |
2010-03-24 | Fix enum for more time proactive command | Yang Gu | 1 | -2/+3 | |
2010-03-23 | Fix: Handle broken modems that returns empty COPS | Denis Kenzior | 1 | -0/+20 | |
2010-03-23 | Move netreg interface definitions to dbus.h | Denis Kenzior | 1 | -60/+57 | |
2010-03-23 | Style: Fixup some style issues | Denis Kenzior | 1 | -11/+28 | |
- Large if statements should be handled as switchcase - Avoid initialization of variables, even if code needs to be rearranged | |||||
2010-03-23 | Add parser for file list objects | Yang Gu | 2 | -0/+99 | |
2010-03-22 | Move sim manager interface definition to dbus.h | Denis Kenzior | 1 | -26/+21 | |
2010-03-22 | Move cbs interface definition to dbus.h | Denis Kenzior | 1 | -12/+10 | |
2010-03-22 | Move call volume interface definition to dbus.h | Denis Kenzior | 1 | -13/+17 | |
2010-03-22 | Move mwi interface definition to dbus.h | Denis Kenzior | 1 | -14/+12 | |
2010-03-22 | Move radio settings interface definition to dbus.h | Denis Kenzior | 1 | -8/+6 | |
2010-03-22 | Move sms interface definition to dbus.h | Denis Kenzior | 1 | -9/+7 | |
2010-03-22 | Move voicecall interface definitions to dbus.h | Denis Kenzior | 1 | -28/+24 | |
2010-03-20 | Revert the default statement for PIN type checking | Marcel Holtmann | 2 | -8/+5 | |
Also fix the coding style for the switch statement and remove the number assignment for an internal enum. | |||||
2010-03-19 | Trivial: Add break statement | Denis Kenzior | 1 | -0/+3 | |
In case we ever extend the enum/switch and unwittingly introduce a bug. | |||||
2010-03-19 | Fix: Check password length based on its type | Pekka Pessi | 5 | -22/+48 | |
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-03-18 | Fix: Interrogation of barring does not need pin | Pekka Pessi | 1 | -1/+1 | |
2010-03-18 | Fix: Number of barring services is constant | Pekka Pessi | 1 | -10/+3 | |
2010-03-18 | Style: Remove the now unnecessary braces | Denis Kenzior | 1 | -2/+1 | |