From: David Bauer Date: Mon, 10 Feb 2025 04:09:02 +0000 (+0100) Subject: data: add downlink padding option X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=283fbe00c585f800e691339a28ac4b3fcd6e81ca;p=project%2Fuqmi.git data: add downlink padding option This option was taken from the GPL code of the Teltonika RUTX50 (Version 00.07.12). Link: https://teltonika-networks.com/de/support/gpl-code-center Signed-off-by: David Bauer --- diff --git a/data/qmi-service-wda.json b/data/qmi-service-wda.json index 4b67e54..ffa3e31 100644 --- a/data/qmi-service-wda.json +++ b/data/qmi-service-wda.json @@ -84,6 +84,11 @@ "public-format" : "QmiDataEndpointType"}, { "name" : "Interface Number", "format" : "guint32"}] }, + { "name" : "Downlink Minimum Padding", + "id" : "0x19", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint32" }, { "name" : "Uplink Data Aggregation Max Datagrams", "id" : "0x1B", "type" : "TLV",