gsm: increase COPS manual registration timeout; it just takes longer sometimes
This commit is contained in:
@@ -721,7 +721,7 @@ do_register (MMModemGsmNetwork *modem,
|
|||||||
else
|
else
|
||||||
command = g_strdup ("+COPS=0,,");
|
command = g_strdup ("+COPS=0,,");
|
||||||
|
|
||||||
mm_serial_queue_command (MM_SERIAL (modem), command, 5, register_done, info);
|
mm_serial_queue_command (MM_SERIAL (modem), command, 10, register_done, info);
|
||||||
g_free (command);
|
g_free (command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user