Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dms: support TLV 0x13 (PRL) in 'DMS Activate Manual' | Aleksander Morgado | 2013-07-15 | 1 | -8/+0 |
| | |||||
* | pds: new TODO to include parsing all TLVs in the "Event Report" indication | Aleksander Morgado | 2012-09-18 | 1 | -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' action | Aleksander Morgado | 2012-08-07 | 1 | -0/+2 |
| | |||||
* | TODO: add task to investigate a possible 'bit-sequence' format type | Aleksander Morgado | 2012-08-06 | 1 | -0/+6 |
| | |||||
* | nas: implement "Get System Info" request/response | Aleksander Morgado | 2012-08-03 | 1 | -2/+2 |
| | |||||
* | TODO: allow specifying a 'description' in messages and TLVs | Aleksander Morgado | 2012-07-25 | 1 | -0/+2 |
| | |||||
* | TODO: add task to include 'version' in TLVs | Aleksander Morgado | 2012-07-24 | 1 | -0/+4 |
| | |||||
* | nas: implement "Event Report" indication | Aleksander Morgado | 2012-07-24 | 1 | -0/+3 |
| | |||||
* | TODO: add missing DMS-specific qmicli commands to be added | Aleksander Morgado | 2012-07-18 | 1 | -0/+5 |
| | |||||
* | dms: implement "UIM Set CK Protection" request/response | Aleksander Morgado | 2012-07-17 | 1 | -0/+2 |
| | |||||
* | dms: implement "Read User Data" request/response | Aleksander Morgado | 2012-07-16 | 1 | -0/+2 |
| | |||||
* | dms: implement "Set User Lock State" request/response | Aleksander Morgado | 2012-07-16 | 1 | -0/+2 |
| | |||||
* | dms: implement "Activate Manual" request/response | Aleksander Morgado | 2012-07-06 | 1 | -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 variables | Aleksander Morgado | 2012-07-06 | 1 | -0/+8 |
They will still be read into a new heap-allocated string, but we now control whether the user gives a proper size. |