Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-fed
Merge requests
!117
chore(ci): some little improvements to the COTS-UE test-bed (still only QTL)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore(ci): some little improvements to the COTS-UE test-bed (still only QTL)
ci-cots-ue-qtl-fixes
into
master
Overview
2
Commits
5
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Merged
Raphael Defosseux
requested to merge
ci-cots-ue-qtl-fixes
into
master
1 year ago
Overview
2
Commits
5
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Expand
Adding tracing and PCAP capture on the gNB side
Fixed the system-resolve DNS command on U22
Added some traffic test in TCP
Fixed PostStartHookError when deploying SPGWU --> helm spray looks faster now
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5e597bad
5 commits,
1 year ago
6 files
+
89
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
ci-scripts/charts/oai-spgwu-tiny/templates/configmap.yaml
+
1
−
0
Options
@@ -7,6 +7,7 @@ metadata:
data
:
routes.sh
:
|
#!/bin/sh
sleep 3
tun0_ip=$(ip -f inet addr show tun0 | awk '/inet / {print $2}' | awk -F '/' '{print $1}')
iptables -t nat -A POSTROUTING -o {{ .Values.config.n3If }} -s {{ .Values.config.netUeIp2 }} -j SNAT --to {{ .Values.multus.n3Ip }}
ip route add {{ .Values.config.netUeIp2 }} via $tun0_ip dev tun0
Loading