gsm: give a network scan 2 minutes instead of 1
On many modems that support 7 or more bands (quad-band 2G, tri-band or more for 3G) scans take quite a while.
This commit is contained in:
@@ -1282,7 +1282,7 @@ scan (MMModemGsmNetwork *modem,
|
|||||||
G_CALLBACK (callback),
|
G_CALLBACK (callback),
|
||||||
user_data);
|
user_data);
|
||||||
|
|
||||||
mm_serial_port_queue_command (priv->primary, "+COPS=?", 60, scan_done, info);
|
mm_serial_port_queue_command (priv->primary, "+COPS=?", 120, scan_done, info);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SetApn */
|
/* SetApn */
|
||||||
|
Reference in New Issue
Block a user