Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: generate qmicli manpage from --help-all | Aleksander Morgado | 2013-09-04 | 4 | -2/+29 |
| | |||||
* | build: add missing OMA JSON file in dist | Aleksander Morgado | 2013-09-04 | 1 | -1/+2 |
| | |||||
* | cli,uim: new '--uim-read-transparent' and '--uim-get-file-attributes' | Aleksander Morgado | 2013-09-04 | 1 | -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 support | Aleksander Morgado | 2013-09-04 | 10 | -9/+430 |
| | |||||
* | uim: fix 'File ID' TLV format | Aleksander Morgado | 2013-09-02 | 2 | -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 contents | Aleksander Morgado | 2013-09-02 | 1 | -45/+226 |
| | |||||
* | uim: implement "Get File Attributes" request/response | Aleksander Morgado | 2013-09-02 | 4 | -0/+170 |
| | |||||
* | cli: new `--uim-read-eficcid' action | Aleksander Morgado | 2013-09-02 | 1 | -4/+33 |
| | |||||
* | cli: new `--uim-read-efimsi' action | Aleksander Morgado | 2013-09-02 | 1 | -3/+39 |
| | |||||
* | cli: new `--uim-read-efspn' action | Aleksander Morgado | 2013-09-02 | 1 | -1/+128 |
| | |||||
* | uim: implement "Read Transparent" request/response | Aleksander Morgado | 2013-09-02 | 2 | -0/+79 |
| | |||||
* | cli: new `--uim-reset' and `--uim-noop' actions | Aleksander Morgado | 2013-09-02 | 4 | -1/+203 |
| | |||||
* | uim: integrate the UIM service | Aleksander Morgado | 2013-09-02 | 12 | -10/+237 |
| | | | | Also implement "Reset" and "Read Record" request/response. | ||||
* | device: don't warn when disposing a QmiDevice created for an unknown port | Aleksander Morgado | 2013-08-29 | 1 | -1/+2 |
| | |||||
* | utils,qmi-network: program is GPLv2+ | Aleksander Morgado | 2013-08-14 | 1 | -1/+2 |
| | |||||
* | license: update text to latest LGPLv2.1 | Aleksander Morgado | 2013-08-14 | 1 | -98/+118 |
| | |||||
* | qmicli,wds: fix following network status until disconnected | Aleksander Morgado | 2013-08-13 | 1 | -3/+7 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=67987 | ||||
* | docs: fix section title | Aleksander Morgado | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | libqmi-glib,device: fix type in documentation | Aleksander Morgado | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | dms: fix JSON file indentation | Aleksander Morgado | 2013-07-18 | 1 | -8/+8 |
| | |||||
* | dms: 'MN-HA key' and 'MN-AAA key' in 'DMS Activate Manual' need additional ↵ | Aleksander Morgado | 2013-07-18 | 1 | -12/+14 |
| | | | | size prefix | ||||
* | dms: 'SID' TLV in 'DMS Activate Manual' is a guint16, not a string | Aleksander Morgado | 2013-07-18 | 2 | -4/+11 |
| | |||||
* | dms: support TLV 0x13 (PRL) in 'DMS Activate Manual' | Aleksander Morgado | 2013-07-15 | 2 | -9/+13 |
| | |||||
* | qmi-codegen: allow handling built-in sequence numbers in arrays | Aleksander Morgado | 2013-07-15 | 1 | -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 bundles | Aleksander Morgado | 2013-07-15 | 1 | -9/+8 |
| | |||||
* | build: fix distcheck, add missing json file | Aleksander Morgado | 2013-07-10 | 1 | -1/+2 |
| | |||||
* | qmicli,pbm: add sections when printing all capabilities | Aleksander Morgado | 2013-07-05 | 1 | -0/+7 |
| | |||||
* | libqmi-glib,device: add PBM support | Bjørn Mork | 2013-07-04 | 1 | -0/+5 |
| | | | | Signed-off-by: Bjørn Mork <bjorn@mork.no> | ||||
* | qmicli: new '--pbm-get-all-capabilities' action | Aleksander Morgado | 2013-07-04 | 4 | -1/+325 |
| | |||||
* | pbm: implement 'Get All Capabilities' request/response | Aleksander Morgado | 2013-07-04 | 2 | -1/+153 |
| | |||||
* | pbm: implement 'Get Capabilities' request/response | Aleksander Morgado | 2013-07-04 | 4 | -1/+174 |
| | |||||
* | pbm: setup generation of the PBM service support | Aleksander Morgado | 2013-07-04 | 9 | -9/+149 |
| | | | | Only 'Indication Register' message for now. | ||||
* | qmicli: new '--get-service-version-info' | Aleksander Morgado | 2013-07-04 | 1 | -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 info | Aleksander Morgado | 2013-07-04 | 3 | -5/+139 |
| | |||||
* | libqmi-glib,device: plug memleak | Aleksander Morgado | 2013-06-27 | 1 | -0/+1 |
| | |||||
* | build: setup gtester based unit tests | Aleksander Morgado | 2013-06-21 | 5 | -31/+101 |
| | |||||
* | qmicli,wds: implement '--wds-get-packet-statistics' command | Aleksander Morgado | 2013-06-19 | 1 | -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/response | Aleksander Morgado | 2013-06-19 | 4 | -0/+123 |
| | |||||
* | libqmi-glib: update list of QMI protocol errors | Aleksander Morgado | 2013-06-18 | 1 | -0/+48 |
| | |||||
* | cli,nas: implement '--nas-get-tx-rx-info' command | Aleksander Morgado | 2013-06-18 | 3 | -0/+209 |
| | |||||
* | nas: implement "Get Tx Rx Info" request/response | Aleksander Morgado | 2013-06-18 | 2 | -0/+64 |
| | |||||
* | build: fix builds with srcdir != builddir | Aleksander Morgado | 2013-06-13 | 6 | -0/+7 |
| | |||||
* | docs: reorder version symbols | Aleksander Morgado | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | build: setup libtool versioning for libqmi-glib | Aleksander Morgado | 2013-06-13 | 2 | -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 info | Aleksander Morgado | 2013-06-13 | 7 | -1/+105 |
| | |||||
* | release: bump version to 1.5.0 (development) | Dan Williams | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | release: bump version to 1.4.0 | Dan Williams | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | build: update NEWS | Aleksander Morgado | 2013-06-07 | 1 | -1/+5 |
| | |||||
* | nas: add Network Time indication | Dan Williams | 2013-05-31 | 4 | -0/+91 |
| | |||||
* | qmicli,dms: fix reading new PIN in '--dms-uim-change-pin' | Aleksander Morgado | 2013-05-31 | 1 | -1/+1 |
| | | | | Spotted by Rajiv Mohan <rajiv.mohan@wipro.com> |