Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-18 | sierra: port mm_common_sierra_load_power_state to use GTask | Ben Chan | |
2017-09-18 | sierra: port mm_common_sierra_modem_power_up to use GTask | Ben Chan | |
2017-09-18 | sierra: port mm_common_sierra_custom_init to use GTask | Ben Chan | |
2017-09-18 | sierra: port load_sim_identifier to use GTask | Ben Chan | |
2017-09-18 | option: port modem_3gpp_disable_unsolicited_events to use GTask | Ben Chan | |
2017-09-18 | option: port modem_3gpp_enable_unsolicited_events to use GTask | Ben Chan | |
2017-09-18 | option: port modem_3gpp_{setup,cleanup}_unsolicited_events to use GTask | Ben Chan | |
2017-09-18 | option: port modem_after_power_up to use GTask | Ben Chan | |
2017-09-18 | option: port set_current_modes to use GTask | Ben Chan | |
2017-09-18 | option: port load_access_technologies to use GTask | Ben Chan | |
2017-09-18 | option: port load_supported_modes to use GTask | Ben Chan | |
2017-09-15 | ublox: check which auth methods are supported | Aleksander 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-15 | ublox: new +UAUTHREQ=? tester | Aleksander Morgado | |
2017-09-15 | ublox: if authentication not required, ignore +UAUTHREQ=0 errors | Aleksander Morgado | |
Just go on with the connection attempt. | |||
2017-09-15 | ublox: try to use AT+UACT=X to set current bands | Aleksander Morgado | |
2017-09-15 | ublox: try to use AT+UACT? to query current bands | Aleksander Morgado | |
2017-09-15 | ublox: try to use AT+UACT=? to query supported bands | Aleksander Morgado | |
2017-09-15 | ublox: new AT+UACT=X command builder | Aleksander Morgado | |
2017-09-15 | ublox: new AT+UACT=? test parser | Aleksander Morgado | |
2017-09-15 | ublox: new AT+UACT? response parser | Aleksander Morgado | |
2017-09-15 | ublox,tests: define common method to compare bands | Aleksander Morgado | |
2017-09-15 | ublox: define port type hints for the TOBY-L4 | Aleksander 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-15 | ublox: fallback to router mode if networking mode unknown | Aleksander 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-15 | ublox: allow creating u-blox bearers if MM_UBLOX_USB_PROFILE_UNKNOWN | Aleksander 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-13 | simtech: fix error reporting in 3gpp unsolicited events enabling | Aleksander Morgado | |
2017-09-13 | novatel-lte: port disconnect_3gpp to use GTask | Ben Chan | |
2017-09-13 | novatel-lte: port connect_3gpp to use GTask | Ben Chan | |
2017-09-13 | novatel-lte: port scan_networks to use GTask | Ben Chan | |
2017-09-13 | novatel-lte: port load_access_technologies to use GTask | Ben Chan | |
2017-09-13 | novatel-lte: port load_current_bands to use GTask | Ben Chan | |
2017-09-13 | novatel-lte: port load_supported_bands to use GTask | Ben Chan | |
2017-09-13 | novatel-lte: port modem_after_sim_unlock to use GTask | Ben Chan | |
2017-09-13 | novatel-lte: port modem_create_bearer to use GTask | Ben Chan | |
2017-09-13 | novatel: port set_current_modes to use GTask | Ben Chan | |
2017-09-13 | novatel: port load_signal_quality to use GTask | Ben Chan | |
2017-09-13 | novatel: port load_current_modes to use GTask | Ben Chan | |
2017-09-13 | icera: port disconnect_3gpp to use GTask | Ben Chan | |
2017-09-13 | icera: port get_ip_config_3gpp to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_3gpp_{enable,disable}_unsolicited_events to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_3gpp_{setup,cleanup}_unsolicited_events to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_create_bearer to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_time_check_support to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_power_up to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_set_current_bands to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_set_current_modes to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_load_current_bands to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_load_supported_bands to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_load_unlock_retries to use GTask | Ben Chan | |
2017-09-13 | icera: port modem_load_access_technologies to use GTask | Ben Chan | |
2017-09-08 | huawei: port connect_3gpp to use GTask | Ben Chan | |