summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-03 19:38:55 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-06 19:53:02 +0200
commit39c44acbd650c40c0ab7612edc733f4a73cf310e (patch)
tree7e65f998ff416131501de220795ee655d4bd44c3
parent38602a11929ce748f6198b3b22b9983b54a834ba (diff)
wms: implement "Modify Tag" request/response
-rw-r--r--data/qmi-service-wms.json29
1 files changed, 28 insertions, 1 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index ad40d9e..0fdcdc3 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -292,6 +292,33 @@
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "format" : "guint8" } } ],
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] }
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Modify Tag",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x0023",
+ "version" : "1.1",
+ "input" : [ { "name" : "Message Tag",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Storage Type",
+ "format" : "guint8",
+ "public-format" : "QmiWmsStorageType" },
+ { "name" : "Memory Index",
+ "format" : "guint32" },
+ { "name" : "Message Tag",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageTagType" } ] },
+ { "name" : "Message Mode",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageMode" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] }
]