libqmi-glib integration on top of qmuxd (work in progress)
Go to file
Aleksander Morgado 22628a69da dms: new 'DMS Set FCC Authentication' message
Dell-branded Sierra modems, like the Dell DW5570 (Sierra Wireless MC8805) need
this specific command before they can be put in 'online' mode:

$ sudo qmicli -d /dev/cdc-wdm1 --dms-get-operating-mode
[/dev/cdc-wdm1] Operating mode retrieved:
	Mode: 'low-power'
	HW restricted: 'no'

$ sudo qmicli -d /dev/cdc-wdm1 --dms-set-fcc-authentication
[/dev/cdc-wdm1] Successfully set FCC authentication

$ sudo qmicli -d /dev/cdc-wdm1 --dms-get-operating-mode
[/dev/cdc-wdm1] Operating mode retrieved:
	Mode: 'online'
	HW restricted: 'no'

https://bugzilla.kernel.org/show_bug.cgi?id=92101
2015-02-07 19:07:47 +01:00
build-aux qmi-codegen: require Service set for a correct Client definition 2015-01-25 18:38:33 +01:00
data dms: new 'DMS Set FCC Authentication' message 2015-02-07 19:07:47 +01:00
docs dms: new 'DMS Set FCC Authentication' message 2015-02-07 19:07:47 +01: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 dms: new 'DMS Set FCC Authentication' message 2015-02-07 19:07:47 +01:00
utils Fix bashism, as the script uses "sh", not "bash". 2014-12-30 10:48:08 +01:00
.gitignore build: use absolute paths for the ignored files in subdirs 2015-01-13 14:19:09 +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 libqmi-glib,proxy: Change ownership of QMI devices to the configured user. 2014-12-19 20:32:12 +01:00
NEWS NEWS: update to include the QMI_NAS_SIM_REJECT_STATE_SIM_AVAILABLE api break 2015-01-26 22:03:36 +01: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: move source code under src/ 2013-09-05 15:36:34 +02:00
configure.ac nas: fix QMI_NAS_SIM_REJECT_STATE_SIM_AVAILABLE enum name (api break) 2015-01-26 22:00:28 +01: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.