X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=data%2Fqmi-service-dms.json;h=f7b741fe6acd1fdbb2d05ff7d87257a4dde3a505;hb=a7aad0bb7c2e2030d53a8ed0e54f6b347c9ae24f;hp=1e48455bf284d54f757c10ad5769735cefae07e3;hpb=edb7ae229c77a28707c2c769712b43cd4daa2c5e;p=project%2Fuqmi.git diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index 1e48455..f7b741f 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -755,7 +755,7 @@ "type" : "Message", "service" : "DMS", "id" : "0x003C", - "version" : "1.3", + "version" : "1.1", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "ICCID", "id" : "0x01", @@ -852,7 +852,7 @@ "type" : "Message", "service" : "DMS", "id" : "0x0043", - "version" : "1.3", + "version" : "1.1", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "IMSI", "id" : "0x01", @@ -1157,18 +1157,77 @@ "service" : "DMS", "id" : "0x0052", "version" : "1.5", - "input" : [ { "name" : "Current", + "input" : [ { "name" : "Current Code", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", "format" : "string", "fixed-size" : "6" }, - { "name" : "New", + { "name" : "New Code", "id" : "0x02", "mandatory" : "yes", "type" : "TLV", "format" : "string", "fixed-size" : "6" } ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* + { "name" : "Get Supported Messages", + "type" : "Message", + "service" : "DMS", + "id" : "0x001E", + "version" : "1.16", + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "List", + "id" : "0x10", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "size-prefix-format" : "guint16", + "array-element" : { "format" : "guint8" }, + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, + + // ********************************************************************************* + { "name" : "Get USB Composition", + "type" : "Message", + "service" : "DMS", + "id" : "0x555B", + "version" : "1.0", + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "Composition", + "id" : "0x10", + "mandatory" : "yes", + "type" : "TLV", + "format" : "guint8", + "prerequisites" : [ { "common-ref" : "Success" } ] }, + { "name" : "Supported", + "id" : "0x11", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "size-prefix-format" : "guint8", + "array-element" : { "format" : "guint8" }, + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, + + // ********************************************************************************* + { "name" : "Set USB Composition", + "type" : "Message", + "service" : "DMS", + "id" : "0x555C", + "version" : "1.0", + "input" : [ { "name" : "Composition", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "guint8" } ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* + { "name" : "Set FCC Authentication", + "type" : "Message", + "service" : "DMS", + "id" : "0x555F", + "version" : "1.0", "output" : [ { "common-ref" : "Operation Result" } ] } ]