diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:01:47 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:21:42 +0200 |
commit | 187aee4e9d200babc7d4adaef0c7942a130c60ef (patch) | |
tree | 54ba3c563a6c2c1e7601f91833dbbf815fed9122 /TODO | |
parent | 54e5400f6977ae2036b54c2661c1e5c101e03fe4 (diff) |
TODO: add task to investigate a possible 'bit-sequence' format type
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,6 +19,12 @@ List of things left for later: * qmi-codegen: allow specifying 'description' to both messages and TLVs. + * qmi-codegen: some bitmask fields could have some more love. A new + 'bit-sequence' format type would allow us to have getters for specific bit + values, and would also allow us to split a given set of flags into more + detailed sub-types, e.g.: the 'QmiNasRadioTechnologyPreference' flags type, + where the first two bits define the type of the next ones. + * dms: Support 'Preferred Roaming List' TLV (0x13) in DMS/"Activate Manual". This TLV is based on an array of raw binary data which can be passed to the device over multiple messages, using a sequence number to identify each |