Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
openairinterface5G
Merge requests
!2037
integration_2023_w13
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
integration_2023_w13
integration_2023_w13
into
develop
Overview
11
Commits
60
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Robert Schmidt
requested to merge
integration_2023_w13
into
develop
2 years ago
Overview
11
Commits
60
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
!1945 (merged)
Free RNTI related structures at PHY after UE disconnection
!2011 (merged)
Creation of new pipeline LTE-TDD-2x2-container
!1854 (merged)
Handle reconfigurationWithSync
!2019 (merged)
bugfix: LDPC decoding in the gNB: clear d properly
!2038 (merged)
Fix DL 2x2 errors
!2039 (merged)
Adding test-case in XML to reset USRP in LTE-TDD pipeline
!2008 (merged)
Implement NR-UE Deregistration procedure
!2023 (merged)
Rework PDCP OAI API to allow custom SRB data forwarding (e.g., in F1)
!2015 (merged)
Update documentation: CI, general README.md, overview of doc README, various improvements
Edited
2 years ago
by
Robert Schmidt
0
0
Merge request reports
Viewing commit
d4da44f1
Prev
Next
Show latest version
1 file
+
0
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d4da44f1
CI: Remove unused routes
· d4da44f1
Robert Schmidt
authored
2 years ago
ci-scripts/cls_containerize.py
+
0
−
11
Options
@@ -1559,17 +1559,6 @@ class Containerize():
mySSH
.
close
()
if
svrName
==
'
nepes
'
:
mySSH
.
open
(
ipAddr
,
userName
,
password
)
# Check if route to porcepix epc exists: not necessary, is on same host
#mySSH.command('ip route | grep --colour=never "192.168.61.192/26"', '\$', 10)
#result = re.search('172.21.16.136', mySSH.getBefore())
#if result is None:
# mySSH.command('echo ' + password + ' | sudo -S ip route add 192.168.61.192/26 via 172.21.16.136 dev enp0s31f6', '\$', 10)
# Check if X2 route to obelix enb exists: not necessary, gnb is on ofqot
#mySSH.command('ip route | grep --colour=never "192.168.68.128/26"', '\$', 10)
#result = re.search('172.21.16.128', mySSH.getBefore())
#if result is None:
# mySSH.command('echo ' + password + ' | sudo -S ip route add 192.168.68.128/26 via 172.21.16.128 dev enp0s31f6', '\$', 10)
# Check if forwarding is enabled
# Check if route to ofqot gnb exists
mySSH
.
command
(
'
ip route | grep --colour=never
"
192.168.68.192/26
"'
,
'
\$
'
,
10
)
result
=
re
.
search
(
'
172.21.16.109
'
,
mySSH
.
getBefore
())
Loading