[PATCH v1 2/4] uqmi: set device-operating-mode to online

Adrian Schmutzler mail at adrianschmutzler.de
Tue Nov 17 06:54:06 EST 2020


Hi,

> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces at lists.openwrt.org]
> On Behalf Of Filip Moc
> Sent: Dienstag, 17. November 2020 12:33
> To: openwrt-devel at lists.openwrt.org
> Subject: [PATCH v1 2/4] uqmi: set device-operating-mode to online
> 
> This is required for LTE module MR400 (in TL-MR6400 v4).
> Otherwise LTE module won't register to GSM network.

Please bump PKG_RELEASE for this package.

Can't review the change itself.

Best

Adrian

> 
> Signed-off-by: Filip Moc <lede at moc6.cz>
> ---
>  package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh
> b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh
> index 7870eb7382..dbfcdcb098 100755
> --- a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh
> +++ b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh
> @@ -174,6 +174,9 @@ proto_qmi_setup() {
>  	# Cleanup current state if any
>  	uqmi -s -d "$device" --stop-network 0xffffffff --autoconnect >
> /dev/null 2>&1
> 
> +	# Go online
> +	uqmi -s -d "$device" --set-device-operating-mode online > /dev/null
> 2>&1
> +
>  	# Set IP format
>  	uqmi -s -d "$device" --set-data-format 802.3 > /dev/null 2>&1
>  	uqmi -s -d "$device" --wda-set-data-format 802.3 > /dev/null 2>&1
> --
> 2.28.0
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20201117/765d8bcb/attachment.sig>


More information about the openwrt-devel mailing list