aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* man: generate qmicli manpage from --help-allAleksander Morgado2013-09-044-2/+29
|
* build: add missing OMA JSON file in distAleksander Morgado2013-09-041-1/+2
|
* cli,uim: new '--uim-read-transparent' and '--uim-get-file-attributes'Aleksander Morgado2013-09-041-90/+91
| | | | | | | | | | | | | | | | | And remove '--uim-read-eficcid', '--uim-read-efimsi' and '--uim-read-spn'. We don't want to provide actions in qmicli for every possible SIM file to read, so just provide generic methods doing the same, but requiring the whole path of the file to be read; so: Instead of '--uim-read-eficcid': --uim-read-transparent="0x3F00,0x2FE2" Instead of '--uim-read-efimsi': --uim-read-transparent="0x3F00,0x7F20,0x6F07" Instead of '--uim-read-efspn': --uim-read-transparent="0x3F00,0x7F20,0x6F46"
* oma: setup generation of the OMA service supportAleksander Morgado2013-09-0410-9/+430
|
* uim: fix 'File ID' TLV formatAleksander Morgado2013-09-022-39/+38
| | | | | | | | | | | | 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
* cli: read file attributes before the actual file contentsAleksander Morgado2013-09-021-45/+226
|
* uim: implement "Get File Attributes" request/responseAleksander Morgado2013-09-024-0/+170
|
* cli: new `--uim-read-eficcid' actionAleksander Morgado2013-09-021-4/+33
|
* cli: new `--uim-read-efimsi' actionAleksander Morgado2013-09-021-3/+39
|
* cli: new `--uim-read-efspn' actionAleksander Morgado2013-09-021-1/+128
|
* uim: implement "Read Transparent" request/responseAleksander Morgado2013-09-022-0/+79
|
* cli: new `--uim-reset' and `--uim-noop' actionsAleksander Morgado2013-09-024-1/+203
|
* uim: integrate the UIM serviceAleksander Morgado2013-09-0212-10/+237
| | | | Also implement "Reset" and "Read Record" request/response.
* device: don't warn when disposing a QmiDevice created for an unknown portAleksander Morgado2013-08-291-1/+2
|
* utils,qmi-network: program is GPLv2+Aleksander Morgado2013-08-141-1/+2
|
* license: update text to latest LGPLv2.1Aleksander Morgado2013-08-141-98/+118
|
* qmicli,wds: fix following network status until disconnectedAleksander Morgado2013-08-131-3/+7
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=67987
* docs: fix section titleAleksander Morgado2013-08-091-1/+1
|
* libqmi-glib,device: fix type in documentationAleksander Morgado2013-08-091-1/+1
|
* 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-182-4/+11
|
* dms: support TLV 0x13 (PRL) in 'DMS Activate Manual'Aleksander Morgado2013-07-152-9/+13
|
* qmi-codegen: allow handling built-in sequence numbers in arraysAleksander Morgado2013-07-151-22/+125
| | | | | | | | | | TLVs are really limited in size, so if you want to have truly long data passed between host and modem, you may end up needing multiple QMI messages where the long TLV is split in segments. Currently support this by handling a built-in sequence number expected to be found between the array size prefix and the array itself (see e.g. TLV 0x13 (PRL) in 'DMS Activate Manual'). This sequence number can be enabled with the new 'sequence-prefix-format' keyword in the array definition.
* dms: no prerequisites in input bundlesAleksander Morgado2013-07-151-9/+8
|
* build: fix distcheck, add missing json fileAleksander Morgado2013-07-101-1/+2
|
* qmicli,pbm: add sections when printing all capabilitiesAleksander Morgado2013-07-051-0/+7
|
* libqmi-glib,device: add PBM supportBjørn Mork2013-07-041-0/+5
| | | | Signed-off-by: Bjørn Mork <bjorn@mork.no>
* qmicli: new '--pbm-get-all-capabilities' actionAleksander Morgado2013-07-044-1/+325
|
* pbm: implement 'Get All Capabilities' request/responseAleksander Morgado2013-07-042-1/+153
|
* pbm: implement 'Get Capabilities' request/responseAleksander Morgado2013-07-044-1/+174
|
* pbm: setup generation of the PBM service supportAleksander Morgado2013-07-049-9/+149
| | | | Only 'Indication Register' message for now.
* qmicli: new '--get-service-version-info'Aleksander Morgado2013-07-041-1/+60
| | | | | | | | | | | | | | $ sudo qmicli -d /dev/cdc-wdm0 --get-service-version-info [/dev/cdc-wdm0] Supported versions: ctl (1.3) wds (1.2) dms (1.1) nas (1.0) wms (1.0) pds (1.0) auth (1.0) cat (1.0) rms (1.0)
* libqmi-glib,device: new method to query service version infoAleksander Morgado2013-07-043-5/+139
|
* libqmi-glib,device: plug memleakAleksander Morgado2013-06-271-0/+1
|
* build: setup gtester based unit testsAleksander Morgado2013-06-215-31/+101
|
* qmicli,wds: implement '--wds-get-packet-statistics' commandAleksander Morgado2013-06-191-0/+103
| | | | | | | | | | | | E.g.: $ sudo qmicli -d /dev/cdc-wdm0 --wds-get-packet-statistics [/dev/cdc-wdm0] Connection statistics: TX packets OK: 552 RX packets OK: 466 TX bytes OK: 108849 RX bytes OK: 187837 The output will ignore those stat values which are unsupported by the device.
* wds: implement "Get Packet Statistics" request/responseAleksander Morgado2013-06-194-0/+123
|
* libqmi-glib: update list of QMI protocol errorsAleksander Morgado2013-06-181-0/+48
|
* cli,nas: implement '--nas-get-tx-rx-info' commandAleksander Morgado2013-06-183-0/+209
|
* nas: implement "Get Tx Rx Info" request/responseAleksander Morgado2013-06-182-0/+64
|
* build: fix builds with srcdir != builddirAleksander Morgado2013-06-136-0/+7
|
* docs: reorder version symbolsAleksander Morgado2013-06-131-1/+1
|
* build: setup libtool versioning for libqmi-glibAleksander Morgado2013-06-132-0/+24
| | | | | Let it be 0.0.0 for now; we have not updated this in the past versions, but we should do it from now on.
* libqmi-glib,api: provide version infoAleksander Morgado2013-06-137-1/+105
|
* release: bump version to 1.5.0 (development)Dan Williams2013-06-071-1/+1
|
* release: bump version to 1.4.0Dan Williams2013-06-071-1/+1
|
* build: update NEWSAleksander Morgado2013-06-071-1/+5
|
* nas: add Network Time indicationDan Williams2013-05-314-0/+91
|
* qmicli,dms: fix reading new PIN in '--dms-uim-change-pin'Aleksander Morgado2013-05-311-1/+1
| | | | Spotted by Rajiv Mohan <rajiv.mohan@wipro.com>