libqmi-glib integration on top of qmuxd (work in progress)
Go to file
Dan Williams 927f794d59 dms: User Lock State messages supported on DMS 1.1
Tested on Novatel USB1000:

[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] QMI Device supports 6 services:
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1]    ctl (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1]    wds (1.1)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1]    dms (1.1)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1]    nas (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1]    wms (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1]    pds (1.0)
2016-09-07 10:58:17 -05:00
build-aux qmi-codegen: fixed multiple common-refs processing 2016-09-05 22:18:02 +02:00
data dms: User Lock State messages supported on DMS 1.1 2016-09-07 10:58:17 -05:00
docs docs: add missing reference for 'NAS force network search' 2016-07-07 19:25:07 +02:00
gobi-api gobi-api: add CodeAurora GobiAPI_2013-07-31-1347 sources 2014-08-05 11:18:23 -05:00
m4 build: use -Wformat-security 2013-05-17 23:05:24 +02:00
src qmicli,dms: avoid pointer when reading enum array 2016-08-29 12:57:42 +02:00
utils qmi-network: avoid more bashisms when comparing strings 2016-06-30 18:02:00 +02:00
.gitignore build: use absolute paths to ignore files in top_srcdir 2015-02-26 10:47:16 +01:00
AUTHORS AUTHORS: update 2014-12-24 13:42:20 +01:00
COPYING license: add GPLv2+ license in addition to the LGPLv2+ one 2014-03-05 11:47:52 +01:00
COPYING.LIB license: add GPLv2+ license in addition to the LGPLv2+ one 2014-03-05 11:47:52 +01:00
ChangeLog build: update NEWS; add minimal README and ChangeLog 2013-05-10 11:28:37 -05:00
Makefile.am build: distcheck always uses qmi-over-mbim support 2016-07-07 19:37:13 +02:00
NEWS NEWS: update for 1.16.0 2016-07-07 19:37:20 +02:00
README license: add GPLv2+ license in addition to the LGPLv2+ one 2014-03-05 11:47:52 +01:00
TODO dms: support TLV 0x13 (PRL) in 'DMS Activate Manual' 2013-07-15 10:24:31 +02:00
autogen.sh build: README and NEWS always exist 2016-03-21 10:34:17 +01:00
configure.ac build: fix a typo in mbim check 2016-07-08 17:28:20 +02:00
gtester.make build: setup gtester based unit tests 2013-06-21 10:18:00 +02:00

README

libqmi is a glib-based library for talking to WWAN modems and devices which
speak the Qualcomm MSM Interface (QMI) protocol.

License:
  The libqmi-glib library is released under the LGPLv2+ license.
  The qmicli tool is released under the GPLv2+ license.