diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-22 16:55:01 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:54 +0200 |
commit | de514133cec8d12906f19c868542b7530058a0c1 (patch) | |
tree | edb4de92b56320dfb2ea582f1552b252bc6e1790 /data/qmi-service-ctl.json | |
parent | 5ee73a0f3e339edbf4feb345e7fd4e175de85441 (diff) | |
download | external_libqmi-de514133cec8d12906f19c868542b7530058a0c1.zip external_libqmi-de514133cec8d12906f19c868542b7530058a0c1.tar.gz external_libqmi-de514133cec8d12906f19c868542b7530058a0c1.tar.bz2 |
qmi-codegen: use a `common-ref' field to specify common dictionaries, like TLVs
Diffstat (limited to 'data/qmi-service-ctl.json')
-rw-r--r-- | data/qmi-service-ctl.json | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/data/qmi-service-ctl.json b/data/qmi-service-ctl.json index 0bf182d..018e21b 100644 --- a/data/qmi-service-ctl.json +++ b/data/qmi-service-ctl.json @@ -10,8 +10,7 @@ "type" : "Message", "service" : "CTL", "id" : "0x0021", - "output" : [ { "name" : "Result", - "type" : "common-TLV" }, + "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Service list", "id" : "0x01", "mandatory" : "yes", @@ -38,8 +37,7 @@ "mandatory" : "yes", "type" : "TLV", "format" : "guint8" } ], - "output" : [ { "name" : "Result", - "type" : "common-TLV" }, + "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Allocation Info", "id" : "0x01", "mandatory" : "yes", @@ -66,8 +64,7 @@ "type" : "guint8" }, { "name" : "Cid", "type" : "guint8" } ] } ], - "output" : [ { "name" : "Result", - "type" : "common-TLV" }, + "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Release Info", "id" : "0x01", "mandatory" : "yes", @@ -85,6 +82,5 @@ "type" : "Message", "service" : "CTL", "id" : "0x0027", - "output" : [ { "name" : "Result", - "type" : "common-TLV" } ] } + "output" : [ { "common-ref" : "Operation Result" } ] } ] |