summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-03-31Add enum for icon qualifierYang Gu1-0/+5
2010-03-31Add parser for call control requested action objectsYang Gu2-0/+40
2010-03-31Add parser for transaction identifier objectsYang Gu2-0/+29
2010-03-31Add parser for location status objectsYang Gu2-0/+32
2010-03-31Add parser for cause objectsYang Gu2-0/+34
2010-03-31Add parser for event list objectsYang Gu2-0/+53
2010-03-31Add parser for items next action indicator objectsYang Gu2-0/+29
2010-03-31Reorder the declarations of stk data objectsYang Gu1-17/+18
2010-03-30Refactor: Text / Default text parsingDenis Kenzior1-55/+35
2010-03-30Refactor: Break out the STK text decoding utilityDenis Kenzior1-0/+35
This can be used for other data objects than text and default text
2010-03-30Refactor: generic boolean parsersDenis Kenzior1-11/+6
2010-03-30Refactor: Don't repeat tag checking ad naseumDenis Kenzior1-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-30Style: More consistent indentationDenis Kenzior1-5/+5
2010-03-29Fix: measurement results are binary dataDenis Kenzior1-1/+1
2010-03-29Add parser for network measurement results objectsYang Gu1-0/+26
2010-03-29Check for capabilities support via libcap-ngMarcel Holtmann1-2/+10
2010-03-26Refactor: Simplify the internal GPRS APIDenis Kenzior1-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-26Refactor: Get rid of DCM propertiesDenis Kenzior1-114/+1
Be conformant with the API changes from the previous commit
2010-03-25Fix: No need to malloc memory for thisDenis Kenzior1-1/+1
2010-03-25Add parser for help request objectsYang Gu1-0/+10
2010-03-25Refactor: Use common bool to implement imm respYang Gu1-12/+2
2010-03-25Add parser for common bool objectYang Gu1-0/+17
2010-03-25Add parser for imei objectsYang Gu1-0/+43
2010-03-25Add parser for location information objectsYang Gu2-0/+47
2010-03-25Make the function to parse mcc and mnc publicYang Gu2-3/+4
2010-03-25Rename: stk data object enum namesYang Gu1-4/+4
Be more consistent
2010-03-25Refactor: Rename netreg Operator property to NameDenis Kenzior1-6/+6
2010-03-25Refactor: Rename radio setting type namesDenis Kenzior1-12/+12
2010-03-25Rename AvailableOperators to OperatorsDenis Kenzior1-2/+2
2010-03-25Refactor: Simplify Technology valuesDenis Kenzior1-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-25Refactor: Remove MobileNetworkCodeLength propertyDenis Kenzior1-6/+36
Replaced by MNC/MCC properties which is more intuitive for use by external applications.
2010-03-24Add enum for cdma sms tpdu data objectsYang Gu1-0/+1
2010-03-24Fix enum for more time proactive commandYang Gu1-2/+3
2010-03-23Fix: Handle broken modems that returns empty COPSDenis Kenzior1-0/+20
2010-03-23Move netreg interface definitions to dbus.hDenis Kenzior1-60/+57
2010-03-23Style: Fixup some style issuesDenis Kenzior1-11/+28
- Large if statements should be handled as switchcase - Avoid initialization of variables, even if code needs to be rearranged
2010-03-23Add parser for file list objectsYang Gu2-0/+99
2010-03-22Move sim manager interface definition to dbus.hDenis Kenzior1-26/+21
2010-03-22Move cbs interface definition to dbus.hDenis Kenzior1-12/+10
2010-03-22Move call volume interface definition to dbus.hDenis Kenzior1-13/+17
2010-03-22Move mwi interface definition to dbus.hDenis Kenzior1-14/+12
2010-03-22Move radio settings interface definition to dbus.hDenis Kenzior1-8/+6
2010-03-22Move sms interface definition to dbus.hDenis Kenzior1-9/+7
2010-03-22Move voicecall interface definitions to dbus.hDenis Kenzior1-28/+24
2010-03-20Revert the default statement for PIN type checkingMarcel Holtmann2-8/+5
Also fix the coding style for the switch statement and remove the number assignment for an internal enum.
2010-03-19Trivial: Add break statementDenis Kenzior1-0/+3
In case we ever extend the enum/switch and unwittingly introduce a bug.
2010-03-19Fix: Check password length based on its typePekka Pessi5-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-18Fix: Interrogation of barring does not need pinPekka Pessi1-1/+1
2010-03-18Fix: Number of barring services is constantPekka Pessi1-10/+3
2010-03-18Style: Remove the now unnecessary bracesDenis Kenzior1-2/+1