Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli: log messages from the 'Qmi' domain | Aleksander Morgado | 2012-11-02 | 1 | -1/+2 |
| | |||||
* | cli,wds: print connection status string instead of integer | Aleksander Morgado | 2012-10-25 | 1 | -6/+4 |
| | |||||
* | cli: traces enabled if running in verbose mode | Aleksander Morgado | 2012-10-09 | 1 | -0/+2 |
| | |||||
* | build: compile all generated code into a non-installable library | Aleksander Morgado | 2012-10-09 | 2 | -2/+4 |
| | | | | | Also simplify the build by using BUILT_SOURCES to avoid needing to specify custom dependency rules. | ||||
* | cli: format fix | Dan Williams | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | nas: Ec/Io given always as a signed integer | Aleksander Morgado | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | cli: skip printing network info for SINR and IO | Aleksander Morgado | 2012-09-27 | 1 | -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' variable | Aleksander Morgado | 2012-09-26 | 1 | -12/+12 |
| | |||||
* | cli: new `--dms-select-stored-image' action | Aleksander Morgado | 2012-09-26 | 1 | -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' action | Aleksander Morgado | 2012-09-26 | 3 | -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' action | Aleksander Morgado | 2012-09-26 | 1 | -0/+238 |
| | |||||
* | wds: implement "Verbose Call End Reason" types | Aleksander Morgado | 2012-08-28 | 1 | -4/+6 |
| | |||||
* | wds: implement "Call End Reason" type | Aleksander Morgado | 2012-08-28 | 1 | -2/+4 |
| | |||||
* | cli: avoid redeclaration of variables | Aleksander Morgado | 2012-08-23 | 4 | -48/+48 |
| | |||||
* | cli,qmi-network: `--start-network' now requires the APN passed as a string | Aleksander Morgado | 2012-08-23 | 1 | -6/+16 |
| | |||||
* | cli: fix CDMA serving system Network ID label | Dan Williams | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | cli: add missing line breaks | Aleksander Morgado | 2012-08-09 | 1 | -2/+2 |
| | |||||
* | cli: new `--nas-get-home-network' action | Aleksander Morgado | 2012-08-07 | 1 | -0/+107 |
| | |||||
* | cli: fix printing MCC/MNC when they're given as strings | Aleksander Morgado | 2012-08-07 | 1 | -5/+20 |
| | |||||
* | cli: improve reporting of `--nas-get-system-info' outputs | Aleksander Morgado | 2012-08-07 | 1 | -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 ones | Aleksander Morgado | 2012-08-03 | 1 | -11/+11 |
| | |||||
* | cli: new `--get-system-info' request/response | Aleksander Morgado | 2012-08-03 | 1 | -0/+772 |
| | |||||
* | nas: use `DTM' instead of `Dual Transfer Mode' | Aleksander Morgado | 2012-08-03 | 1 | -1/+1 |
| | |||||
* | nas: consolidate variable names for `QmiNasRadioInterface' types | Aleksander Morgado | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | cli: new `--nas-get-serving-system' action | Aleksander Morgado | 2012-08-01 | 1 | -0/+448 |
| | |||||
* | nas: fix TLV name; it's PCS digit, not PDS | Aleksander Morgado | 2012-08-01 | 1 | -3/+3 |
| | |||||
* | nas: consolidate preference duration values | Aleksander Morgado | 2012-07-31 | 1 | -2/+2 |
| | |||||
* | cli: new `--nas-get-system-selection-preference' action | Aleksander Morgado | 2012-07-30 | 1 | -0/+169 |
| | |||||
* | cli: new `--nas-get-technology-preference' action | Aleksander Morgado | 2012-07-30 | 1 | -0/+73 |
| | |||||
* | cli: skip telling which are the deprecated commands | Aleksander Morgado | 2012-07-30 | 1 | -2/+2 |
| | |||||
* | cli: new `--nas-get-signal-info' action | Aleksander Morgado | 2012-07-25 | 1 | -19/+153 |
| | |||||
* | cli: new `--nas-get-signal-strength' action | Aleksander Morgado | 2012-07-25 | 1 | -1/+207 |
| | |||||
* | cli: new `--nas-network-scan' action | Aleksander Morgado | 2012-07-24 | 1 | -1/+112 |
| | |||||
* | cli: support NAS service actions | Aleksander Morgado | 2012-07-23 | 4 | -1/+206 |
| | | | | Initially just with `--nas-reset' and `--nas-noop' | ||||
* | cli: new `--wds-reset' action | Aleksander Morgado | 2012-07-23 | 1 | -0/+48 |
| | |||||
* | cli: new `--dms-reset' action | Aleksander Morgado | 2012-07-23 | 1 | -0/+48 |
| | |||||
* | cli: new `--dms-get-factory-sku' action | Aleksander Morgado | 2012-07-18 | 1 | -0/+56 |
| | |||||
* | cli: new `--dms-get-band-capabilities' action | Aleksander Morgado | 2012-07-18 | 1 | -0/+69 |
| | |||||
* | cli: new `--dms-uim-unblock-ck' action | Aleksander Morgado | 2012-07-17 | 1 | -0/+104 |
| | |||||
* | cli: new `--dms-uim-set-ck-protection' action | Aleksander Morgado | 2012-07-17 | 1 | -0/+113 |
| | |||||
* | cli: new `--dms-uim-get-ck-status' action | Aleksander Morgado | 2012-07-17 | 3 | -0/+132 |
| | |||||
* | cli: new `--dms-validate-service-programming-code' action | Aleksander Morgado | 2012-07-17 | 1 | -0/+77 |
| | |||||
* | cli: gracefully handle errors when setting user provided inputs | Aleksander Morgado | 2012-07-17 | 4 | -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' action | Aleksander Morgado | 2012-07-17 | 1 | -0/+57 |
| | |||||
* | cli: new `--dms-read-eri-file' action | Aleksander Morgado | 2012-07-16 | 1 | -0/+62 |
| | |||||
* | cli: new `--dms-write-user-data' action | Aleksander Morgado | 2012-07-16 | 1 | -0/+73 |
| | | | | Currently we just allow writing text as user data. | ||||
* | cli: new `--dms-read-user-data' action | Aleksander Morgado | 2012-07-16 | 1 | -0/+63 |
| | |||||
* | cli: new helper method to get raw binary data as a printable string | Aleksander Morgado | 2012-07-16 | 5 | -0/+285 |
| | |||||
* | cli: new `--dms-set-user-lock-code' action | Aleksander Morgado | 2012-07-16 | 1 | -0/+74 |
| | |||||
* | cli: new `--dms-set-user-lock-state' action | Aleksander Morgado | 2012-07-16 | 1 | -0/+74 |
| |