summaryrefslogtreecommitdiff
path: root/recipes-core/multitech/config/chat_wrapper.default
blob: b6e7f3397964668270cab63f679bd8d24f2d1693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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.
# 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,
# mlinux-switch-apn, mlinux-switch-cell-fw
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

# Set AT&T Data mode.  Modem must be in
# data mode when using an AT&T SIM
SETATTDATAMODE=1