summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-05 09:10:53 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-05 09:10:53 +0200
commit1d9636c1e7b0d08b5363daa96550e327f7a3f109 (patch)
tree4fece54b477840003982687d8a164260fd358450
parent588a6cd8ad111336154187e2fc41f255e8fc4331 (diff)
ctl: implement "Set Instance ID" request/response
-rw-r--r--data/qmi-service-ctl.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/qmi-service-ctl.json b/data/qmi-service-ctl.json
index 644f462..484f79e 100644
--- a/data/qmi-service-ctl.json
+++ b/data/qmi-service-ctl.json
@@ -13,6 +13,24 @@
"type" : "Message-ID-Enum" },
// *********************************************************************************
+ { "name" : "Set Instance ID",
+ "type" : "Message",
+ "service" : "CTL",
+ "id" : "0x0020",
+ "input" : [ { "name" : "ID",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8" } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Link ID",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint16",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get Version Info",
"type" : "Message",
"service" : "CTL",