aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-wds.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-28 13:18:44 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-28 13:18:56 +0200
commitd473f9ab35b85b76ebd6510a69a49ffa141d85f1 (patch)
tree13822aa4f17faa091f82f7b05661d6c73c2c08bc /data/qmi-service-wds.json
parentd39c997771da9a8037e61f1b4fc5ccfbb34be952 (diff)
wds: implement "Verbose Call End Reason" types
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r--data/qmi-service-wds.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json
index 04c6ea8..7628d37 100644
--- a/data/qmi-service-wds.json
+++ b/data/qmi-service-wds.json
@@ -136,10 +136,11 @@
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
- "contents" : [ { "name" : "Type",
- "format" : "guint16" },
+ "contents" : [ { "name" : "Type",
+ "format" : "guint16",
+ "public-format" : "QmiWdsVerboseCallEndReasonType" },
{ "name" : "Reason",
- "format" : "guint16" } ],
+ "format" : "gint16" } ],
"prerequisites": [ { "field" : "Result.Error Status",
"operation" : "!=",
"value" : "QMI_STATUS_SUCCESS" },