dms: add "Set FCC Authentication" request
[oweals/uqmi.git] / data / qmi-service-dms.json
index 1e48455bf284d54f757c10ad5769735cefae07e3..f7b741fe6acd1fdbb2d05ff7d87257a4dde3a505 100644 (file)
      "type"    : "Message",
      "service" : "DMS",
      "id"      : "0x003C",
-     "version" : "1.3",
+     "version" : "1.1",
      "output"  : [  { "common-ref" : "Operation Result" },
                     { "name"      : "ICCID",
                       "id"        : "0x01",
      "type"    : "Message",
      "service" : "DMS",
      "id"      : "0x0043",
-     "version" : "1.3",
+     "version" : "1.1",
      "output"  : [  { "common-ref" : "Operation Result" },
                     { "name"      : "IMSI",
                       "id"        : "0x01",
      "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" } ] }
 
 ]