aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-02-13tests: added support for DBus service testsAleksander Morgado
We can now run 'simulated' modems against a ModemManager running in its own session bus.
2014-02-13huawei: use shortened version of NDISDUP when possibleAleksander Morgado
Adds support for the Huawei E3276 by sending the shortened form of the AT^NDISDUP command where possible, as the E3276 fails with an '+CME ERROR: Incorrect parameters' if encoded_auth is set to 0. This behaviour is slightly different to the E1820 and K4605 (E372) which will happily establish a connection with encoded_auth set to 0, 1 or 2.
2014-02-13port-serial-qcdm: commands are never cachedAleksander Morgado
The QCDM port commands are never cached, so remove the option from the command() method. Will also simplify command caching afterwards as it will be an AT-only thing.
2014-02-13port-serial-at: use GIO Async API like methodsAleksander Morgado
2014-02-13port-serial-qcdm: use GIO Async API like methodsAleksander Morgado
2014-02-13ports: rename 'libserial' to 'libport'Aleksander Morgado
2014-02-13ports: rename 'MMAtSerialPort' to 'MMPortSerialAt'Aleksander Morgado
2014-02-13ports: rename 'MMQcdmSerialPort' to 'MMPortSerialQcdm'Aleksander Morgado
2014-02-13ports: rename 'MMGpsSerialPort' to 'MMPortSerialGps'Aleksander Morgado
2014-02-13ports: rename 'MMSerialPort' to 'MMPortSerial'Aleksander Morgado
2014-02-13cinterion: try to gather port type for devices with multiple tty portsAleksander Morgado
The new PHS8 or PXS8 devices may expose multiple tty ports, but only one is supposed to be used for PPP. So, query which port that is and flag it before grabbing it in the modem.
2014-02-12wavecom: implement after-sim-unlock stepAleksander Morgado
Just give some time to the SIM to get properly initialized, so that we avoid errors when reloading e.g. facility lock status.
2014-02-12zte: allow MBIM devicesBen Chan
2014-02-11mbm: add lenovo branded ericsson ID (Lenovo N5321gw)Arnd Hannemann
This device ID is used in a Lenovo Thinkpad T440s. Link: http://forums.debian.net/viewtopic.php?f=7&t=107986&sid=4f81b9c1a8f4563f26fec24f7b65aaea&start=15 Signed-off-by: Arnd Hannemann <arnd@arndnet.de>
2014-01-30zte: add port type hints for the ZTE MF190 (19d2:1254)Ben Chan
2014-01-26huawei: fix leaked stringAleksander Morgado
2014-01-26udev: apply udev rules upon 'move' events as wellAleksander Morgado
Otherwise, we may end up losing the tags we expect if the device gets a 'move' event just after the initial 'add'.
2014-01-26huawei: fix some leaked 'GStrv' arraysAleksander Morgado
2014-01-26huawei: fix leaked 'GUdevDevice'Aleksander Morgado
2014-01-25novatel: fix leaked 'GSimpleAsyncResult'Aleksander Morgado
2014-01-25sierra: fix leaked 'GStrv' with CDMA modemsAleksander Morgado
2014-01-24zte: support for QMI-based modemsAleksander Morgado
E.g. the ZTE MF190 [/dev/cdc-wdm1] QMI Device supports 4 services: [/dev/cdc-wdm1] ctl (1.2) [/dev/cdc-wdm1] wds (1.3) [/dev/cdc-wdm1] dms (1.2) [/dev/cdc-wdm1] nas (1.0)
2014-01-18altair-lte: add 'mm' prefix in the exported helper methodsAleksander Morgado
2014-01-18altair-lte: set subscription state using PCOThieu Le
This patch sets the subscription state using Verizon's PCO values.
2014-01-17build: fix linker flags when building pluginsAleksander Morgado
MM_LIBS was missing in PLUGIN_COMMON_LINKER_FLAGS, and replace GUDEV_LDFLAGS with GUDEV_LIBS.
2014-01-09huawei: avoid creating Connect3gppContext when no data port is availableBen Chan
This patch modifies MMBroadbandBearerHuawei such that connect_3gpp simply reports an error via g_simple_async_report_error_in_idle, without creating a Connect3gppContext, if no data port is available.
2014-01-08novatel-lte: remove unused macro definitionsBen Chan
2014-01-08huawei: avoid calling g_object_unref on NULLBen Chan
This patch prevents connect_3gpp_context_complete_and_free from calling 'g_object_unref (ctx->data)' when connect_3gpp finds no data port (i.e. ctx->data is set to NULL).
2014-01-07trivial: resolve maybe-uninitialized warningsYegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2014-01-07novatel-lte: explicitly use primary port for connection/disconnection sequenceBen Chan
The Novatel LTE modem only uses its primary AT port for AT commands. Instead of referencing any existing secondary port, this patch changes MMBroadbandBearerNovatelLte to explicitly use the primary port during the connection and disconnection sequence.
2014-01-07altair-lte: explicitly use primary port for connection/disconnection sequenceBen Chan
The Altair LTE modem only uses its primary AT port for AT commands. Instead of referencing any existing secondary port, this patch changes MMBroadbandBearerAltairLte to explicitly use the primary port during the connection and disconnection sequence.
2014-01-06huawei: handle ^NDISSTAT disconnected notification only on a connected bearerBen Chan
If the bearer is not actually connected and the modem (inappropriately) indicates a disconnected status via a ^NDISSTAT unsolicited message, it could potentially lead to the following assertion in connect_3gpp_context_step. This patch addresses such an issue. g_assert (ctx->self->priv->network_disconnect_pending_id == 0); 0x7f940c2ecd95 [libc-2.15.so] - raise.c:64 raise 0x7f940c2ee217 [libc-2.15.so] - abort.c:91 abort 0x7f940c8e6086 [libglib-2.0.so.0.3400.3] - gtestutils.c:1877 g_assertion_message 0x7f940c8e6553 [libglib-2.0.so.0.3400.3] - gtestutils.c:1888 g_assertion_message_expr 0x7f940cba5710 [libmm-plugin-huawei.so] - mm-broadband-bearer-huawei.c:240 connect_3gpp_context_step 0x7f940cd4a51e [ModemManager] - mm-broadband-bearer.c:1246 connect 0x7f940cd662b7 [ModemManager] - mm-iface-modem-simple.c:588 connection_step 0x7f940cd66e6e [ModemManager] - mm-iface-modem-simple.c:267 register_in_3gpp_or_cdma_network_ready 0x7f940ca0e296 [libgio-2.0.so.0.3400.3] - gsimpleasyncresult.c:775 g_simple_async_result_complete 0x7f940ca0e398 [libgio-2.0.so.0.3400.3] - gsimpleasyncresult.c:787 complete_in_idle_cb 0x7f940c8c2ff4 [libglib-2.0.so.0.3400.3] - gmain.c:2715 g_main_context_dispatch 0x7f940c8c3377 [libglib-2.0.so.0.3400.3] - gmain.c:3290 g_main_context_iterate 0x7f940c8c37c9 [libglib-2.0.so.0.3400.3] - gmain.c:3484 g_main_loop_run 0x7f940cd3b425 [ModemManager] - main.c:142 main 0x7f940c2d9464 [libc-2.15.so] - libc-start.c:234 __libc_start_main 0x7f940cd3afa8 [ModemManager] + 0x0001efa8
2014-01-06novatel-lte: remove unnecessary MM_BASE_MODEM() castsBen Chan
2014-01-03mbm: add another C5621 IDJens Seidel
This device ID is used in a Lenovo Helix.
2014-01-03altair-lte: remove unnecessary MM_BASE_MODEM() castsBen Chan
2014-01-03altair-lte: refactor code for handling 'data' in DetailedConnectContextBen Chan
2014-01-03huawei: report an error when ^PREFMODE reports no valid valuesBen Chan
This patch fixes mm_huawei_parse_prefmode_test to always report an error when returning NULL, which avoid a potential crash when the caller tries to access the error.
2013-12-09huawei: handle empty response to AT^SYSCFG=?Aleksander Morgado
Some Huawei modems (e.g. E220) may give an empty response for AT^SYSCFG=?, even if they do support the command. Handle this case by prividing a default fallback format string when this happens.
2013-12-09huawei: new current mode setting based on the supported combinationsAleksander Morgado
2013-12-09huawei: new current mode loading based on the supported combinationsAleksander Morgado
2013-12-09huawei: new ^SYSCFGEX? response parserAleksander Morgado
2013-12-09huawei: new ^SYSCFG? response parserAleksander Morgado
2013-12-09huawei: new ^PREFMODE? response parserAleksander Morgado
2013-12-09huawei: load supported modes, not just assume themAleksander Morgado
2013-12-09huawei: consolidate command support checksAleksander Morgado
2013-12-09huawei: new ^SYSCFGEX=? test parserAleksander Morgado
2013-12-09huawei: new ^SYSCFG=? test parserAleksander Morgado
2013-12-09huawei: new ^PREFMODE=? test parserAleksander Morgado
2013-12-09huawei,tests: enable log traces in the testsAleksander Morgado
2013-12-09broadband-modem-huawei: fix CDMA unsolicited response parsingDan Williams
On at least the EC168C, various unsolicited responses like RSSILVL, HRSSILVL, and MODE can include an extra Carriage Return: ^MODE: 2<CR><CR><LF><CR><CR><LF> ^RSSILVL:60<CR><CR><LF><CR><CR><LF>