summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-24 07:31:54 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-26 09:45:43 +0200
commitfb70a5f7852a9e3f71cc576e01fd94d47dfd3a5e (patch)
tree359a1279d738a847f64d5f28f523567fb3f58030
parent9ba71b7472307624bdc1291fcab535679ee7dddb (diff)
dms: implement "Get Stored Image Info" request/response
-rw-r--r--data/qmi-service-dms.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index 77bd93a..7862b5b 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -981,6 +981,55 @@
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
+ { "name" : "Get Stored Image Info",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x004C",
+ "version" : "1.3",
+ "input" : [ { "name" : "Image",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "struct",
+ "contents" : [ { "name" : "Type",
+ "format" : "guint8",
+ "public-format" : "QmiDmsFirmwareImageType" },
+ { "name" : "Unique ID",
+ "format" : "array",
+ "fixed-size" : "16",
+ "array-element" : { "format": "guint8" } },
+ { "name" : "Build ID",
+ "format" : "string" } ] } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Boot Version",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Major Version",
+ "format" : "guint16" },
+ { "name" : "Minor Version",
+ "format" : "guint16" } ],
+ "prerequisites": [ { "common-ref" : "Success" } ] },
+ { "name" : "PRI Version",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "PRI Version",
+ "format" : "guint32" },
+ { "name" : "PRI Info",
+ "format" : "string",
+ "fixed-size" : "32" } ],
+ "prerequisites": [ { "common-ref" : "Success" } ] },
+ { "name" : "OEM Lock ID",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get Alt Net Config",
"type" : "Message",
"service" : "DMS",