diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-23 13:04:38 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:55 +0200 |
commit | 7e5cdc9b787f4b73fcd267976fc7e3572b741a71 (patch) | |
tree | 44991bc67884361cb9281806c193781e09d71515 /data/qmi-service-wds.json | |
parent | 6fb803907a49b65a97a26b450e181753f14b6c98 (diff) | |
download | external_libqmi-7e5cdc9b787f4b73fcd267976fc7e3572b741a71.zip external_libqmi-7e5cdc9b787f4b73fcd267976fc7e3572b741a71.tar.gz external_libqmi-7e5cdc9b787f4b73fcd267976fc7e3572b741a71.tar.bz2 |
core: new types to handle the `Get Data Bearer Technology' response
Also, make the 'last' TLV optional.
Diffstat (limited to 'data/qmi-service-wds.json')
-rw-r--r-- | data/qmi-service-wds.json | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/data/qmi-service-wds.json b/data/qmi-service-wds.json index d1b1255..bec701b 100644 --- a/data/qmi-service-wds.json +++ b/data/qmi-service-wds.json @@ -125,18 +125,20 @@ "service" : "WDS", "id" : "0x0037", "output" : [ { "common-ref" : "Operation Result" }, - { "name" : "Current", - "id" : "0x01", - "mandatory" : "yes", - "type" : "TLV", - "format" : "guint8", - "prerequisites": [ { "common-ref" : "Success" } ] }, - { "name" : "Last", - "id" : "0x10", - "mandatory" : "yes", - "type" : "TLV", - "format" : "guint8", - "prerequisites": [ { "field" : "Result.Error Status", + { "name" : "Current", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "gint8", + "public-format" : "QmiWdsDataBearerTechnology", + "prerequisites" : [ { "common-ref" : "Success" } ] }, + { "name" : "Last", + "id" : "0x10", + "mandatory" : "no", + "type" : "TLV", + "format" : "gint8", + "public-format" : "QmiWdsDataBearerTechnology", + "prerequisites" : [ { "field" : "Result.Error Status", "operation" : "!=", "value" : "QMI_STATUS_SUCCESS" }, { "field" : "Result.Error Code", |