aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-02-26 13:01:44 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-28 16:35:18 +0100
commit8a47dce5fb19c8b183ef47cb9ab90f6183a5508b (patch)
tree42d58d49c9ac73a26a814a6bb96ab0333069235d
parent73dad3d899316352ab4f058f526069a8724b2b13 (diff)
iface-modem-3gpp: request access tech update after registration attempt
-rw-r--r--src/mm-iface-modem-3gpp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.c b/src/mm-iface-modem-3gpp.c
index d6c149ad..22bb9a6a 100644
--- a/src/mm-iface-modem-3gpp.c
+++ b/src/mm-iface-modem-3gpp.c
@@ -260,6 +260,8 @@ run_registration_checks_ready (MMIfaceModem3gpp *self,
/* If we got registered, end registration checks */
if (current_registration_state == MM_MODEM_3GPP_REGISTRATION_STATE_HOME ||
current_registration_state == MM_MODEM_3GPP_REGISTRATION_STATE_ROAMING) {
+ /* Request immediate access tech update */
+ mm_iface_modem_refresh_access_technologies (MM_IFACE_MODEM (ctx->self));
mm_dbg ("Modem is currently registered in a 3GPP network");
g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE);
register_in_network_context_complete_and_free (ctx);