- Dec 10, 2013
-
-
Aleksander Morgado authored
Also bump soname of libmm-glib, as the interface has grown since the last tag.
-
Ben Chan authored
This patch addresses a potential memory leak when load_sim_identifier or load_imsi in MMSimMbim is called but the caller does not provide a GAsyncReadyCallback.
-
Ben Chan authored
This patch addresses a potential memory leak when scan_networks in MMBroadbandModemMbim is called but the caller does not provide a GAsyncReadyCallback. Reported by Aleksander Morgado <aleksander@lanedo.com>
-
Ben Chan authored
This patch addresses a potential memory leak when load_operator_identifier or load_operator_name in MMSimMbim is called but the caller does not provide a GAsyncReadyCallback. Reported by Aleksander Morgado <aleksander@lanedo.com>
-
- Dec 09, 2013
-
-
Aleksander Morgado authored
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.
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Aleksander Morgado authored
-
Dan Williams authored
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>
-
- Dec 05, 2013
-
-
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-
Some Qualcomm firmwares disable IPv6 unless this flag is set in nvram, at least for the LTE default bearer. The firmware will happily let you configure the IPV6 and IPV4V6 PDP types, also including the default profile, but any attempt to connect will fail. Signed-off-by: Bjørn Mork <bjorn@mork.no>
-
-
-
-
- Dec 04, 2013
-
-
- Dec 03, 2013
-
-
- Dec 01, 2013
-
-
Dan Williams authored
If the bearer doesn't have one of IPv4 or IPv6 configuration, then the qmi_message_wds_get_current_settings_output_get_ip*_address() functions will return FALSE with a filled error, which was not cleared. This fixes a glib warning message about overwriting an already-filled GError.
-
- Nov 22, 2013
-
-
Aleksander Morgado authored
-
Ben Chan authored
-
Ben Chan authored
-
- Nov 21, 2013
-
-
Aleksander Morgado authored
-
-
-
Thieu Le authored
Register for SIMREFRESH event and reload own numbers and reregister modem with network when this happens.
-
- Nov 20, 2013
-
-
Aleksander Morgado authored
Avoid custom marshalers, and just use libffi-based 'g_cclosure_marshal_generic'.
-
Aleksander Morgado authored
-
- Nov 15, 2013
-
-
Aleksander Morgado authored
We don't have a Completed signal.
-
Aleksander Morgado authored
It is no longer used since commit 736aa0d2.
-
- Nov 08, 2013
-
-
Prathmesh Prabhu authored
A firmware bug in Altair ALT3100 bricks the modem when - The modem is out of coverage (Registration state is unknown (CEREG: 4)) - A disconnect attempt is made using the AT%DPDNACT command. This patch prevents this situation by failing the connect/disconnect attempts in the altair plugin when registration state is unknown, without attempting to connect/disconnect the modem.
-
Prathmesh Prabhu authored
Some MMBearer methods to disconnect the bearer assume that the bearer is disconnected even if the operation fails in a subclass. This leaves MMBearer and MMBroadbandBearer states out of sync. This patch notifies the bearer object of the final disconnection using mm_bearer_report_connection_status. This gives the subclasses a chance to update their state even when the disconnection attempt fails.
-
- Nov 01, 2013
-
-