summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2022-09-25 22:27:10 +0200
committerAleksander Morgado <aleksander@aleksander.es>2022-09-28 10:56:41 +0000
commit8ed63bd0e2fa2f05a86849e53d86b3748cf58a6c (patch)
treebbbd37a35bb121585a5da9d65ce794e986324577 /data
parentec7611ca47f220206dfb53adf716f0759640d830 (diff)
downloadlibqmi-8ed63bd0e2fa2f05a86849e53d86b3748cf58a6c.tar.gz
wda: add uplink aggregation input TLV to set data format
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-wda.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/data/qmi-service-wda.json b/data/qmi-service-wda.json
index 31deb189..4b67e54c 100644
--- a/data/qmi-service-wda.json
+++ b/data/qmi-service-wda.json
@@ -83,7 +83,17 @@
"format" : "guint32",
"public-format" : "QmiDataEndpointType"},
{ "name" : "Interface Number",
- "format" : "guint32"}] }],
+ "format" : "guint32"}] },
+ { "name" : "Uplink Data Aggregation Max Datagrams",
+ "id" : "0x1B",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint32" },
+ { "name" : "Uplink Data Aggregation Max Size",
+ "id" : "0x1C",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint32" }],
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "QoS Format",
"id" : "0x10",