aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-wds.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-27 15:22:13 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-27 15:22:13 +0200
commita605d46a3d1baa40689cc9515c9902ddfe16e881 (patch)
tree495e89c907d784ccded213a14b23210e1ee630d2 /data/qmi-service-wds.json
parent5dc6797111ee9e570cb37d958a733d6fe4fa6595 (diff)
wds: implement "Set IP Family" request/response
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r--data/qmi-service-wds.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 48cd531..5ef8f57 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -238,6 +238,20 @@
{ "name" : "RAT Mask",
"format" : "guint32" },
{ "name" : "SO Mask",
- "format" : "guint32" } ] } ] }
+ "format" : "guint32" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Set IP Family",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x004D",
+ "version" : "1.9",
+ "input" : [ { "name" : "Preference",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsIpFamily" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] }
]