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)
commitae88b29aa635a48d4903622384a336232a86a3fe
tree6d72e67105925fb32927d956c31f58336191934b
parentece9382c46e80f0a7a497aecfb61ea6935fc76e5
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40868 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]