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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
spbro
OpenXG-RAN
Commits
40622769
Commit
40622769
authored
Sep 27, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: rename AW2S configs/files used for 2x2 testing
parent
d8a6c5c9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
ci-scripts/ci_infra.yaml
ci-scripts/ci_infra.yaml
+1
-1
ci-scripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.2x2.conf
...cripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.2x2.conf
+0
-0
ci-scripts/xml_files/container_sa_aw2s_asue_2x2.xml
ci-scripts/xml_files/container_sa_aw2s_asue_2x2.xml
+7
-7
ci-scripts/yaml_files/sa_aw2s_2x2_gnb/docker-compose.yml
ci-scripts/yaml_files/sa_aw2s_2x2_gnb/docker-compose.yml
+1
-1
No files found.
ci-scripts/ci_infra.yaml
View file @
40622769
...
...
@@ -109,7 +109,7 @@ ltebox-nepes:
Host
:
nepes
NetworkScript
:
ip a show dev tun1
amarisoft_ue
:
amarisoft_ue
_2x2
:
Host
:
amariue
InitScript
:
/root/lteue-linux-2023-10-27/ue/lteue /root/oaicicd/ran_sa_aw2s_asue_2x2/aw2s-multi-00102-2x2.cfg &
TermScript
:
/root/2023-10-27/libs/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2
...
...
ci-scripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.conf
→
ci-scripts/conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.
2x2.
conf
View file @
40622769
File moved
ci-scripts/xml_files/container_sa_aw2s_asue.xml
→
ci-scripts/xml_files/container_sa_aw2s_asue
_2x2
.xml
View file @
40622769
...
...
@@ -21,8 +21,8 @@
-->
<testCaseList>
<htmlTabRef>
TEST-5G-AW2S
</htmlTabRef>
<htmlTabName>
20 MHz TDD SA
</htmlTabName>
<htmlTabRef>
TEST-5G-
2x2-
AW2S
</htmlTabRef>
<htmlTabName>
20 MHz TDD
2x2
SA
</htmlTabName>
<htmlTabIcon>
tasks
</htmlTabIcon>
<TestCaseRequestedList>
010000
...
...
@@ -75,7 +75,7 @@
<testCase
id=
"020000"
>
<class>
Deploy_Object
</class>
<desc>
Deploy gNB (TDD/Band78/20MHz/aw2s) in a container
</desc>
<yaml_path>
ci-scripts/yaml_files/sa_aw2s_gnb
</yaml_path>
<yaml_path>
ci-scripts/yaml_files/sa_aw2s_
2x2_
gnb
</yaml_path>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
...
...
@@ -83,7 +83,7 @@
<testCase
id=
"001000"
>
<class>
Initialize_UE
</class>
<desc>
Initialize Amarisoft UE
</desc>
<id>
amarisoft_ue
</id>
<id>
amarisoft_ue
_2x2
</id>
</testCase>
<testCase
id=
"002001"
>
...
...
@@ -237,7 +237,7 @@
<desc>
Ping: 50pings in 10sec, multi-ue
</desc>
<id>
amarisoft_ue_16
</id>
<ping_args>
-c 50 -i 0.2 %cn_ip%
</ping_args>
<ping_packetloss_threshold>
1
</ping_packetloss_threshold>
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
<ping_rttavg_threshold>
30
</ping_rttavg_threshold>
</testCase>
...
...
@@ -252,7 +252,7 @@
<class>
Terminate_UE
</class>
<always_exec>
true
</always_exec>
<desc>
Terminate UE
</desc>
<id>
amarisoft_ue
</id>
<id>
amarisoft_ue
_2x2
</id>
</testCase>
<testCase
id=
"000002"
>
...
...
@@ -265,7 +265,7 @@
<class>
Undeploy_Object
</class>
<always_exec>
true
</always_exec>
<desc>
Undeploy gNB
</desc>
<yaml_path>
ci-scripts/yaml_files/sa_aw2s_gnb
</yaml_path>
<yaml_path>
ci-scripts/yaml_files/sa_aw2s_
2x2_
gnb
</yaml_path>
<eNB_instance>
0
</eNB_instance>
<eNB_serverId>
0
</eNB_serverId>
</testCase>
...
...
ci-scripts/yaml_files/sa_aw2s_gnb/docker-compose.yml
→
ci-scripts/yaml_files/sa_aw2s_
2x2_
gnb/docker-compose.yml
View file @
40622769
...
...
@@ -14,7 +14,7 @@ services:
TZ
:
Europe/Paris
USE_ADDITIONAL_OPTIONS
:
--sa
volumes
:
-
../../conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.conf:/opt/oai-gnb-aw2s/etc/gnb.conf
-
../../conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.
2x2.
conf:/opt/oai-gnb-aw2s/etc/gnb.conf
healthcheck
:
test
:
/bin/bash -c "pgrep nr-softmodem"
interval
:
10s
...
...
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