aboutsummaryrefslogtreecommitdiffstats
path: root/cli
Commit message (Collapse)AuthorAgeFilesLines
* cli: log messages from the 'Qmi' domainAleksander Morgado2012-11-021-1/+2
|
* cli,wds: print connection status string instead of integerAleksander Morgado2012-10-251-6/+4
|
* cli: traces enabled if running in verbose modeAleksander Morgado2012-10-091-0/+2
|
* build: compile all generated code into a non-installable libraryAleksander Morgado2012-10-092-2/+4
| | | | | Also simplify the build by using BUILT_SOURCES to avoid needing to specify custom dependency rules.
* cli: format fixDan Williams2012-09-271-1/+1
|
* nas: Ec/Io given always as a signed integerAleksander Morgado2012-09-271-1/+1
|
* cli: skip printing network info for SINR and IOAleksander Morgado2012-09-271-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems that SINR and IO, even if they are supposedly only meaningful in EV-DO, may still be given for other networks. [27 Sep 2012, 11:17:36] [Debug] [/dev/cdc-wdm0] Received message... >>>>>> QMUX: >>>>>> length = 49 >>>>>> flags = 0x80 >>>>>> service = "nas" >>>>>> client = 6 >>>>>> QMI: >>>>>> flags = "response" >>>>>> transaction = 1 >>>>>> tlv_length = 37 >>>>>> message = "Get Signal Strength" (0x0020) >>>>>> TLV: >>>>>> type = "Result" (0x02) >>>>>> length = 4 >>>>>> value = 00:00:00:00 >>>>>> translated = SUCCESS >>>>>> TLV: >>>>>> type = "Signal Strength" (0x01) >>>>>> length = 2 >>>>>> value = A8:05 >>>>>> translated = [ strength = '-88' radio_interface = '5' ] >>>>>> TLV: >>>>>> type = "RSSI List" (0x11) >>>>>> length = 4 >>>>>> value = 01:00:58:05 >>>>>> translated = { [0] = '[ rssi = '88' radio_interface = '5' ] '} >>>>>> TLV: >>>>>> type = "ECIO List" (0x12) >>>>>> length = 4 >>>>>> value = 01:00:FC:05 >>>>>> translated = { [0] = '[ ecio = '252' radio_interface = '5' ] '} >>>>>> TLV: >>>>>> type = "IO" (0x13) >>>>>> length = 4 >>>>>> value = 96:FF:FF:FF >>>>>> translated = -106 >>>>>> TLV: >>>>>> type = "SINR" (0x14) >>>>>> length = 1 >>>>>> value = 08 >>>>>> translated = 8
* cli: avoid shadowing the global `index' variableAleksander Morgado2012-09-261-12/+12
|
* cli: new `--dms-select-stored-image' actionAleksander Morgado2012-09-261-47/+222
| | | | | Can be run e.g. like: $> sudo qmicli -d /dev/cdc-wdm0 --dms-select-stored-image="modem1,pri2"
* cli: new `--dms-delete-stored-image' actionAleksander Morgado2012-09-263-0/+279
| | | | | | | | | | | | | Can be run e.g. like: $> sudo qmicli -d /dev/cdc-wdm0 --dms-delete-stored-image="pri2" The passed index is the one given by a previous `--dms-list-stored-images' action. Please note that if you delete a given image, the listed indexes will change, so if you want to delete multiple images you'll need to first list stored images and grab the index and then use that bew index to delete the new image. Also, don't try this command many times or you'll run out of images to delete!
* cli: new `--dms-list-stored-images' actionAleksander Morgado2012-09-261-0/+238
|
* wds: implement "Verbose Call End Reason" typesAleksander Morgado2012-08-281-4/+6
|
* wds: implement "Call End Reason" typeAleksander Morgado2012-08-281-2/+4
|
* cli: avoid redeclaration of variablesAleksander Morgado2012-08-234-48/+48
|
* cli,qmi-network: `--start-network' now requires the APN passed as a stringAleksander Morgado2012-08-231-6/+16
|
* cli: fix CDMA serving system Network ID labelDan Williams2012-08-221-1/+1
|
* cli: add missing line breaksAleksander Morgado2012-08-091-2/+2
|
* cli: new `--nas-get-home-network' actionAleksander Morgado2012-08-071-0/+107
|
* cli: fix printing MCC/MNC when they're given as stringsAleksander Morgado2012-08-071-5/+20
|
* cli: improve reporting of `--nas-get-system-info' outputsAleksander Morgado2012-08-071-419/+336
| | | | | | Do not print the technology specific header if the corresponding TLV not given. Also fix TD-SCDMA header (was printing 'WCDMA').
* cli: NAS actions listed before WDS onesAleksander Morgado2012-08-031-11/+11
|
* cli: new `--get-system-info' request/responseAleksander Morgado2012-08-031-0/+772
|
* nas: use `DTM' instead of `Dual Transfer Mode'Aleksander Morgado2012-08-031-1/+1
|
* nas: consolidate variable names for `QmiNasRadioInterface' typesAleksander Morgado2012-08-021-1/+1
|
* cli: new `--nas-get-serving-system' actionAleksander Morgado2012-08-011-0/+448
|
* nas: fix TLV name; it's PCS digit, not PDSAleksander Morgado2012-08-011-3/+3
|
* nas: consolidate preference duration valuesAleksander Morgado2012-07-311-2/+2
|
* cli: new `--nas-get-system-selection-preference' actionAleksander Morgado2012-07-301-0/+169
|
* cli: new `--nas-get-technology-preference' actionAleksander Morgado2012-07-301-0/+73
|
* cli: skip telling which are the deprecated commandsAleksander Morgado2012-07-301-2/+2
|
* cli: new `--nas-get-signal-info' actionAleksander Morgado2012-07-251-19/+153
|
* cli: new `--nas-get-signal-strength' actionAleksander Morgado2012-07-251-1/+207
|
* cli: new `--nas-network-scan' actionAleksander Morgado2012-07-241-1/+112
|
* cli: support NAS service actionsAleksander Morgado2012-07-234-1/+206
| | | | Initially just with `--nas-reset' and `--nas-noop'
* cli: new `--wds-reset' actionAleksander Morgado2012-07-231-0/+48
|
* cli: new `--dms-reset' actionAleksander Morgado2012-07-231-0/+48
|
* cli: new `--dms-get-factory-sku' actionAleksander Morgado2012-07-181-0/+56
|
* cli: new `--dms-get-band-capabilities' actionAleksander Morgado2012-07-181-0/+69
|
* cli: new `--dms-uim-unblock-ck' actionAleksander Morgado2012-07-171-0/+104
|
* cli: new `--dms-uim-set-ck-protection' actionAleksander Morgado2012-07-171-0/+113
|
* cli: new `--dms-uim-get-ck-status' actionAleksander Morgado2012-07-173-0/+132
|
* cli: new `--dms-validate-service-programming-code' actionAleksander Morgado2012-07-171-0/+77
|
* cli: gracefully handle errors when setting user provided inputsAleksander Morgado2012-07-174-123/+339
| | | | | | The Input bundle creation may fail when parsing the user provided inputs. We need to detect this and gracefully exit in these cases, launching client ID release when applicable.
* cli: new `--dms-restore-factory-defaults' actionAleksander Morgado2012-07-171-0/+57
|
* cli: new `--dms-read-eri-file' actionAleksander Morgado2012-07-161-0/+62
|
* cli: new `--dms-write-user-data' actionAleksander Morgado2012-07-161-0/+73
| | | | Currently we just allow writing text as user data.
* cli: new `--dms-read-user-data' actionAleksander Morgado2012-07-161-0/+63
|
* cli: new helper method to get raw binary data as a printable stringAleksander Morgado2012-07-165-0/+285
|
* cli: new `--dms-set-user-lock-code' actionAleksander Morgado2012-07-161-0/+74
|
* cli: new `--dms-set-user-lock-state' actionAleksander Morgado2012-07-161-0/+74
|