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:
Dan Williams
2009-10-30 16:55:56 -07:00
parent 54901933fe
commit 07cf870937

View File

@@ -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 */