diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-23 10:44:46 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:55 +0200 |
commit | d762d776071d843bbc83667e67ad4e960563a249 (patch) | |
tree | 672dd371a21c52a40f03cf6ddbb6be9e9cf2e288 /data/qmi-service-wds.json | |
parent | 2b5c76bb800d87f2274c859fc19644a6f2dd3a8e (diff) | |
download | external_libqmi-d762d776071d843bbc83667e67ad4e960563a249.zip external_libqmi-d762d776071d843bbc83667e67ad4e960563a249.tar.gz external_libqmi-d762d776071d843bbc83667e67ad4e960563a249.tar.bz2 |
core: new `QmiWdsConnectionStatus' type
This new type is the `public-format' of the guint8 status given in the Get
Packet Service Status response.
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r-- | data/qmi-service-wds.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json index 6bf0633..50bb637 100644 --- a/data/qmi-service-wds.json +++ b/data/qmi-service-wds.json @@ -80,12 +80,13 @@ "service" : "WDS", "id" : "0x0022", "output" : [ { "common-ref" : "Operation Result" }, - { "name" : "Connection Status", - "id" : "0x01", - "mandatory" : "yes", - "type" : "TLV", - "format" : "guint8", - "prerequisites": [ { "common-ref" : "Success" } ] } ] }, + { "name" : "Connection Status", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "guint8", + "public-format" : "QmiWdsConnectionStatus", + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, // ********************************************************************************* { "name" : "Get Current Data Bearer Technology", |