aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2013-07-15dms: support TLV 0x13 (PRL) in 'DMS Activate Manual'Aleksander Morgado1-8/+0
2012-09-18pds: new TODO to include parsing all TLVs in the "Event Report" indicationAleksander Morgado1-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.
2012-08-07cli: new `--nas-get-home-network' actionAleksander Morgado1-0/+2
2012-08-06TODO: add task to investigate a possible 'bit-sequence' format typeAleksander Morgado1-0/+6
2012-08-03nas: implement "Get System Info" request/responseAleksander Morgado1-2/+2
2012-07-25TODO: allow specifying a 'description' in messages and TLVsAleksander Morgado1-0/+2
2012-07-24TODO: add task to include 'version' in TLVsAleksander Morgado1-0/+4
2012-07-24nas: implement "Event Report" indicationAleksander Morgado1-0/+3
2012-07-18TODO: add missing DMS-specific qmicli commands to be addedAleksander Morgado1-0/+5
2012-07-17dms: implement "UIM Set CK Protection" request/responseAleksander Morgado1-0/+2
2012-07-16dms: implement "Read User Data" request/responseAleksander Morgado1-0/+2
2012-07-16dms: implement "Set User Lock State" request/responseAleksander Morgado1-0/+2
2012-07-06dms: implement "Activate Manual" request/responseAleksander Morgado1-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.
2012-07-06qmi-codegen: allow specifying a 'max-size' for the string variablesAleksander Morgado1-0/+8
They will still be read into a new heap-allocated string, but we now control whether the user gives a proper size.