<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uqmi/data, branch master</title>
<subtitle>Tiny QMI command line utility</subtitle>
<id>https://git-03.infra.openwrt.org/project/uqmi/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/uqmi/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/'/>
<updated>2025-07-28T20:09:36Z</updated>
<entry>
<title>wda: add option for enabling flow-control</title>
<updated>2025-07-28T20:09:36Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2025-07-27T19:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=7aef6458a03c81e4e8f5ac4a1c8c9c5425867f06'/>
<id>urn:sha1:7aef6458a03c81e4e8f5ac4a1c8c9c5425867f06</id>
<content type='text'>
In conjunction with QMAP, the modem can perform flow-control towards the
host.

Add the necessary option for activating flow-control by configuring the
modem data format.

Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>data: add downlink padding option</title>
<updated>2025-07-09T12:51:43Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2025-02-10T04:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=283fbe00c585f800e691339a28ac4b3fcd6e81ca'/>
<id>urn:sha1:283fbe00c585f800e691339a28ac4b3fcd6e81ca</id>
<content type='text'>
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 &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>data: add support for ICC channel</title>
<updated>2024-08-25T00:35:47Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2024-01-03T14:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=d381f80de6aceb9858415521a241cbb25006c81c'/>
<id>urn:sha1:d381f80de6aceb9858415521a241cbb25006c81c</id>
<content type='text'>
Link: https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/merge_requests/376

Signed-off-by: David Bauer &lt;david.bauer@uniberg.com&gt;
</content>
</entry>
<entry>
<title>uqmi: sync data from libqmi project</title>
<updated>2024-04-13T19:59:35Z</updated>
<author>
<name>Jean Thomas</name>
</author>
<published>2024-04-10T10:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=3e782be3b4883f56d2c59c1c76359a1391fe377a'/>
<id>urn:sha1:3e782be3b4883f56d2c59c1c76359a1391fe377a</id>
<content type='text'>
JSON files taken from libqmi at commit
20a902ac997b6d140154295e7cdf5d5e986f9b67.

Signed-off-by: Jean Thomas &lt;jean.thomas@wifirst.fr&gt;
</content>
</entry>
<entry>
<title>uqmi: support C reserved keywords in upstream JSON files</title>
<updated>2024-04-13T19:58:35Z</updated>
<author>
<name>Jean Thomas</name>
</author>
<published>2024-04-10T10:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=368d46c1099652aaed540968a5f458c4bb9c0922'/>
<id>urn:sha1:368d46c1099652aaed540968a5f458c4bb9c0922</id>
<content type='text'>
Add a dummy prefix in case a name in the upstream JSON files is a
C reserved keyword.

This is the case with the "Register" element of the new "Configure
Profile Event List" message.

Signed-off-by: Jean Thomas &lt;jean.thomas@wifirst.fr&gt;
</content>
</entry>
<entry>
<title>data/code-gen: add support for indications</title>
<updated>2024-03-09T20:15:21Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2024-03-09T19:10:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=7c77e7742e486b4acd68f3f6c86207a2f79c6843'/>
<id>urn:sha1:7c77e7742e486b4acd68f3f6c86207a2f79c6843</id>
<content type='text'>
Indication (or also notifactions) are send by the modem towards the hosts.
They are similar to response, but without a request.
Some indication will send towards the host as soon the host has created a
session with a service. For other indication the host need to subscribe first.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>uqmi: use unmodified upstream JSON files</title>
<updated>2021-11-17T19:12:34Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-11-13T23:07:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=20cd9075df2dffd4db0aa05addec31733af4f6cb'/>
<id>urn:sha1:20cd9075df2dffd4db0aa05addec31733af4f6cb</id>
<content type='text'>
Extend code generator to handle also identifiers starting with a
numerical character.

Suggested-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
Acked-by: Oskari Lemmelä &lt;oskari@lemmela.net&gt;
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>uqmi: sync data from libqmi project</title>
<updated>2021-11-06T01:18:39Z</updated>
<author>
<name>Oskari Lemmela</name>
</author>
<published>2021-10-12T05:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=7880de81e1ef84428851b66039afda3fd3e24936'/>
<id>urn:sha1:7880de81e1ef84428851b66039afda3fd3e24936</id>
<content type='text'>
Sync all json and header files from libqmi project.
Update code to adapt changes in libqmi files.

Signed-off-by: Oskari Lemmela &lt;oskari@lemmela.net&gt;
</content>
</entry>
<entry>
<title>uqmi: update code generator</title>
<updated>2021-11-06T01:18:39Z</updated>
<author>
<name>Oskari Lemmela</name>
</author>
<published>2021-10-11T19:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=e303ba80bc7fb19284f027ecdb23bf375b6d3b13'/>
<id>urn:sha1:e303ba80bc7fb19284f027ecdb23bf375b6d3b13</id>
<content type='text'>
Add support for common-refs and double arrays.
Fix error message line and type parsing.

Signed-off-by: Oskari Lemmela &lt;oskari@lemmela.net&gt;
</content>
</entry>
<entry>
<title>data: update qmi-service-uim.json from libqmi git</title>
<updated>2016-11-04T13:04:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-11-04T13:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/uqmi/commit/?id=a474d244a914c758677ba1fc5026a8dcf737d25a'/>
<id>urn:sha1:a474d244a914c758677ba1fc5026a8dcf737d25a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
