Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lgw-wrt-packages
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
acrios
lgw
lgw-wrt-packages
Merge requests
!1
LGW-1 delete me i am just testing interconnection with Jira
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
LGW-1 delete me i am just testing interconnection with Jira
openwrt-21.02
into
openwrt-19.07
Overview
0
Commits
33
Pipelines
0
Changes
16
Closed
Marek Novak
requested to merge
openwrt-21.02
into
openwrt-19.07
4 months ago
Overview
0
Commits
33
Pipelines
0
Changes
16
Expand
autoquit_threshold servers the same purpose as -N, but in thread_down()
set to value of 10, which should be reasonable
0
0
Merge request reports
Compare
openwrt-19.07
openwrt-19.07 (base)
and
latest version
latest version
ec16dfd3
33 commits,
4 months ago
16 files
+
1044
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
lgw-lte/files/30_setup_ppp_lte
0 → 100644
+
28
−
0
Options
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