aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-ctl.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-05-22 17:01:48 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:54 +0200
commit39a2d58f8d97409127d5d0ae94a4fc42bc3b78c9 (patch)
tree1a76e420b16fd52213e24061dfc7c67ceca0b399 /data/qmi-service-ctl.json
parentcf3e96536739fe2edddbfa8871c63aa984b34a8c (diff)
downloadexternal_libqmi-39a2d58f8d97409127d5d0ae94a4fc42bc3b78c9.zip
external_libqmi-39a2d58f8d97409127d5d0ae94a4fc42bc3b78c9.tar.gz
external_libqmi-39a2d58f8d97409127d5d0ae94a4fc42bc3b78c9.tar.bz2
data: use new `Success' common prerequisite type
Diffstat (limited to 'data/qmi-service-ctl.json')
-rw-r--r--data/qmi-service-ctl.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/data/qmi-service-ctl.json b/data/qmi-service-ctl.json
index a55df3e..fb94209 100644
--- a/data/qmi-service-ctl.json
+++ b/data/qmi-service-ctl.json
@@ -24,9 +24,7 @@
"type" : "guint16" },
{ "name" : "minor version",
"type" : "guint16" } ] },
- "prerequisites": [ { "field" : "Result.Error Status",
- "operation" : "==",
- "value" : "QMI_STATUS_SUCCESS" } ] } ] },
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
{ "name" : "Allocate CID",
"type" : "Message",
@@ -47,9 +45,7 @@
"type" : "guint8" },
{ "name" : "Cid",
"type" : "guint8" } ],
- "prerequisites": [ { "field" : "Result.Error Status",
- "operation" : "==",
- "value" : "QMI_STATUS_SUCCESS" } ] } ] },
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
{ "name" : "Release CID",
"type" : "Message",
@@ -74,9 +70,7 @@
"type" : "guint8" },
{ "name" : "Cid",
"type" : "guint8" } ],
- "prerequisites": [ { "field" : "Result.Error Status",
- "operation" : "==",
- "value" : "QMI_STATUS_SUCCESS" } ] } ] },
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
{ "name" : "Sync",
"type" : "Message",