diff options
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", |