Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
1d7c27f2
Commit
1d7c27f2
authored
Mar 11, 2021
by
吴洲洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update configure plugin
parent
b4b40d81
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
etc/template/config_system.template
etc/template/config_system.template
+1
-1
etc/upf.yaml
etc/upf.yaml
+4
-3
plugin/configure
plugin/configure
+0
-0
scripts/build_upf.sh
scripts/build_upf.sh
+2
-2
scripts/yq
scripts/yq
+0
-0
No files found.
etc/template/config_system.template
View file @
1d7c27f2
...
...
@@ -7,7 +7,7 @@ set interface ip address if_n6 @gtpu_export_ip@/24
create gtpu tunnel src @gtpu_entry_ip@ dst @gnb_gtpu_ip@ teid 1 encap-vrf-id 0 decap-next node ip4-lookup
ip route add @ue_ip@/24 via gtpu_tunnel0
ip route add 0.0.0.0/0 via if_n6 @
gtpu_expor
t_ip@
ip route add 0.0.0.0/0 via if_n6 @
vpp_hos
t_ip@
...
...
etc/upf.yaml
View file @
1d7c27f2
vpp
:
system
:
gtpu_entry_ip
:
192.168.10.
2
0
gtpu_export_ip
:
1
72.16.3
0.10
gtpu_entry_ip
:
192.168.10.
4
0
gtpu_export_ip
:
1
92.168.5
0.10
gnb_gtpu_ip
:
192.168.10.100
ip_link
:
ueip
:
192.169.0.0
...
...
@@ -9,10 +9,11 @@ vpp:
snatInter
:
ens32
snatIP
:
192.168.2.78
vppHost
:
ens35
vppHostIP
:
192.168.50.11
gtpu_entry
:
ens33
gtpu_export
:
ens34
cpu
:
3f
n4
:
smf
:
192.168.2.
63
smf
:
192.168.2.
39
upf
:
192.168.2.78
logSize
:
100
plugin/configure
View file @
1d7c27f2
No preview for this file type
scripts/build_upf.sh
View file @
1d7c27f2
...
...
@@ -112,8 +112,8 @@ function main() {
pre_install
shift
;;
--vpp
)
vpp
--vpp
)
vpp
shift
;;
--n4
)
...
...
scripts/yq
0 → 100755
View file @
1d7c27f2
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment