aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-07-19hso: use common integer string parsersAleksander Morgado
2012-07-19hso: unsolicited %IPDPACT may come before the AT command replyAleksander Morgado
2012-07-19hso: plug memleak when finishing dialling with errorAleksander Morgado
2012-07-19hso: fix cid to report toAleksander Morgado
2012-07-16broadband-modem: remove `USE_WS46' propertyAleksander Morgado
3GPP modems will all try to use AT+WS46=? by default to gather supported modes.
2012-06-06zte: try to handle Icera devices that use PPPDan Williams
Not all devices present a network interface, and on these devices we need to fall back to PPP using the standard setup commands. But they appear to support the Icera custom commands for access technology and such, so still use those. Hopefully fixes ZTE MF665C.
2012-05-06novatel: report error if not properly disconnectedAleksander Morgado
When we request to disconnect, and the disconnection status check fails, return a proper error.
2012-05-06novatel: minor coding style fixesAleksander Morgado
2012-05-06bearer: simplify handling of the bearer configurationAleksander Morgado
The base MMBearer object will receive the MMBearerProperties configuration, which contains every generic and plugin-specific set up. Not every configuration parameter will be used by every implementation (e.g. not every bearer needs user/password). The Bearer object will expose every configuration parameter received in its `Properties' property in the interface, even if it's not really used.
2012-05-06wavecom: plugin fully portedAleksander Morgado
2012-05-06wavecom: implement custom band settingAleksander Morgado
2012-05-06wavecom: setup custom serial parserAleksander Morgado
AT+CPIN? replies come without trailing 'OK'; which we need to handle.
2012-05-06wavecom: implement custom current bands loadingAleksander Morgado
2012-05-06wavecom: implement custom supported bands loadingAleksander Morgado
2012-05-06wavecom: implement custom access technology loadingAleksander Morgado
2012-05-06wavecom: implement setting allowed/preferred modesAleksander Morgado
2012-05-06wavecom: implement loading of initial allowed/preferred modesAleksander Morgado
2012-05-06wavecom: implement custom supported mode loadingAleksander Morgado
2012-05-06wavecom: implement custom power up sequenceAleksander Morgado
2012-05-06wavecom: implement custom flow control handlingAleksander Morgado
2012-05-06wavecom: implement custom power down sequenceAleksander Morgado
2012-05-06wavecom: start porting the Wavecom pluginAleksander Morgado
2012-05-06cinterion: simplify loop when loading 2G bandsAleksander Morgado
2012-05-04modem-helpers: recognize 3GPP2 access tech strings tooDan Williams
Various Gobi-based devices (USB551L, probably Gobis too) can report EVDO and 1X as the current RAT from CNTI so parse that here too.
2012-05-02novatel: Poll for whether the connection still exists.Nathan Williams
Novatel E362 firmware doesn't notify us by unsolicited message if the connection goes away, so set up a polling loop to check. While here, inline a method that's only used in one place so that the containing function is single-exit and single-cleanup. Change-Id: If72f7c6ef06de3fb22530d42f62a8dddc6fecfda
2012-05-02novatel: Add support for connecting to specific APNs and specifying ↵Nathan Williams
username/password. While here, pass through the other relevant bearer properties. Change-Id: If925ac78d2edcc744e834e108029f5abdbb375a1
2012-05-02novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 seconds on probing.Nathan Williams
Change-Id: I0b0c2cb07781eb32ba6eb4294868ed123f57fd9f
2012-05-02novatel: Remove band-setting implementation to improve connectionsNathan Williams
The $NWBAND command seems to disturb the internal state of the modem such that it is unlikely to connect to the network, and produces widely varying error codes. We don't actively use this functionality, it's just that setting "use all bands" is part of the normal ModemManager simple-connect sequence. Remove it so it doesn't get triggered. Change-Id: I9b5914291a88a59015fb51906af6fd1c78f3952b
2012-05-02novatel: Implement load_access_technologies.Nathan Williams
Change-Id: Ib503d900850d3754d79525dbc9a40b7b9c221dd7
2012-04-14simtech: implement custom allowed/preferred mode settingAleksander Morgado
2012-04-14simtech: plugin fully portedAleksander Morgado
2012-04-14simtech: implement custom allowed/preferred mode loadingAleksander Morgado
2012-04-14simtech: implement custom access technology loadingAleksander Morgado
2012-04-14simtech: implement custom unsolicited events enabling/disablingAleksander Morgado
2012-04-14simtech: implement custom unsolicited events setup/cleanupAleksander Morgado
2012-04-14simtech: new `MMBroadbandModemSimtech' objectAleksander Morgado
2012-04-14simtech: include udev rulesAleksander Morgado
2012-04-14build: split includes for plugin specific udev rulesAleksander Morgado
Let each plugin block include its own udev rules, instead of having them all together at the end of the Makefile.
2012-04-14simtech: start porting the SimTech pluginAleksander Morgado
2012-04-10bearer: allow subclasses to report disconnectionAleksander Morgado
The new `mm_bearer_report_disconnection()' allows subclasses to notify about being disconnected, so that every layer of inheritance can chain its own code to reset the connection status. This commit partially disables the logic included in commit 981222. Now subclasses (actually, no one) are not allowed to g_object_set() the MM_BEARER_STATUS property.
2012-04-10cinterion: no need for custom supported modes loadingAleksander Morgado
2012-04-10novatel: no need for custom supported modes loadingAleksander Morgado
2012-03-31iridium: remove previous modem implementationAleksander Morgado
2012-03-31linktop: plugin fully portedAleksander Morgado
2012-03-29broadband: ensure 3GPP location info gets updated when enabling the sourceAleksander Morgado
Whenever 3GPP location source gets enabled, we'll launch new registration status checks (to get updated LAC/CI) and new operator code/name checks (to get updated MCC/MNC). Additional changes were needed in the HSO plugin, so that the specific location gathering enabling implemented by the HSO modem chains up parent's one first.
2012-03-29hso: include support for the raw GPS location sourceAleksander Morgado
2012-03-29hso: report received NMEA tracesAleksander Morgado
2012-03-29hso: open/close the raw GPS port when we enable/disable GPS gatheringAleksander Morgado
2012-03-29hso: ensure GPS is disabled when we initialize the modemAleksander Morgado
2012-03-29hso: enable/disable GPS location gatheringAleksander Morgado