aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/cinterion/mm-broadband-modem-cinterion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/cinterion/mm-broadband-modem-cinterion.c b/plugins/cinterion/mm-broadband-modem-cinterion.c
index 09cf7a47..1825f6a4 100644
--- a/plugins/cinterion/mm-broadband-modem-cinterion.c
+++ b/plugins/cinterion/mm-broadband-modem-cinterion.c
@@ -967,7 +967,7 @@ set_bands_3g (MMIfaceModem *self,
cmd = g_strdup_printf ("^SCFG=\"Radio/Band\",%u", cinterion_band);
mm_base_modem_at_command (MM_BASE_MODEM (self),
cmd,
- 3,
+ 15,
FALSE,
(GAsyncReadyCallback)scfg_set_ready,
result);
@@ -1063,7 +1063,7 @@ set_bands_2g (MMIfaceModem *self,
mm_base_modem_at_command (MM_BASE_MODEM (self),
cmd,
- 3,
+ 15,
FALSE,
(GAsyncReadyCallback)scfg_set_ready,
result);