aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-10-06wds: add Go Dormant, Go Active, and Get Dormancy StatusDan Williams1-0/+3
2016-10-06wds: add Set Event Report and Event Report IndicationDan Williams2-0/+57
2016-10-04docs: add missing reference for 'WDS create profile'Dan Williams1-0/+1
2016-07-07docs: add missing reference for 'NAS force network search'Aleksander Morgado1-0/+1
2016-07-07libqmi-glib,version: new symbol to flag qmi-over-mbim supportAleksander Morgado1-1/+2
2016-04-03libqmi-glib: handle api break introduced in 7fe1238 (released in 1.14.0)Aleksander Morgado1-0/+3
We provide a compatibility symbol to try to provide a better backwards compatibility.
2016-04-03libqmi-glib: handle api break introduced in 7ca279e9a42 (released in 1.14.0)Aleksander Morgado2-0/+13
Commit 7ca279e9a42 introduced a couple of method renames that we now try to recover in order to provide a better backwards API compatibility.
2016-04-03docs: add missing entries for 'NAS Get LTE Cphy CA Info'Aleksander Morgado2-0/+11
2016-03-17docs: updated copyright yearsAleksander Morgado1-0/+4
2016-03-17docs: include 1.12 and 1.14 symbols listAleksander Morgado1-0/+8
2016-01-30uim: implement 'UIM Change PIN'Aleksander Morgado1-0/+1
2016-01-30uim: implement 'UIM Unblock PIN'Aleksander Morgado1-0/+1
2016-01-30uim: implement 'UIM Verify PIN'Aleksander Morgado1-0/+1
2016-01-30uim: implement 'UIM Set PIN protection'Aleksander Morgado2-0/+6
2016-01-24docs: add missing GetPdnThrottleInfo() documentationAleksander Morgado2-0/+6
2016-01-24libqmi-glib,device: new getter/setter for the expected data format in the kernelAleksander Morgado1-0/+7
Userspace is in charge of defining the data format to be used in the WWAN net interface, both in the device itself (e.g. through CTL or WDA requests) and also in the kernel (e.g. through /sys/class/net/<WWAN>/qmi/raw_ip sysfs files). These new API methods allow to query and modify the data format expected by the kernel.
2015-10-06wds: new 'WDS Set Autoconnect Setting' command supportAleksander Morgado1-0/+1
2015-10-06wds: new 'WDS Get Autoconnect Setting' command supportAleksander Morgado2-0/+11
2015-02-26wds: implement 'Packet Service Status' indicationsAleksander Morgado1-0/+4
2015-02-25wms: implement 'Get Supported Messages'Aleksander Morgado1-0/+1
2015-02-25wds: implement 'Get Supported Messages'Aleksander Morgado1-0/+1
2015-02-25voice: implement 'Get Supported Messages'Aleksander Morgado1-0/+1
2015-02-25uim: implement 'Get Supported Messages'Aleksander Morgado1-0/+1
2015-02-25nas: implement 'Get Supported Messages'Aleksander Morgado1-0/+1
2015-02-25wda: implement 'Get Supported Messages'Aleksander Morgado1-0/+1
2015-02-25dms: implement 'Get Supported Messages'Aleksander Morgado1-0/+1
2015-02-25docs: add missing reference to the WMS SMSC address indicationAleksander Morgado1-0/+1
2015-02-07voice: initial support for the Voice serviceAleksander Morgado3-1/+81
2015-02-07dms: new 'DMS Set FCC Authentication' messageAleksander Morgado1-0/+1
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-01-28libqmi-glib,device: new property and getter to load the WWAN interface nameAleksander Morgado1-0/+2
Each QMI control port has one and only one associated WWAN net port. This new "device-wwan-iface" property and the qmi_device_get_wwan_iface() getter allow to load the WWAN net port name by looking directly at sysfs.
2015-01-24libqmi-glib,wds: support 'UMTS Granted QoS' TLV in 'Get Current Settings'Aleksander Morgado1-0/+20
2014-11-09libqmi-glib,message: new TLV reader APIAleksander Morgado1-0/+14
2014-11-09libqmi-glib,message: new TLV builder APIAleksander Morgado1-0/+18
2014-11-09libqmi,test: setup testing framework to test content of generated messagesAleksander Morgado1-1/+3
2014-11-09libqmi-glib,device: new 'device-proxy-path' propertyAleksander Morgado1-0/+1
String which specifies which is the path of the abstract socket where the proxy is listening.
2014-11-09libqmi-glib,device: new 'device-no-file-check' propertyAleksander Morgado1-0/+1
If set to TRUE, this property will make the QmiDevice not check for the existence and file type of the given GFile. This is a construct write-only property, and should be only used when building the QmiDevice with g_async_initable_new_async() explicitly (i.e. no library helper method given).
2014-09-05pds: implement "PDS Set/Get AGPS Config"Aleksander Morgado2-0/+7
2014-09-05pds: implement "PDS Set/Get Default Tracking Session"Aleksander Morgado2-0/+7
2014-05-28nas: add 'UMTS Info Neighboring LTE' TLV to 'Cell Location Info'Aleksander Morgado1-0/+5
2014-05-28docs,libqmi-glib: add 'NAS Get Cell Location Info' documentationAleksander Morgado1-0/+1
2014-05-28qmi-codegen: handle 'gfloat' typesAleksander Morgado1-0/+1
2014-05-21wda: implement 'Set Data Format' request/responseAleksander Morgado1-0/+1
2014-05-20wda: new 'WDA' serviceAleksander Morgado3-1/+29
2014-04-28uim: implement "Get Card Status"Aleksander Morgado2-0/+36
2014-03-09data: add libqmi iconAleksander Morgado1-0/+197
2013-12-13libqmi-glib: generate types for QmiDeviceOpenFlags and ↵Aleksander Morgado1-3/+12
QmiDeviceReleaseClientFlags
2013-10-03docs: project logoAleksander Morgado2-0/+217
2013-09-13docs: add missing pages for the latest WDS requestsAleksander Morgado1-0/+2
2013-09-13build: generate manpage for qmi-networkAleksander Morgado1-3/+17
2013-09-12wds: implement "WDS Get Profile List"Aleksander Morgado2-0/+6