summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Drobinski <k.drobinski@camlintechnologies.com>2019-09-11 17:48:00 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-30 10:51:25 +0100
commit04e0d3f1de1c20ccaef9b58b42e1c684ee85671f (patch)
tree38410c6e518b6f085f721736972060026c7ac528
parent445d3476a937ad34dfdc4057655798c4d28d9080 (diff)
downloadModemManager-04e0d3f1de1c20ccaef9b58b42e1c684ee85671f.tar.gz
telit: increase timeout for AT#REBOOT
It was observed that sporadically it may take more than 5 seconds for modem to respond to AT#REBOOT. Increase the timeout on AT command to not report unnecessary errors to the user. (cherry picked from commit ef30dd800c1dd802fc18b6e627224a065f4b5223)
-rw-r--r--plugins/telit/mm-broadband-modem-telit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c
index dab0b7aca..ae33f1110 100644
--- a/plugins/telit/mm-broadband-modem-telit.c
+++ b/plugins/telit/mm-broadband-modem-telit.c
@@ -710,7 +710,7 @@ modem_reset (MMIfaceModem *self,
{
mm_base_modem_at_command (MM_BASE_MODEM (self),
"AT#REBOOT",
- 3,
+ 8,
FALSE,
callback,
user_data);