summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* core,voice: remove explicit "NO CARRIER" response matchingriccardo/voiceAleksander Morgado2015-05-233-30/+0
| | | | | | | | | | | | | | | | | | | | | | This response is already managed by the generic AT serial port and translates it into a proper error. This change also avoids the Call.Start() call to report a timeout in the serial port, instead we get a proper no-carrier error. Before: $ sudo mmcli -m 0 --voice-create-call="number=12345678" Successfully created new call: /org/freedesktop/ModemManager1/Call/1 outgoing (unknown) $ sudo mmcli -o 1 --start error: couldn't start the call: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Serial.ResponseTimeout: Serial command timed out' After: $ sudo mmcli -m 0 --voice-create-call="number=12345678" Successfully created new call: /org/freedesktop/ModemManager1/Call/1 outgoing (unknown) $ sudo mmcli -o 1 --start error: couldn't start the call: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Connection.NoCarrier: No carrier'
* core,voice: minor coding style fixesAleksander Morgado2015-05-235-217/+216
|
* iface-modem-voice: cleaned error debug messagesMarco Bascetta2015-05-231-3/+3
|
* base-call,iface-modem-voice:: handle DTMFMarco Bascetta2015-05-236-7/+252
|
* base-call: refactoring of error handling when call startsRiccardo Vangelisti2015-05-231-7/+17
|
* huawei: acquire incoming DTMF on active callMarco Bascetta2015-05-233-55/+0
|
* huawei: handle voice call state changesMarco Bascetta2015-05-234-13/+107
|
* base-call: created an unique function to switch call's state and reasonRiccardo Vangelisti2015-05-232-40/+44
|
* core: set number of incoming callMarco Bascetta2015-05-232-3/+2
|
* base-call: fixed bug when hangup call.Riccardo Vangelisti2015-05-231-53/+34
| | | | Ok, busy and no carrier messages are handled by serial-parser.
* core: handle incoming calls (RING/CRING, CLIP, NO CARRIER).Marco Bascetta2015-05-237-9/+258
|
* base-call: added deletion of a specified callRiccardo Vangelisti2015-05-231-1/+23
|
* fixes: added voice support in libmm-glib MMManager, also fixed wrong number ↵Riccardo Vangelisti2015-05-231-1/+1
| | | | of parameters in mm-call-list class init
* build: added voice call include in libmm-glib and modified Makefile.amRiccardo Vangelisti2015-05-232-0/+7
|
* broadband-modem: added voice call supportRiccardo Vangelisti2015-05-234-0/+417
|
* core: implemented MMIfaceModemVoice interfaceRiccardo Vangelisti2015-05-232-0/+1086
|
* core: implemented new MMBaseCall objectRiccardo Vangelisti2015-05-234-0/+1518
|
* build: request to generate the enum types support files before buildingAleksander Morgado2015-05-041-4/+4
| | | | | | Instead of providing explicit dependency rules to generate the enum types support files before they're first used, just pre-generate them before building anything. Maintaining the explicit dependency rules is not really worth it.
* blacklist: ignore all devices from Access Interface SolutionsAleksander Morgado2015-04-101-0/+4
|
* base-manager: quiet message about unsupported portsDan Williams2015-03-311-1/+1
| | | | | | | | | This message gets printed for all netdevs and ttys, including most machines normal ethernet/Wi-Fi interfaces. It seems a bit less critical than 'warning' level would indicate. ModemManager[32097]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin ModemManager[32097]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0': not supported by any plugin
* broadband-modem: default implementation of the network time interfaceJason Simmons2015-03-234-0/+253
| | | | | Add a default implementation that queries the real-time clock using the AT+CCLK? command. Also set AT+CTZU=1 in case a modem requires it.
* Adding IMC flashing device in blacklistDaniele Palmas2015-03-061-0/+3
|
* iface-modem: don't artificially forbid power updates when in OFF stateAleksander Morgado2015-03-021-16/+0
| | | | | | | | | If for any reason the modem is in OFF state and still can talk to the modem, allow running the remaining transition requests to LOW or ON. This can happen for example for modems that use CFUN:0, i.e. which can still go online with CFUN=1. https://bugs.freedesktop.org/show_bug.cgi?id=89368
* greylist: add Cypress USB<->RS232 adaptersAleksander Morgado2015-02-271-0/+10
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=89362
* bearer,qmi: also print IPv6 gateway prefixAleksander Morgado2015-02-261-1/+1
|
* bearer-qmi: avoid unref-ing arrays owned by the output bundlesAleksander Morgado2015-02-261-4/+0
| | | | | When we get an array from a libqmi output or input bundle, the array is always owned by the bundle (i.e. transfer-none).
* iface-modem-3gpp: used DENIED registration state if others are UNKNOWNDan Williams2015-02-231-4/+14
| | | | | If all other registration states are UNKNOWN, use a registration state of DENIED as the global modem state.
* plugin: add implicit QMI and MBIM forbidden drivers checkAleksander Morgado2015-02-181-2/+43
|
* plugin-manager: make sure there is some wait time before probing the first portAleksander Morgado2015-02-161-27/+68
| | | | | | | | We really do need a wait time to make sure most ports are exposed by the kernel, so that plugin filters based on "forbidden-drivers" work correctly. E.g. the "gobi" plugin now flags as forbidden the "qmi_wwan" driver, which means that modems exposing both TTYs and QMI/WWAN ports should never be handled by the Gobi plugin.
* plugin: allow having both 'drivers' and 'forbidden drivers' filtersAleksander Morgado2015-02-161-1/+2
|
* plugin: let vendor/product filter be complementaryAleksander Morgado2015-02-161-0/+8
| | | | | So that a plugin can specify a full VID and a specific PID subset of another VID as supported.
* ports: move serial parsers to the internal libportsAleksander Morgado2015-02-111-3/+3
|
* broadband-modem-qmi: don't try FCC auth if the first Set Operating Mode succeedsAleksander Morgado2015-02-101-2/+2
|
* broadband-modem-qmi: use 'DMS Set FCC Authentication' if online mode failsAleksander Morgado2015-02-071-43/+142
| | | | | | | | | | | Some new devices, like the Dell DW5770, will return an internal error when trying to bring the power mode to online. We can avoid this by sending the magic "DMS Set FCC Auth" message before retrying. Bumping libqmi version to 1.13.4, which is the one that supports this new message. https://bugzilla.kernel.org/show_bug.cgi?id=92101
* suspend: invalidate and remove modems on suspend, reprobe on resumeAleksander Morgado2015-02-073-8/+62
|
* suspend: port upower backend to GDBusAleksander Morgado2015-02-071-28/+41
|
* suspend: imported suspend/resume support from NetworkManagerAleksander Morgado2015-02-074-0/+437
| | | | | We're going to make this optional during build, not mandatory as was the case in NM.
* utils: imported singleton setup from NetworkManagerAleksander Morgado2015-02-072-0/+84
|
* helpers: avoid segfault when empty pdp type string is givenAleksander Morgado2015-01-291-0/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1183250
* plugin: avoid segfault when port driver is unknownAleksander Morgado2015-01-292-6/+5
| | | | | | | Based on a patch from Bastiaan Jacques <bastiaan@bjacques.org> https://bugzilla.redhat.com/show_bug.cgi?id=1177799 https://bugs.freedesktop.org/show_bug.cgi?id=88864
* blacklist: ignore PalmOS devices driven by 'visor'Dan Williams2015-01-261-0/+7
| | | | | | | | | MM probing appears to make 'visor' module die; and anyway most of the devices driven by 'visor' are not phones, and of the 3 that are phones they are so old (2002 - 2005 era) that nobody is likely using them for dialup anymore. http://www.spinics.net/lists/linux-usb/msg120483.html
* bearer-qmi: even if we request DHCP in the bearer, expose available IPv4 configAleksander Morgado2015-01-241-37/+37
| | | | Same as we do in IPv6. Note that NM won't use it if DHCP is requested.
* core: perform clean-up when terminating due to a Unix signalJakub Sitnicki2015-01-111-1/+1
| | | | | | | | | Since commit 2d700043abc5 ("core: use g_unix_signal_add() for more reliable Unix signal handling") we no longer have to stick to signal-safe functions in the SIGTERM/SIGINT handler. Use exit() to terminate so that the clean-up functions are ran and code coverage data gets written into files.
* build: add code coverage supportJakub Sitnicki2015-01-112-0/+6
| | | | | | | | | | | | | | | | | | Build all targets, except for CLI tools (mmcli, uml290), with special flags needed for collecting code coverage information when the build has been configured with --enable-code-coverage. Three new targets are available in the top build directory: - `check-code-coverage' runs the test suite and generates a code coverage report, - `code-coverage-capture' generates a code coverage report from already collected data, which can come in handy when one wants to see code paths touched by a particular test, - `code-coverage-clean' removes the collected coverage data and the generated reports.
* broadband-modem-qmi: fix memleak when listing SMSAleksander Morgado2015-01-091-0/+2
| | | | | If we get multiple message lists, we need to make sure the previous one is cleared out before going to the next one.
* mbim: use the new response checker helper methodAleksander Morgado2014-12-304-30/+30
| | | | mbim_message_response_get_result() is available in libmbim-glib 1.11.1.
* port-qmi: always use QMI proxyAleksander Morgado2014-12-301-7/+1
| | | | We already require libqmi > 1.7.0 in the build.
* iface-modem-location: don't print location info to syslog with info levelAleksander Morgado2014-12-261-14/+14
| | | | | | Use debug level, which has to be explicitly requested by the user. https://bugs.freedesktop.org/show_bug.cgi?id=87498
* port-probe: retry icera probing up to 3 times, with some time in between cmdsAleksander Morgado2014-12-031-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Icera-based modems need to return a correct response to the AT%IPSYS? command, so that they are properly detected as being Icera-based. Now, some modems, like the Nokia 21M-02, don't seem to return a correct response to AT%IPSYS just after being plugged in. So, setup a retry mechanism (3 retries, with 2 seconds between retries) to try to cope with this issue. https://bugs.freedesktop.org/show_bug.cgi?id=85012 Logs from the error situation: [mm-port-serial-at.c:440] debug_log(): (ttyACM0): --> 'ATE1 E0<CR>' [mm-port-serial-at.c:440] debug_log(): (ttyACM2): --> 'ATE1 E0<CR>' [mm-port-serial-at.c:440] debug_log(): (ttyACM1): --> 'ATE1 E0<CR>' [mm-port-serial-at.c:440] debug_log(): (ttyACM0): <-- 'E0' [mm-port-serial-at.c:440] debug_log(): (ttyACM0): <-- '<CR><CR><LF>ERROR<CR><LF>' [mm-serial-parsers.c:364] mm_serial_parser_v1_parse(): Got failure code 100: Unknown error [mm-port-probe-at.c:43] mm_port_probe_response_processor_is_at(): Parsing AT got: 'Unknown error' [mm-port-probe.c:155] mm_port_probe_set_result_at(): (tty/ttyACM0) port is AT-capable [mm-port-serial-at.c:440] debug_log(): (ttyACM2): <-- 'ATE1 E0' [mm-port-serial-at.c:440] debug_log(): (ttyACM1): <-- ' E0' [mm-port-serial-at.c:440] debug_log(): (ttyACM2): <-- '<CR>' [mm-port-serial-at.c:440] debug_log(): (ttyACM1): <-- '<CR><CR><LF>ERROR<CR><LF>' [mm-serial-parsers.c:364] mm_serial_parser_v1_parse(): Got failure code 100: Unknown error [mm-port-probe-at.c:43] mm_port_probe_response_processor_is_at(): Parsing AT got: 'Unknown error' [mm-port-probe.c:155] mm_port_probe_set_result_at(): (tty/ttyACM1) port is AT-capable [mm-port-serial-at.c:440] debug_log(): (ttyACM2): <-- '<CR><LF>OK<CR><LF>' [mm-port-probe.c:155] mm_port_probe_set_result_at(): (tty/ttyACM2) port is AT-capable [mm-port-serial-at.c:440] debug_log(): (ttyACM0): --> 'AT%IPSYS?<CR>' [mm-port-serial-at.c:440] debug_log(): (ttyACM1): --> 'AT%IPSYS?<CR>' [mm-port-serial-at.c:440] debug_log(): (ttyACM2): --> 'AT%IPSYS?<CR>' [mm-port-serial-at.c:440] debug_log(): (ttyACM0): <-- 'AT%IPSYS?' [mm-port-serial-at.c:440] debug_log(): (ttyACM0): <-- '<CR>' [mm-port-serial-at.c:440] debug_log(): (ttyACM1): <-- 'AT%IPSYS?' [mm-port-serial-at.c:440] debug_log(): (ttyACM1): <-- '<CR><CR><LF>ERROR<CR><LF>'
* bearer: PDP context APN scan should be case insensitiveTyler2014-11-141-1/+1
|