Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uim: implement 'UIM Set PIN protection' | Aleksander Morgado | 2016-01-30 | 2 | -0/+6 |
| | |||||
* | docs: add missing GetPdnThrottleInfo() documentation | Aleksander Morgado | 2016-01-24 | 2 | -0/+6 |
| | |||||
* | libqmi-glib,device: new getter/setter for the expected data format in the kernel | Aleksander Morgado | 2016-01-24 | 1 | -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. | ||||
* | wds: new 'WDS Set Autoconnect Setting' command support | Aleksander Morgado | 2015-10-06 | 1 | -0/+1 |
| | |||||
* | wds: new 'WDS Get Autoconnect Setting' command support | Aleksander Morgado | 2015-10-06 | 2 | -0/+11 |
| | |||||
* | wds: implement 'Packet Service Status' indications | Aleksander Morgado | 2015-02-26 | 1 | -0/+4 |
| | |||||
* | wms: implement 'Get Supported Messages' | Aleksander Morgado | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | wds: implement 'Get Supported Messages' | Aleksander Morgado | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | voice: implement 'Get Supported Messages' | Aleksander Morgado | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | uim: implement 'Get Supported Messages' | Aleksander Morgado | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | nas: implement 'Get Supported Messages' | Aleksander Morgado | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | wda: implement 'Get Supported Messages' | Aleksander Morgado | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | dms: implement 'Get Supported Messages' | Aleksander Morgado | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | docs: add missing reference to the WMS SMSC address indication | Aleksander Morgado | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | voice: initial support for the Voice service | Aleksander Morgado | 2015-02-07 | 3 | -1/+81 |
| | |||||
* | dms: new 'DMS Set FCC Authentication' message | Aleksander Morgado | 2015-02-07 | 1 | -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 | ||||
* | libqmi-glib,device: new property and getter to load the WWAN interface name | Aleksander Morgado | 2015-01-28 | 1 | -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. | ||||
* | libqmi-glib,wds: support 'UMTS Granted QoS' TLV in 'Get Current Settings' | Aleksander Morgado | 2015-01-24 | 1 | -0/+20 |
| | |||||
* | libqmi-glib,message: new TLV reader API | Aleksander Morgado | 2014-11-09 | 1 | -0/+14 |
| | |||||
* | libqmi-glib,message: new TLV builder API | Aleksander Morgado | 2014-11-09 | 1 | -0/+18 |
| | |||||
* | libqmi,test: setup testing framework to test content of generated messages | Aleksander Morgado | 2014-11-09 | 1 | -1/+3 |
| | |||||
* | libqmi-glib,device: new 'device-proxy-path' property | Aleksander Morgado | 2014-11-09 | 1 | -0/+1 |
| | | | | | String which specifies which is the path of the abstract socket where the proxy is listening. | ||||
* | libqmi-glib,device: new 'device-no-file-check' property | Aleksander Morgado | 2014-11-09 | 1 | -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). | ||||
* | pds: implement "PDS Set/Get AGPS Config" | Aleksander Morgado | 2014-09-05 | 2 | -0/+7 |
| | |||||
* | pds: implement "PDS Set/Get Default Tracking Session" | Aleksander Morgado | 2014-09-05 | 2 | -0/+7 |
| | |||||
* | nas: add 'UMTS Info Neighboring LTE' TLV to 'Cell Location Info' | Aleksander Morgado | 2014-05-28 | 1 | -0/+5 |
| | |||||
* | docs,libqmi-glib: add 'NAS Get Cell Location Info' documentation | Aleksander Morgado | 2014-05-28 | 1 | -0/+1 |
| | |||||
* | qmi-codegen: handle 'gfloat' types | Aleksander Morgado | 2014-05-28 | 1 | -0/+1 |
| | |||||
* | wda: implement 'Set Data Format' request/response | Aleksander Morgado | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | wda: new 'WDA' service | Aleksander Morgado | 2014-05-20 | 3 | -1/+29 |
| | |||||
* | uim: implement "Get Card Status" | Aleksander Morgado | 2014-04-28 | 2 | -0/+36 |
| | |||||
* | data: add libqmi icon | Aleksander Morgado | 2014-03-09 | 1 | -0/+197 |
| | |||||
* | libqmi-glib: generate types for QmiDeviceOpenFlags and ↵ | Aleksander Morgado | 2013-12-13 | 1 | -3/+12 |
| | | | | QmiDeviceReleaseClientFlags | ||||
* | docs: project logo | Aleksander Morgado | 2013-10-03 | 2 | -0/+217 |
| | |||||
* | docs: add missing pages for the latest WDS requests | Aleksander Morgado | 2013-09-13 | 1 | -0/+2 |
| | |||||
* | build: generate manpage for qmi-network | Aleksander Morgado | 2013-09-13 | 1 | -3/+17 |
| | |||||
* | wds: implement "WDS Get Profile List" | Aleksander Morgado | 2013-09-12 | 2 | -0/+6 |
| | |||||
* | libqmi-glib,device: emit signal for every indication received | Aleksander Morgado | 2013-09-05 | 1 | -0/+1 |
| | |||||
* | libqmi-glib,proxy: new property exposing the current number of connected clients | Aleksander Morgado | 2013-09-05 | 1 | -0/+2 |
| | |||||
* | libqmi-glib,message: allow overwriting the transaction id | Aleksander Morgado | 2013-09-05 | 1 | -0/+1 |
| | |||||
* | qmi-proxy: initial implementation | Aleksander Morgado | 2013-09-05 | 2 | -0/+20 |
| | |||||
* | libqmi-glib,message: new response message creator | Aleksander Morgado | 2013-09-05 | 1 | -0/+1 |
| | |||||
* | build: consolidate the glib requirements | Aleksander Morgado | 2013-09-05 | 1 | -2/+2 |
| | | | | Don't split requirements per product built, but per actual requirement. | ||||
* | build: move source code under src/ | Aleksander Morgado | 2013-09-05 | 2 | -23/+23 |
| | |||||
* | build: always install the manpage | Aleksander Morgado | 2013-09-04 | 1 | -11/+11 |
| | | | | | | | | | | | | So the manpage file needs to always be available. Three cases are considered: * Build from tarball, where manpage file is distributed and therefore not generated. * Build from git, with help2man, where manpage is regenerated. * Build from git, but without help2man (ostree case), where we just generate a dummy manpage file. | ||||
* | build: Make help2man optional | Colin Walters | 2013-09-04 | 1 | -1/+5 |
| | | | | | I don't have it in gnome-ostree, nor at the moment man page stuff in general. | ||||
* | man: generate qmicli manpage from --help-all | Aleksander Morgado | 2013-09-04 | 2 | -1/+22 |
| | |||||
* | oma: setup generation of the OMA service support | Aleksander Morgado | 2013-09-04 | 3 | -1/+50 |
| | |||||
* | uim: implement "Get File Attributes" request/response | Aleksander Morgado | 2013-09-02 | 2 | -0/+16 |
| | |||||
* | uim: implement "Read Transparent" request/response | Aleksander Morgado | 2013-09-02 | 1 | -0/+1 |
| |