From 72ccfc01be086dc54f1fd1c9ba04c747bf529e7c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 4 Jun 2021 10:57:51 +0200 Subject: wda: add padding and flow control TLvs to "Get/Set Data Format" --- data/qmi-service-wda.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'data') 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" } ] } ] } ] -- cgit v1.2.1