summaryrefslogtreecommitdiff
path: root/recipes-core/multitech/config/chat_wrapper.default
blob: a1b4e41d23e252d86d9d9b73cccf65767d19fec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

# Option for radio-query, radio-cmd
# Used by /usr/libexec/ppp/chat_wrapper,
# mlinux-switch-apn, mlinux-switch-cell-fw
RADIOOPTION="-d /dev/modem_at1"

# Device to use if RADIOOPTION fails:
RADIOOPTION2="-d /dev/modem_at0"