Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | hso: port get_ip_config_3gpp to use GTask | Ben Chan | |
2017-09-20 | hso: port {enable,disable}_location_gathering to use GTask | Ben Chan | |
2017-09-20 | hso: port location_load_capabilities to use GTask | Ben Chan | |
2017-09-20 | hso: port modem_3gpp_{setup,cleanup}_unsolicited_events to use GTask | Ben Chan | |
2017-09-20 | hso: port modem_create_bearer to use GTask | Ben Chan | |
2017-09-20 | hso: port load_unlock_retries to use GTask | Ben Chan | |
2017-09-20 | hso: port hso_custom_init to use GTask | Ben Chan | |
2017-09-20 | broadband-modem-mbim: fix preservation logic for PIN1 unlock retries | Ben Chan | |
This patches fixes commit 334273979 "broadband-modem-mbim: preserve unlock retries for PIN1 when appropriate", which doesn't correctly propagate the unlock retries information for PIN1 observed from responses to MBIM_CID_PIN set operations (see commit eb9ec1b61 "sim-mbim: update unlock retries information after PIN operations"). | |||
2017-09-20 | iface-modem: add mm_iface_modem_get_unlock_retries helper | Ben Chan | |
This patch adds a mm_iface_modem_get_unlock_retries helper for getting the current MMUnlockRetries value of a MMIfaceModem object, which later allows us to partially update (e.g. a specific MMModemLock) the MMUnlockRetries value of a MMIfaceModem object. | |||
2017-09-18 | option: remove unneeded explicit casts | Aleksander Morgado | |
2017-09-18 | sierra: remove unneeded explicit casts | Aleksander Morgado | |
2017-09-18 | sierra: skip setting GError if not used | Aleksander Morgado | |
The return status of mm_base_modem_at_command_finish() already specifies whether an error has happened or not, so skip creating the GError if we don't care about the actual error details. | |||
2017-09-18 | sierra: port get_detailed_registration_state to use GTask | Ben Chan | |
2017-09-18 | sierra: port modem_time_check_support to use GTask | Ben Chan | |
2017-09-18 | sierra: port setup_registration_checks to use GTask | Ben Chan | |
2017-09-18 | sierra: port modem_power_down to use GTask | Ben Chan | |
2017-09-18 | sierra: port modem_create_bearer to use GTask | Ben Chan | |
2017-09-18 | sierra: port modem_load_own_numbers to use GTask | Ben Chan | |
2017-09-18 | sierra: port modem_after_sim_unlock to use GTask | Ben Chan | |
2017-09-18 | sierra: port set_current_modes to use GTask | Ben Chan | |
2017-09-18 | sierra: port load_current_modes to use GTask | Ben Chan | |
2017-09-18 | sierra: port load_supported_modes to use GTask | Ben Chan | |
2017-09-18 | sierra: port load_access_technologies to use GTask | Ben Chan | |
2017-09-18 | sierra: port modem_create_bearer to use GTask | Ben Chan | |
2017-09-18 | sierra: port disconnect_3gpp to use GTask | Ben Chan | |
2017-09-18 | sierra: port dial_3gpp to use GTask | Ben Chan | |
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-16 | bearer-qmi: cleanup indication handlers on network-initiated disconnects | Aleksander Morgado | |
Otherwise, they'll end up queueing up and each time we get a new indication the signal will get called multiple times: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 20 <<<<<< data = 01:13:00:80:01:09:04:00:00:01:00:07:00:20:04:00:05:00:00:00 [/dev/cdc-wdm0] received generic indication (translated)... <<<<<< QMUX: <<<<<< length = 19 <<<<<< flags = 0x80 <<<<<< service = "wds" <<<<<< client = 9 <<<<<< QMI: <<<<<< flags = "indication" <<<<<< transaction = 0 <<<<<< tlv_length = 7 <<<<<< message = "Event Report" (0x0001) <<<<<< TLV: <<<<<< type = "Preferred Data System" (0x20) <<<<<< length = 4 <<<<<< value = 05:00:00:00 <<<<<< translated = lte <debug> [1504578559.592891] Got QMI WDS event report <debug> [1504578559.598212] Got QMI WDS event report <debug> [1504578559.601694] Got QMI WDS event report | |||
2017-09-16 | po: add Slovak translation | Aleksander Morgado | |
From: DuĊĦan Kazik <prescott66@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=102802 | |||
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. |