cinterion: increase AT command timeout when changing modes

This commit is contained in:
Aleksander Morgado
2014-02-26 11:55:45 +01:00
parent e3bebc85c4
commit ece4f0f014

View File

@@ -820,7 +820,7 @@ set_current_modes (MMIfaceModem *self,
mm_base_modem_at_command ( mm_base_modem_at_command (
MM_BASE_MODEM (self), MM_BASE_MODEM (self),
cmd->str, cmd->str,
3, 20,
FALSE, FALSE,
(GAsyncReadyCallback)allowed_access_technology_update_ready, (GAsyncReadyCallback)allowed_access_technology_update_ready,
result); result);