<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/utils/uqmi/Makefile, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>uqmi: move to git.openwrt.org</title>
<updated>2016-01-04T15:12:33+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-04T15:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=286e0917f30bd2aa7c8552ae1b04d64d5e2b7fa1'/>
<id>286e0917f30bd2aa7c8552ae1b04d64d5e2b7fa1</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48124
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48124
</pre>
</div>
</content>
</entry>
<entry>
<title>uqmi: Add qmi.sh executable bit and fix option dhcp</title>
<updated>2015-09-21T17:40:59+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-09-21T17:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d4760cd9b4c0d4f761eedd9d6aebb369f27b347a'/>
<id>d4760cd9b4c0d4f761eedd9d6aebb369f27b347a</id>
<content type='text'>
Using protocol qmi does not work since qmi.sh is not executable.
Setting option dhcp explicitely to 0 actually enables it.
This patch fixes both problems.

Signed-off-by: Matti Laakso &lt;malaakso@elisanet.fi&gt;

SVN-Revision: 47014
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using protocol qmi does not work since qmi.sh is not executable.
Setting option dhcp explicitely to 0 actually enables it.
This patch fixes both problems.

Signed-off-by: Matti Laakso &lt;malaakso@elisanet.fi&gt;

SVN-Revision: 47014
</pre>
</div>
</content>
</entry>
<entry>
<title>uqmi: Add proper IPv6 support</title>
<updated>2015-09-11T06:46:40+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-09-11T06:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8f24ee6382756e88cc30a06e9a7da0d76b877423'/>
<id>8f24ee6382756e88cc30a06e9a7da0d76b877423</id>
<content type='text'>
Use the new --ip-family option to start both IPv4 and IPv6 sessions
by default. Autoconnect can't be used when starting two sessions,
so revert back to using the client IDs and packet data handles for
handling the network connection.

Some modem firmwares do not implement a RA server, therefore by
default use outband IP configuration and static addressing. Some
other firmwares report bogus IP configuration with the WDS get
current settings command. In this case inband configuration with
DHCP/RA can be optionally enabled by setting option dhcp to 1.

Per 3GPP standard a /64 prefix is served to all clients, which is
extended to LAN as specified in RFC 7278.

v2: Restrict the IPv6 gateway route source address
Signed-off-by: Matti Laakso &lt;malaakso@elisanet.fi&gt;

SVN-Revision: 46843
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the new --ip-family option to start both IPv4 and IPv6 sessions
by default. Autoconnect can't be used when starting two sessions,
so revert back to using the client IDs and packet data handles for
handling the network connection.

Some modem firmwares do not implement a RA server, therefore by
default use outband IP configuration and static addressing. Some
other firmwares report bogus IP configuration with the WDS get
current settings command. In this case inband configuration with
DHCP/RA can be optionally enabled by setting option dhcp to 1.

Per 3GPP standard a /64 prefix is served to all clients, which is
extended to LAN as specified in RFC 7278.

v2: Restrict the IPv6 gateway route source address
Signed-off-by: Matti Laakso &lt;malaakso@elisanet.fi&gt;

SVN-Revision: 46843
</pre>
</div>
</content>
</entry>
<entry>
<title>ncm, qmi, mbim: Add dependency on wwan package</title>
<updated>2015-03-09T14:07:06+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-03-09T14:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f1dcfec6d843cddeb2c56f9829efc52eeafb158c'/>
<id>f1dcfec6d843cddeb2c56f9829efc52eeafb158c</id>
<content type='text'>
The wwan package holds the hotplug script to set mobile broadband
interfaces (un)available. Add it as a dependency to comgt-ncm,
uqmi and umbim.

Signed-off-by: Matti Laakso &lt;malaakso@elisanet.fi&gt;

SVN-Revision: 44631
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wwan package holds the hotplug script to set mobile broadband
interfaces (un)available. Add it as a dependency to comgt-ncm,
uqmi and umbim.

Signed-off-by: Matti Laakso &lt;malaakso@elisanet.fi&gt;

SVN-Revision: 44631
</pre>
</div>
</content>
</entry>
<entry>
<title>uqmi: Add --delete-message for deleting SMS messages</title>
<updated>2014-12-03T09:17:28+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-12-03T09:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1e8a83e55388641e2769635cad6dca22cb05ecfe'/>
<id>1e8a83e55388641e2769635cad6dca22cb05ecfe</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43504
</pre>
</div>
</content>
</entry>
<entry>
<title>uqmi: fix SEGFAULT on reading Unicode sms messages</title>
<updated>2014-12-01T16:23:55+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-12-01T16:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2dad4c2e0755adf7b7d92fb42bf4bf5073786a0f'/>
<id>2dad4c2e0755adf7b7d92fb42bf4bf5073786a0f</id>
<content type='text'>
Added complementary blobmsg_close_table() before returning from function
on error.

Signed-off-by: Sławomir Demeszko &lt;s.demeszko@wireless-instruments.com&gt;

SVN-Revision: 43477
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added complementary blobmsg_close_table() before returning from function
on error.

Signed-off-by: Sławomir Demeszko &lt;s.demeszko@wireless-instruments.com&gt;

SVN-Revision: 43477
</pre>
</div>
</content>
</entry>
<entry>
<title>uqmi: update to the latest version, also set 802.3 data format via the WDA service</title>
<updated>2014-11-25T20:34:08+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-11-25T20:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9f803fca447d570ebab89fa5ed6ccf4e9f31632d'/>
<id>9f803fca447d570ebab89fa5ed6ccf4e9f31632d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43381
</pre>
</div>
</content>
</entry>
<entry>
<title>uqmi: update to latest git HEAD</title>
<updated>2014-11-19T09:21:07+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-11-19T09:21:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d460500a72f291d96a63cda7b8be38d3e0a7a28d'/>
<id>d460500a72f291d96a63cda7b8be38d3e0a7a28d</id>
<content type='text'>
* fixes a bug in multipart sms
* adds a new call to read the sim phone number (partially functioanl)

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixes a bug in multipart sms
* adds a new call to read the sim phone number (partially functioanl)

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43310
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a few SPDX tags</title>
<updated>2014-11-02T12:20:54+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-11-02T12:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=bec9d38fa4ed4dcf13230fe6b91b4ef81306accc'/>
<id>bec9d38fa4ed4dcf13230fe6b91b4ef81306accc</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43151
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43151
</pre>
</div>
</content>
</entry>
<entry>
<title>uqmi: update to latest git HEAD</title>
<updated>2014-10-31T11:02:06+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-10-31T11:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9d11a9e83278aa6710320b0e458cc5c30c01bd3c'/>
<id>9d11a9e83278aa6710320b0e458cc5c30c01bd3c</id>
<content type='text'>
this adds support for pin set/unlock/... and iccid.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this adds support for pin set/unlock/... and iccid.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43127
</pre>
</div>
</content>
</entry>
</feed>
