summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-15test: OpenWrt-Devel-umbim-add-registration-set-supportledemaster+debianBjørn Mork
2019-02-15debian: use mbim-proxy featureBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2019-02-15mbim-proxy supportBjørn Mork
This adds support for the libmbim-glib "mbim-proxy", allowing umbim to access a device under ModemManager control. The feature is mostly useful for debugging and development purposes, and is therefore disabled by default. Signed-off-by: Bjørn Mork <bjorn@mork.no>
2016-08-22debian: initial packagingBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2016-05-11add radio_state set/query supportBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2016-05-11update usage()Bjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2016-05-11get buffer size from driverBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2016-05-11dynamically allocate bufferBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2015-04-03support non default ip-typesBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2015-04-03support IPv6 configurationBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2015-04-03fix IP configuration prefix outputBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2015-04-03add command_id to verbose outputBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2015-04-03avoid parsing InformationBuffer unless status is "success"Bjørn Mork
The MBIM specification requires that the InformationBuffer is empty unless the status field is MBIM_STATUS_SUCCESS, except for 4 explicit combinations of status code and command id. Avoid calling the reply handler if the status code is non-zero and the information buffer is empty. Signed-off-by: Bjørn Mork <bjorn@mork.no>
2015-04-03add command done status to verbose outputBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2015-04-03fix subscriber response segfaultBjørn Mork
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2014-12-10fix build for 64 bit systemsJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-09-08cleanup authprotocol handlingJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-08-24add support for authproto/username/passwordJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-08-24sanitize pincode properlyJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-08-24add gpl licenseJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2014-08-21initial importJohn Crispin