diff options
author | John Klug <john.klug@multitech.com> | 2019-08-12 11:43:27 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-08-12 11:43:27 -0500 |
commit | 3697116a00cc4965f5470a6238a385be53ba831c (patch) | |
tree | fe2cac7e6ccc14cf45c525682efdc80a8ae60f54 /recipes-core/multitech/config/chat_wrapper.default | |
parent | 9fb9a90cee3cf582fd58a07144cc27b8669d979b (diff) | |
download | meta-mlinux-3697116a00cc4965f5470a6238a385be53ba831c.tar.gz meta-mlinux-3697116a00cc4965f5470a6238a385be53ba831c.tar.bz2 meta-mlinux-3697116a00cc4965f5470a6238a385be53ba831c.zip |
New config for l4e1, lap3
Diffstat (limited to 'recipes-core/multitech/config/chat_wrapper.default')
-rw-r--r-- | recipes-core/multitech/config/chat_wrapper.default | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-core/multitech/config/chat_wrapper.default b/recipes-core/multitech/config/chat_wrapper.default new file mode 100644 index 0000000..941c008 --- /dev/null +++ b/recipes-core/multitech/config/chat_wrapper.default @@ -0,0 +1,12 @@ +# The maximum time to wait for registration +# when changing the modem context parameters. +# This is ignored if the context is +# already set correctly in the modem. +REGWAITTIME=300 + +# The time to wait after registration +# when setting the context +# before attempting a PPP connection. +# This is ignored if the context is +# already set correctly in the modem. +FINALWAIT=5 |