uqmi: Add support for QMI-based mobile broadband modems
authorFelix Fietkau <nbd@openwrt.org>
Wed, 28 May 2014 19:45:20 +0000 (19:45 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 28 May 2014 19:45:20 +0000 (19:45 +0000)
commitbc2f3a2830b0066d1aab77c7a27aafb21f3529ca
tree6d72e67105925fb32927d956c31f58336191934b
parent0c44db0b1b2ccc7c3f2e9a8f5b65c8b2d2f07cc8
uqmi: Add support for QMI-based mobile broadband modems

Many of the 4G/LTE and 3G modems utilize the QMI-protocol to control the
modem. At the moment there is no support for them in OpenWrt. This
patch adds support for them in the form of a netifd script and a
control utility. Tested with Huawei E398 and ZTE MF820D (which requires
a delay of ~30 s before responding to QMI commands). I put myself up as
the maintainer, feel free to change this if you desire.

Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 40868
package/network/utils/uqmi/Makefile [new file with mode: 0644]
package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh [new file with mode: 0755]