summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* modem-helpers: fix ISO8601 string when offset is negativedcbw/localtimeAleksander Morgado2013-04-251-4/+10
* modem-helpers: ISO8601 date fields separated by dashes and time separated by 'T'Aleksander Morgado2013-04-251-1/+1
* time: normalize GetNetworkTime() response to local time + timezone infoDan Williams2013-04-256-40/+104
* broadband-modem-icera: fix issues checking supported bandsDan Williams2013-04-251-15/+36
* iface-modem: fix array insertion when setting bandsDan Williams2013-04-251-2/+1
* sierra: handle probing ERROR response betterDan Williams2013-04-251-0/+7
* huawei: only expect custom inits to be run on tty portsAleksander Morgado2013-04-251-11/+17
* zte: ensure error is set when +ZSNT response parser doesn't matchAleksander Morgado2013-04-251-1/+11
* x22x: ensure error is set when +SYSSEL response parser doesn't matchAleksander Morgado2013-04-251-3/+11
* sierra: ensure error is set when !SELRAT response parser doesn't matchAleksander Morgado2013-04-251-1/+5
* novatel: ensure error is set when $NWRAT response parser doesn't matchAleksander Morgado2013-04-251-6/+10
* huawei: ensure error is set when ^CPIN response parser doesn't matchAleksander Morgado2013-04-251-3/+10
* modem-helpers: ensure error is set when +CRM response parser doesn't matchAleksander Morgado2013-04-251-37/+44
* qcdm: remove unnecessary NULL check on free()Ben Chan2013-04-251-6/+3
* x22x: add Archos G9 device tagsDan Williams2013-04-241-0/+8
* altair-lte: minor coding style fixesAleksander Morgado2013-04-241-2/+3
* altair-lte: Add SIM unlock retries query to the Altair plugin.ori inbar2013-04-241-0/+73
* x22x: fix regex when parsing +SYSSEL responseAleksander Morgado2013-04-241-1/+1
* bearer: allow specifying default IP family for bearersBen Chan2013-04-236-19/+64
* broadband-modem-qmi: work around old Gobi 1K firmware SetDataFormat issueDan Williams2013-04-191-2/+27
* broadband-modem-mbim: don't make no-SIM errors directly fatal, retry insteadAleksander Morgado2013-04-191-6/+14
* iface-modem: skip modem_after_sim_unlock() for CDMA-only devicesDan Williams2013-04-181-4/+6
* iface-modem: for multimode 3GPP+3GPP2 devices, check if SIM is availablealeksander/multimode-sim-checkAleksander Morgado2013-04-181-18/+88
* iface-modem: ignore SIM errors in 3GPP2-capable devicesAleksander Morgado2013-04-181-27/+38
* core: rework logging code to remove log message truncation (bgo #698312)Dan Williams2013-04-181-35/+36
* plugin-manager: handle race condition during probingAleksander Morgado2013-04-181-25/+34
* broadband-modem: read current capabilities via QCDM if available (bgo #698229)Dan Williams2013-04-181-8/+125
* sms-part: check UDH length vs available size before trying to read itAleksander Morgado2013-04-181-1/+5
* qcdm: fix CDMA1x Pilot Sets pilot handlingDan Williams2013-04-171-2/+2
* mbm: allow MBIM devicesAleksander Morgado2013-04-171-0/+16
* build: MBIM support is autoAleksander Morgado2013-04-171-14/+25
* device: look for vendor/product ID on the grandparent for MBIM devicesAleksander Morgado2013-04-171-2/+3
* sierra: allow MBIM modems handled by the pluginAleksander Morgado2013-04-171-0/+16
* bearer-mbim: handle static IP configurationAleksander Morgado2013-04-171-25/+298
* bearer-mbim: update connection timeout valuesAleksander Morgado2013-04-171-2/+2
* bearer-mbim: activate packet service during connection requestAleksander Morgado2013-04-171-0/+74
* bearer-mbim: no auth protocol if neither user nor password givenAleksander Morgado2013-04-171-24/+28
* bearer-mbim: implement bearer disconnectionAleksander Morgado2013-04-171-0/+172
* bearer-mbim: gather a unique session id in the [0,255] rangeAleksander Morgado2013-04-173-12/+150
* bearer-mbim: implement bearer connectionAleksander Morgado2013-04-171-62/+194
* bearer-mbim: log available provisioned contexts during connectionAleksander Morgado2013-04-171-0/+281
* broadband-modem-mbim: implement access technologies updatesAleksander Morgado2013-04-173-2/+57
* broadband-modem-mbim: add TODO about the network scanAleksander Morgado2013-04-171-0/+4
* broadband-modem-mbim: implement 3GPP registration requestAleksander Morgado2013-04-173-0/+154
* api,errors: define new GPRS related errorsAleksander Morgado2013-04-171-0/+10
* broadband-modem-mbim: implement 3GPP registration logicAleksander Morgado2013-04-173-3/+321
* sim-mbim: add TODO about the home provider infoAleksander Morgado2013-04-171-0/+6
* broadband-modem-mbim: implement signal quality updatesAleksander Morgado2013-04-171-0/+148
* broadband-modem-mbim: process signal state indicationsAleksander Morgado2013-04-171-0/+46
* broadband-modem-mbim: implement 3GPP unsolicited messages setup/cleanupAleksander Morgado2013-04-171-0/+78