From ece4f0f0144ad8fc34a93aa2add0a933edbc4ab1 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 26 Feb 2014 11:55:45 +0100 Subject: [PATCH] cinterion: increase AT command timeout when changing modes --- plugins/cinterion/mm-broadband-modem-cinterion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cinterion/mm-broadband-modem-cinterion.c b/plugins/cinterion/mm-broadband-modem-cinterion.c index b5fa5837..277618c4 100644 --- a/plugins/cinterion/mm-broadband-modem-cinterion.c +++ b/plugins/cinterion/mm-broadband-modem-cinterion.c @@ -820,7 +820,7 @@ set_current_modes (MMIfaceModem *self, mm_base_modem_at_command ( MM_BASE_MODEM (self), cmd->str, - 3, + 20, FALSE, (GAsyncReadyCallback)allowed_access_technology_update_ready, result);