aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2016-10-04 07:43:57 -0500
committerDan Williams <dcbw@redhat.com>2016-10-06 10:12:04 -0500
commitd90fae4dba60c40ae71e2d5f20e9191483a8cbdf (patch)
tree84d372a4c335a7d20c15529dc890826d3cdfc98b /data
parentdda73618bdb92c4e91ce8066c3082d4033475c29 (diff)
downloadexternal_libqmi-d90fae4dba60c40ae71e2d5f20e9191483a8cbdf.zip
external_libqmi-d90fae4dba60c40ae71e2d5f20e9191483a8cbdf.tar.gz
external_libqmi-d90fae4dba60c40ae71e2d5f20e9191483a8cbdf.tar.bz2
wds: add Go Dormant, Go Active, and Get Dormancy Status
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-wds.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 5b342c6..6e20823 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -647,6 +647,22 @@
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
+ { "name" : "Go Dormant",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0025",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
+ { "name" : "Go Active",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0026",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
{ "name" : "Create Profile",
"type" : "Message",
"service" : "WDS",
@@ -1551,6 +1567,21 @@
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
+ { "name" : "Get Dormancy Status",
+ "type" : "Message",
+ "service" : "WDS",
+ "id" : "0x0030",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Dormancy Status",
+ "id" : "0x01",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWdsDormancyStatus",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "Get Autoconnect Settings",
"type" : "Message",
"service" : "WDS",