aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-07-18 11:21:53 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-07-18 11:21:53 +0200
commit720ad6b3d5048c690a75dc3cffc3a3cc1750952c (patch)
tree52dd62f0ee611a3cad039428e4bc905513241082 /data
parentbdbbe4dce57444291632fca1a5b87b1ebb2573ed (diff)
downloadexternal_libqmi-720ad6b3d5048c690a75dc3cffc3a3cc1750952c.zip
external_libqmi-720ad6b3d5048c690a75dc3cffc3a3cc1750952c.tar.gz
external_libqmi-720ad6b3d5048c690a75dc3cffc3a3cc1750952c.tar.bz2
dms: 'MN-HA key' and 'MN-AAA key' in 'DMS Activate Manual' need additional size prefix
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-dms.json26
1 files changed, 14 insertions, 12 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index 9d0e2c7..b0650ee 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -594,19 +594,21 @@
{ "name" : "Mobile Identification Number",
"format" : "string",
"max-size" : "15" } ] },
- { "name" : "MN HA key",
- "id" : "0x11",
- "mandatory" : "no",
- "type" : "TLV",
- "format" : "string",
- "max-size" : "16" },
- { "name" : "MN AAA key",
- "id" : "0x12",
- "mandatory" : "no",
- "type" : "TLV",
- "format" : "string",
- "max-size" : "16" },
{ "name" : "PRL",
+ { "name" : "MN HA key",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "string",
+ "max-size" : "16",
+ "size-prefix-format" : "guint8" },
+ { "name" : "MN AAA key",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "string",
+ "max-size" : "16",
+ "size-prefix-format" : "guint8" },
"id" : "0x13",
"mandatory" : "no",
"type" : "TLV",