summaryrefslogtreecommitdiff
blob: b59640ed6b30ca29cc08ae4728c3bfc3aea5d07e (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
36
#
# Example network configuration for f3507g utms module
#
# You will most likely have to adjust username, password 
# and the APN (called "internet" below)

config_ppp0="ppp"
RC_NEED_ppp0="f3507g"
link_ppp0="/dev/ttyACM0"
username_ppp0="nwgsm"
password_ppp0="guest"
pppd_ppp0=(
	"debug"
	"noauth"
	"defaultroute"
	"usepeerdns"
	"noipdefault"
	"lock"
	"115200"
	"modem crtscts"
	"persist"
	"maxfail 0"
)

phone_number_ppp0="*99#"
chat_ppp0=(
	'TIMEOUT' '10'
	'' 'AT+CGDCONT=1,"IP","internet"'
	'OK' 'ATDT\T'
	'TIMEOUT' '60'
	'CONNECT' ''
	'TIMEOUT' '5'
	'~--' ''
)