aboutsummaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
...
* nas: implement 'Get Supported Messages'Aleksander Morgado2015-02-251-0/+16
|
* wda: implement 'Get Supported Messages'Aleksander Morgado2015-02-251-0/+16
|
* dms: implement 'Get Supported Messages'Aleksander Morgado2015-02-251-0/+16
|
* data: add missing voice json databaseAleksander Morgado2015-02-231-1/+2
|
* voice: initial support for the Voice serviceAleksander Morgado2015-02-071-0/+257
|
* dms: new 'DMS Set FCC Authentication' messageAleksander Morgado2015-02-071-0/+8
| | | | | | | | | | | | | | | | | | | | Dell-branded Sierra modems, like the Dell DW5570 (Sierra Wireless MC8805) need this specific command before they can be put in 'online' mode: $ sudo qmicli -d /dev/cdc-wdm1 --dms-get-operating-mode [/dev/cdc-wdm1] Operating mode retrieved: Mode: 'low-power' HW restricted: 'no' $ sudo qmicli -d /dev/cdc-wdm1 --dms-set-fcc-authentication [/dev/cdc-wdm1] Successfully set FCC authentication $ sudo qmicli -d /dev/cdc-wdm1 --dms-get-operating-mode [/dev/cdc-wdm1] Operating mode retrieved: Mode: 'online' HW restricted: 'no' https://bugzilla.kernel.org/show_bug.cgi?id=92101
* wds: last call TX/RX stats in 'Get Packet Statistics' don't have prerequisiteAleksander Morgado2015-02-041-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These values may be given along with a QMI error (e.g. out-of-call), so don't assume that a success operation is a prerequisite to read them. [04 Feb 2015, 20:55:07] [Debug] [/dev/cdc-wdm1] Received message... >>>>>> RAW: >>>>>> length = 42 >>>>>> data = 01:29:00:80:01:08:02:0D:00:24:00:1D:00:02:04:00:01:00:0F:00:1C:08:00:2B:17:00:00:00:00:00:00:1B:08:00:87:28:00:00:00:00:00:00 [04 Feb 2015, 20:55:07] [Debug] [/dev/cdc-wdm1] Received message (translated)... >>>>>> QMUX: >>>>>> length = 41 >>>>>> flags = 0x80 >>>>>> service = "wds" >>>>>> client = 8 >>>>>> QMI: >>>>>> flags = "response" >>>>>> transaction = 13 >>>>>> tlv_length = 29 >>>>>> message = "Get Packet Statistics" (0x0024) >>>>>> TLV: >>>>>> type = "Result" (0x02) >>>>>> length = 4 >>>>>> value = 01:00:0F:00 >>>>>> translated = FAILURE: OutOfCall >>>>>> TLV: >>>>>> type = "Last Call Rx Bytes Ok" (0x1c) >>>>>> length = 8 >>>>>> value = 2B:17:00:00:00:00:00:00 >>>>>> translated = 5931 >>>>>> TLV: >>>>>> type = "Last Call Tx Bytes Ok" (0x1b) >>>>>> length = 8 >>>>>> value = 87:28:00:00:00:00:00:00 >>>>>> translated = 10375
* nas: fix ECIO List TLV array element type (api break)Aleksander Morgado2015-01-251-1/+1
| | | | | | | | | | | | ECIO List TLV (0x12) in the NAS Get Signal Strength response message is given as an unsigned byte, representing negative 0.5dB increments. This is an API break; added to NEWS already not to forget about it. Also, version bump to 0.13.2 to flag the exact version in which the change was introduced. https://bugs.freedesktop.org/show_bug.cgi?id=85052
* nas: fix ECIO TLV field type (api break)Aleksander Morgado2015-01-251-1/+1
| | | | | | | | | | | | ECIO TLV (0x14) in the NAS Event Report Indication message is given as an unsigned byte, representing negative 0.5dB increments. This is an API break; added to NEWS already not to forget about it. Also, version bump to 0.13.1 to flag the exact version in which the change was introduced. https://bugs.freedesktop.org/show_bug.cgi?id=85052
* wms: new 'SMSC Address' indicationAleksander Morgado2015-01-241-1/+20
| | | | | | | | | | | | | | | | | | | | | E.g.: >>>>>> QMUX: >>>>>> length = 31 >>>>>> flags = 0x80 >>>>>> service = "wms" >>>>>> client = 1 >>>>>> QMI: >>>>>> flags = "indication" >>>>>> transaction = 0 >>>>>> tlv_length = 19 >>>>>> message = "SMSC Address" (0x0046) >>>>>> TLV: >>>>>> type = "Address" (0x01) >>>>>> length = 16 >>>>>> value = 31:34:35:0C:2B:33:34:36:34:34:31:30:39:30:33:30 >>>>>> translated = [ type = '145' digits = '+34644109030' ] https://bugs.freedesktop.org/show_bug.cgi?id=88756
* pds: new 'GPS Ready' indicationAleksander Morgado2015-01-241-1/+8
|
* libqmi-glib,wds: support 'UMTS Granted QoS' TLV in 'Get Current Settings'Aleksander Morgado2015-01-241-0/+35
|
* dms: "UIM Get IMSI" seems to be available in DMS 1.1 alreadyAleksander Morgado2014-11-101-1/+1
| | | | Reported by: Torsten Hilbrich <torsten.hilbrich@secunet.com>
* dms: "UIM Get ICCID" seems to be available in DMS 1.1 alreadyAleksander Morgado2014-11-071-1/+1
|
* pds: implement "PDS Set/Get AGPS Config"Aleksander Morgado2014-09-051-0/+64
|
* pds: implement "PDS Set/Get Default Tracking Session"Aleksander Morgado2014-09-051-0/+45
|
* nas: add 'UMTS Info Neighboring LTE' TLV to 'Cell Location Info'Aleksander Morgado2014-05-281-1/+26
|
* nas: fix several TLV field typesAleksander Morgado2014-05-281-6/+6
|
* nas: consolidate variable namesAleksander Morgado2014-05-281-35/+35
|
* nas: add missing TLV fieldAleksander Morgado2014-05-281-0/+2
|
* nas: trivial fixes in indentation and alignmentAleksander Morgado2014-05-281-154/+154
|
* nas: add "Get Cell Location Info"Bjørn Mork2014-05-271-0/+254
| | | | Signed-off-by: Bjørn Mork <bjorn@mork.no>
* wda: implement 'Set Data Format' request/responseAleksander Morgado2014-05-211-0/+93
|
* wda: new 'WDA' serviceAleksander Morgado2014-05-202-1/+71
|
* uim: implement "Get Card Status"Aleksander Morgado2014-04-281-1/+82
|
* wds: implement "Get Default Settings"Aleksander Morgado2013-09-121-0/+206
|
* wds: implement "Get Profile Settings"Aleksander Morgado2013-09-121-0/+210
|
* wds: implement "WDS Get Profile List"Aleksander Morgado2013-09-121-0/+41
|
* qmi-proxy: initial implementationAleksander Morgado2013-09-051-1/+15
|
* build: add missing OMA JSON file in distAleksander Morgado2013-09-041-1/+2
|
* oma: setup generation of the OMA service supportAleksander Morgado2013-09-041-0/+223
|
* uim: fix 'File ID' TLV formatAleksander Morgado2013-09-021-3/+3
| | | | | | | | | | | | The 'File ID' TLV expects the File path given as a sequence of BE-encoded 16-bit numbers; but the actual array is given as a 8-bit encoded array (i.e. size of the array should be in bytes). So instead of a 'File ID' like this: 46:6F:02:00:3F:20:7F it should be like this: 46:6F:04:00:3F:20:7F
* uim: implement "Get File Attributes" request/responseAleksander Morgado2013-09-021-0/+99
|
* uim: implement "Read Transparent" request/responseAleksander Morgado2013-09-021-0/+78
|
* uim: integrate the UIM serviceAleksander Morgado2013-09-022-1/+103
| | | | Also implement "Reset" and "Read Record" request/response.
* dms: fix JSON file indentationAleksander Morgado2013-07-181-8/+8
|
* dms: 'MN-HA key' and 'MN-AAA key' in 'DMS Activate Manual' need additional ↵Aleksander Morgado2013-07-181-12/+14
| | | | size prefix
* dms: 'SID' TLV in 'DMS Activate Manual' is a guint16, not a stringAleksander Morgado2013-07-181-3/+2
|
* dms: support TLV 0x13 (PRL) in 'DMS Activate Manual'Aleksander Morgado2013-07-151-1/+13
|
* dms: no prerequisites in input bundlesAleksander Morgado2013-07-151-9/+8
|
* build: fix distcheck, add missing json fileAleksander Morgado2013-07-101-1/+2
|
* pbm: implement 'Get All Capabilities' request/responseAleksander Morgado2013-07-041-1/+152
|
* pbm: implement 'Get Capabilities' request/responseAleksander Morgado2013-07-041-1/+112
|
* pbm: setup generation of the PBM service supportAleksander Morgado2013-07-041-0/+36
| | | | Only 'Indication Register' message for now.
* wds: implement "Get Packet Statistics" request/responseAleksander Morgado2013-06-191-0/+86
|
* nas: implement "Get Tx Rx Info" request/responseAleksander Morgado2013-06-181-0/+63
|
* nas: add Network Time indicationDan Williams2013-05-311-0/+44
|
* dms: DMS v1.1 supports GetOperatingMode/SetOperatingModeDan Williams2013-04-191-2/+2
| | | | | My Gobi 1K with 2008-era firmware and DMS v1.1 supports these, so whatever docs said they required DMS 1.2 are wrong.
* dms: activation code string needs explicit 1-byte length prefixAleksander Morgado2013-03-071-5/+6
| | | | Reported by Arman Uguray <armansito@google.com>
* nas: add Get CDMA Position InfoDan Williams2012-10-311-1/+41
| | | | Not sure what NAS version supports it, but at least NAS 1.3 is required.