summaryrefslogtreecommitdiff
path: root/recipes-core/multitech/config/chat_wrapper.default
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/multitech/config/chat_wrapper.default')
-rw-r--r--recipes-core/multitech/config/chat_wrapper.default12
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes-core/multitech/config/chat_wrapper.default b/recipes-core/multitech/config/chat_wrapper.default
index a1b4e41..164086a 100644
--- a/recipes-core/multitech/config/chat_wrapper.default
+++ b/recipes-core/multitech/config/chat_wrapper.default
@@ -9,7 +9,11 @@ REGWAITTIME=300
# before attempting a PPP connection.
# This is ignored if the context is
# already set correctly in the modem.
-FINALWAIT=5
+# and the device was registered before
+# ppp was started.
+# This needs to be long enough to allow
+# the modem to stabilize after registration.
+FINALWAIT=60
# Option for radio-query, radio-cmd
# Used by /usr/libexec/ppp/chat_wrapper,
@@ -18,3 +22,9 @@ RADIOOPTION="-d /dev/modem_at1"
# Device to use if RADIOOPTION fails:
RADIOOPTION2="-d /dev/modem_at0"
+
+# How long to wait when COPS is set to 0
+COPSWAIT=10
+
+# How long to wait when CFUN is set to 1
+CFUNWAIT=10