Skip to content
Snippets Groups Projects

LGW-1 delete me i am just testing interconnection with Jira

Closed Marek Novak requested to merge openwrt-21.02 into openwrt-19.07
16 files
+ 1044
28
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 28
0
cat <<EOF > /etc/chatscripts/3g.chat
ABORT BUSY
ABORT 'NO CARRIER'
ABORT ERROR
REPORT CONNECT
TIMEOUT 12
"" "AT&F"
OK "ATE1"
OK 'AT+CGDCONT=1,"IP","$USE_APN"'
ABORT 'NO CARRIER'
TIMEOUT 15
OK "ATD*99#"
CONNECT ' '
EOF
cat <<EOF >> /etc/config/network
config interface 'lte'
# option ifname ppp0 # on some carriers enable this line
# option pincode 1234
option device '/dev/ttyACM0'
option apn 'internet'
option service 'umts'
option proto '3g'
EOF
exit 0
Loading