aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-16po: add Slovak translationAleksander Morgado
From: DuĊĦan Kazik <prescott66@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=102802
2017-09-15ublox: check which auth methods are supportedAleksander Morgado
Don't assume the 'auto' auth method is supported for APN authentication, query the modem first: checking supported authentication methods... (ttyACM2): --> 'AT+UAUTHREQ=?<CR>' (ttyACM2): <-- '<CR><LF>+UAUTHREQ: (1-4),(0-2),,<CR><LF>' (ttyACM2): <-- '<CR><LF>OK<CR><LF>' Using automatic authentication method setting up authentication preferences in PDP context #2... (ttyACM2): --> 'AT+UAUTHREQ=2,1,"vodafone","vodafone"<CR>' (ttyACM2): <-- '<CR><LF>OK<CR><LF>'
2017-09-15ublox: new +UAUTHREQ=? testerAleksander Morgado
2017-09-15ublox: if authentication not required, ignore +UAUTHREQ=0 errorsAleksander Morgado
Just go on with the connection attempt.
2017-09-15ublox: try to use AT+UACT=X to set current bandsAleksander Morgado
2017-09-15ublox: try to use AT+UACT? to query current bandsAleksander Morgado
2017-09-15ublox: try to use AT+UACT=? to query supported bandsAleksander Morgado
2017-09-15ublox: new AT+UACT=X command builderAleksander Morgado
2017-09-15ublox: new AT+UACT=? test parserAleksander Morgado
2017-09-15ublox: new AT+UACT? response parserAleksander Morgado
2017-09-15ublox,tests: define common method to compare bandsAleksander Morgado
2017-09-15ublox: define port type hints for the TOBY-L4Aleksander Morgado
The TOBY-L4 exposes multiple TTY ports, but each of them has different purposes: The TTY at interface #2 is a fully capable AT port but shouldn't be used to start connections, so we flag it as secondary. The TTY at interface #4 is a non-AT debug port, so we explicitly ignore it to make probing faster. The TTY at interface #6 is the fully capable AT port that must be used as primary port. The TTY at interface #8 is an AT-capable port but dedicated to FOTA update operations.
2017-09-15ublox: fallback to router mode if networking mode unknownAleksander Morgado
The TOBY-L4 doesn't support querying the current networking mode in use via the AT+UBMCONF command, so we will just fallback to MM_UBLOX_NETWORKING_MODE_ROUTER if that happens, as this is the mode which requires less configuration commands from our side.
2017-09-15ublox: allow creating u-blox bearers if MM_UBLOX_USB_PROFILE_UNKNOWNAleksander Morgado
The TOBY-L4 doesn't support querying the current USB profile in use via the AT+UUSBCONF command, so the loaded profile will always be set as MM_UBLOX_USB_PROFILE_UNKNOWN. In this case, we will anyway allow creating a u-blox specific bearer, as long as a network interface has also been found in the modem.
2017-09-14blacklist: ignore Intel coredump downloader deviceDaniele Palmas
2017-09-13build: generate ChangeLog from git during distAleksander Morgado
2017-09-13simtech: fix error reporting in 3gpp unsolicited events enablingAleksander Morgado
2017-09-13novatel-lte: port disconnect_3gpp to use GTaskBen Chan
2017-09-13novatel-lte: port connect_3gpp to use GTaskBen Chan
2017-09-13novatel-lte: port scan_networks to use GTaskBen Chan
2017-09-13novatel-lte: port load_access_technologies to use GTaskBen Chan
2017-09-13novatel-lte: port load_current_bands to use GTaskBen Chan
2017-09-13novatel-lte: port load_supported_bands to use GTaskBen Chan
2017-09-13novatel-lte: port modem_after_sim_unlock to use GTaskBen Chan
2017-09-13novatel-lte: port modem_create_bearer to use GTaskBen Chan
2017-09-13novatel: port set_current_modes to use GTaskBen Chan
2017-09-13novatel: port load_signal_quality to use GTaskBen Chan
2017-09-13novatel: port load_current_modes to use GTaskBen Chan
2017-09-13icera: port disconnect_3gpp to use GTaskBen Chan
2017-09-13icera: port get_ip_config_3gpp to use GTaskBen Chan
2017-09-13icera: port modem_3gpp_{enable,disable}_unsolicited_events to use GTaskBen Chan
2017-09-13icera: port modem_3gpp_{setup,cleanup}_unsolicited_events to use GTaskBen Chan
2017-09-13icera: port modem_create_bearer to use GTaskBen Chan
2017-09-13icera: port modem_time_check_support to use GTaskBen Chan
2017-09-13icera: port modem_power_up to use GTaskBen Chan
2017-09-13icera: port modem_set_current_bands to use GTaskBen Chan
2017-09-13icera: port modem_set_current_modes to use GTaskBen Chan
2017-09-13icera: port modem_load_current_bands to use GTaskBen Chan
2017-09-13icera: port modem_load_supported_bands to use GTaskBen Chan
2017-09-13icera: port modem_load_unlock_retries to use GTaskBen Chan
2017-09-13icera: port modem_load_access_technologies to use GTaskBen Chan
2017-09-12bearer-mbim: ensure session is disconnected before trying to connectAleksander Morgado
If a suspend/resume cycle happens or ModemManager is restarted (e.g. after a crash) the modem may be left with a given session id connected. With this change we're forcing a session disconnection before we attempt a session connection. https://bugs.freedesktop.org/show_bug.cgi?id=102231
2017-09-10Blacklist Garmin ANT+ sticksArto Jantunen
2017-09-08huawei: port connect_3gpp to use GTaskBen Chan
2017-09-08huawei: port disconnect_3gpp to use GTaskBen Chan
2017-09-08huawei: port huawei_modem_create_bearer to use GTaskBen Chan
2017-09-08huawei: port huawei_custom_init to use GTaskBen Chan
2017-09-08huawei: port get_detailed_registration_state to use GTaskBen Chan
2017-09-08huawei: port setup_registration_checks to use GTaskBen Chan
2017-09-08huawei: port call_start to use GTaskBen Chan