cinterion: force band preference update to be applied immediately
This commit is contained in:
@@ -1084,8 +1084,11 @@ set_bands_3g (MMIfaceModem *_self,
|
|||||||
* We will set the preferred band equal to the allowed band, so that we force
|
* We will set the preferred band equal to the allowed band, so that we force
|
||||||
* the modem to connect at that specific frequency only. Note that we will be
|
* the modem to connect at that specific frequency only. Note that we will be
|
||||||
* passing a number here!
|
* passing a number here!
|
||||||
|
*
|
||||||
|
* The optional <rbe> field is set to 1, so that changes take effect
|
||||||
|
* immediately.
|
||||||
*/
|
*/
|
||||||
cmd = g_strdup_printf ("^SCFG=\"Radio/Band\",%u", band);
|
cmd = g_strdup_printf ("^SCFG=\"Radio/Band\",%u,1", band);
|
||||||
mm_base_modem_at_command (MM_BASE_MODEM (self),
|
mm_base_modem_at_command (MM_BASE_MODEM (self),
|
||||||
cmd,
|
cmd,
|
||||||
15,
|
15,
|
||||||
|
Reference in New Issue
Block a user