# 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