summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* dms: support TLV 0x13 (PRL) in 'DMS Activate Manual'Aleksander Morgado2013-07-151-8/+0
|
* pds: new TODO to include parsing all TLVs in the "Event Report" indicationAleksander Morgado2012-09-181-0/+2
| | | | | | | | | The GPS module can give us already processed information in addition to the raw NMEA traces, including GPS/UTC date, latitude/longitude, DOPs... Add a TODO task to process these additional TLVs, which will require changes in the codegen in order to handle single-precision and double-precision float number reading.
* cli: new `--nas-get-home-network' actionAleksander Morgado2012-08-071-0/+2
|
* TODO: add task to investigate a possible 'bit-sequence' format typeAleksander Morgado2012-08-061-0/+6
|
* nas: implement "Get System Info" request/responseAleksander Morgado2012-08-031-2/+2
|
* TODO: allow specifying a 'description' in messages and TLVsAleksander Morgado2012-07-251-0/+2
|
* TODO: add task to include 'version' in TLVsAleksander Morgado2012-07-241-0/+4
|
* nas: implement "Event Report" indicationAleksander Morgado2012-07-241-0/+3
|
* TODO: add missing DMS-specific qmicli commands to be addedAleksander Morgado2012-07-181-0/+5
|
* dms: implement "UIM Set CK Protection" request/responseAleksander Morgado2012-07-171-0/+2
|
* dms: implement "Read User Data" request/responseAleksander Morgado2012-07-161-0/+2
|
* dms: implement "Set User Lock State" request/responseAleksander Morgado2012-07-161-0/+2
|
* dms: implement "Activate Manual" request/responseAleksander Morgado2012-07-061-0/+9
| | | | | | The 'Preferred Roaming List' TLV (0x13) is not yet supported, as it involves working with a very specific case not yet handled by qmi-codegen. Added a TODO task for that.
* qmi-codegen: allow specifying a 'max-size' for the string variablesAleksander Morgado2012-07-061-0/+8
They will still be read into a new heap-allocated string, but we now control whether the user gives a proper size.