diff options
Diffstat (limited to 'data/qmi-service-dms.json')
-rw-r--r-- | data/qmi-service-dms.json | 26 |
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", |