summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-06-04 10:57:51 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-06-06 10:01:13 +0000
commit72ccfc01be086dc54f1fd1c9ba04c747bf529e7c (patch)
treef36ad2233a398a806b66ce521d9e70555db17db7 /data
parente4545cde533128319351d08ffc8206ed2b7c5129 (diff)
downloadlibqmi-72ccfc01be086dc54f1fd1c9ba04c747bf529e7c.tar.gz
wda: add padding and flow control TLvs to "Get/Set Data Format"
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-wda.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/qmi-service-wda.json b/data/qmi-service-wda.json
index 81e86188..31deb189 100644
--- a/data/qmi-service-wda.json
+++ b/data/qmi-service-wda.json
@@ -142,6 +142,18 @@
"type" : "TLV",
"since" : "1.30",
"format" : "guint32",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Download Minimum Padding",
+ "id" : "0x1A",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint32",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Flow Control",
+ "id" : "0x1B",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint8",
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
@@ -224,5 +236,17 @@
"type" : "TLV",
"since" : "1.10",
"format" : "guint32",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Download Minimum Padding",
+ "id" : "0x1A",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint32",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "Flow Control",
+ "id" : "0x1B",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint8",
"prerequisites" : [ { "common-ref" : "Success" } ] } ] }
]