diff options
-rw-r--r-- | drivers/atmodem/network-registration.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index c0bca299..6472a922 100644 --- a/drivers/atmodem/network-registration.c +++ b/drivers/atmodem/network-registration.c @@ -1098,7 +1098,6 @@ error: ofono_netreg_remove(netreg); } - static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data) { struct ofono_netreg *netreg = user_data; @@ -1133,6 +1132,9 @@ static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data) NULL, NULL, NULL); g_at_chat_send(nd->chat, "AT_OSQI?", none_prefix, NULL, NULL, NULL); + + g_at_chat_send(nd->chat, "AT+CTZR=1", none_prefix, + NULL, NULL, NULL); break; case OFONO_VENDOR_MBM: /* Enable network registration updates */ |