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)
commit487f719203626235facae64d8499258a00de952d
tree8c30a82763a67c013abcc0fbe50c6ccd832dc6a6
parent253892e57fa3b055d78b947939fdcfd9e95efe56
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]