From ea01ac73e209ba9a2577140f993ce57ff541821a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 1 Jan 2019 18:50:03 +0100 Subject: [PATCH] ublox: COPS based registration requests with 120s AT command timeout --- plugins/ublox/mm-broadband-modem-ublox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ublox/mm-broadband-modem-ublox.c b/plugins/ublox/mm-broadband-modem-ublox.c index 3dcbcbef..fe1c319d 100644 --- a/plugins/ublox/mm-broadband-modem-ublox.c +++ b/plugins/ublox/mm-broadband-modem-ublox.c @@ -520,7 +520,7 @@ set_current_modes_bands_step (GTask *task) mm_base_modem_at_command ( MM_BASE_MODEM (ctx->self), command, - 10, + 120, FALSE, (GAsyncReadyCallback) set_current_modes_bands_after_command_ready, task);