Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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-RAN
Commits
a736bec5
Commit
a736bec5
authored
Oct 22, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove eNB_Trace: it is not used by the CI
parent
f8b480be
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
24 deletions
+0
-24
ci-scripts/main.py
ci-scripts/main.py
+0
-1
ci-scripts/ran.py
ci-scripts/ran.py
+0
-18
ci-scripts/xml_files/fr1_nsa_2x2_quectel.xml
ci-scripts/xml_files/fr1_nsa_2x2_quectel.xml
+0
-1
ci-scripts/xml_files/fr1_nsa_2x2_quectel_attach_detach.xml
ci-scripts/xml_files/fr1_nsa_2x2_quectel_attach_detach.xml
+0
-1
ci-scripts/xml_files/fr1_nsa_quectel.xml
ci-scripts/xml_files/fr1_nsa_quectel.xml
+0
-1
ci-scripts/xml_files/fr1_nsa_quectel_attach_detach.xml
ci-scripts/xml_files/fr1_nsa_quectel_attach_detach.xml
+0
-1
ci-scripts/xml_files/fr1_nsa_quectel_long.xml
ci-scripts/xml_files/fr1_nsa_quectel_long.xml
+0
-1
No files found.
ci-scripts/main.py
View file @
a736bec5
...
...
@@ -161,7 +161,6 @@ def ExecuteActionWithParam(action):
success
=
CONTAINERS
.
BuildRunTests
(
HTML
)
elif
action
==
'Initialize_eNB'
:
RAN
.
eNB_Trace
=
test
.
findtext
(
'eNB_Trace'
)
datalog_rt_stats_file
=
test
.
findtext
(
'rt_stats_cfg'
)
if
datalog_rt_stats_file
is
None
:
RAN
.
datalog_rt_stats_file
=
'datalog_rt_stats.default.yaml'
...
...
ci-scripts/ran.py
View file @
a736bec5
...
...
@@ -90,7 +90,6 @@ class RANManagement():
self
.
runtime_stats
=
''
self
.
datalog_rt_stats
=
{}
self
.
datalog_rt_stats_file
=
'datalog_rt_stats.default.yaml'
self
.
eNB_Trace
=
''
#if 'yes', Tshark will be launched at initialization
self
.
USRPIPAddress
=
''
#checkers from xml
self
.
ran_checkers
=
{}
...
...
@@ -129,23 +128,6 @@ class RANManagement():
mySSH
=
SSH
.
SSHConnection
()
cwd
=
os
.
getcwd
()
#Get pcap on enb and/or gnb if enabled in the xml
if
self
.
eNB_Trace
==
'yes'
:
if
self
.
air_interface
[
self
.
eNB_instance
]
==
'lte-softmodem'
:
pcapfile_prefix
=
"enb_"
else
:
pcapfile_prefix
=
"gnb_"
mySSH
.
open
(
lIpAddr
,
lUserName
,
lPassWord
)
eth_interface
=
'any'
fltr
=
'sctp'
logging
.
debug
(
'
\u001B
[1m Launching tshark on xNB on interface '
+
eth_interface
+
' with filter "'
+
fltr
+
'"
\u001B
[0m'
)
pcapfile
=
pcapfile_prefix
+
self
.
testCase_id
+
'_log.pcap'
mySSH
.
command
(
'echo '
+
lPassWord
+
' | sudo -S rm -f /tmp/'
+
pcapfile
,
'\$'
,
5
)
mySSH
.
command
(
'echo $USER; nohup sudo -E tshark -i '
+
eth_interface
+
' -f "'
+
fltr
+
'" -w /tmp/'
+
pcapfile
+
' > /dev/null 2>&1 &'
,
'\$'
,
5
)
mySSH
.
close
()
# If tracer options is on, running tshark on EPC side and capture traffic b/ EPC and eNB
if
EPC
.
IPAddress
!=
"none"
:
localEpcIpAddr
=
EPC
.
IPAddress
...
...
ci-scripts/xml_files/fr1_nsa_2x2_quectel.xml
View file @
a736bec5
...
...
@@ -107,7 +107,6 @@
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<air_interface>
lte
</air_interface>
<eNB_Trace>
yes
</eNB_Trace>
<USRP_IPAddress>
172.21.19.13
</USRP_IPAddress>
</testCase>
...
...
ci-scripts/xml_files/fr1_nsa_2x2_quectel_attach_detach.xml
View file @
a736bec5
...
...
@@ -111,7 +111,6 @@
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<air_interface>
lte
</air_interface>
<eNB_Trace>
yes
</eNB_Trace>
<USRP_IPAddress>
172.21.19.13
</USRP_IPAddress>
</testCase>
...
...
ci-scripts/xml_files/fr1_nsa_quectel.xml
View file @
a736bec5
...
...
@@ -114,7 +114,6 @@
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<air_interface>
lte
</air_interface>
<eNB_Trace>
yes
</eNB_Trace>
</testCase>
<testCase
id=
"040000"
>
...
...
ci-scripts/xml_files/fr1_nsa_quectel_attach_detach.xml
View file @
a736bec5
...
...
@@ -79,7 +79,6 @@
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<air_interface>
lte
</air_interface>
<eNB_Trace>
yes
</eNB_Trace>
</testCase>
...
...
ci-scripts/xml_files/fr1_nsa_quectel_long.xml
View file @
a736bec5
...
...
@@ -77,7 +77,6 @@
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
<air_interface>
lte
</air_interface>
<eNB_Trace>
yes
</eNB_Trace>
</testCase>
...
...
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