From fb70a5f7852a9e3f71cc576e01fd94d47dfd3a5e Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 24 Sep 2012 07:31:54 +0200 Subject: dms: implement "Get Stored Image Info" request/response --- data/qmi-service-dms.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) 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 @@ -980,6 +980,55 @@ "public-format" : "QmiDmsTimeReferenceType" } ], "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", -- cgit v1.2.3