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
32889870
Commit
32889870
authored
Oct 30, 2025
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Adjust attenutation for HO setup
parent
2196fb91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ci-scripts/xml_files/container_sa_f1_ho_b210_quectel.xml
ci-scripts/xml_files/container_sa_f1_ho_b210_quectel.xml
+2
-2
ci-scripts/xml_files/container_sa_n2_ho_b210_quectel.xml
ci-scripts/xml_files/container_sa_n2_ho_b210_quectel.xml
+2
-2
No files found.
ci-scripts/xml_files/container_sa_f1_ho_b210_quectel.xml
View file @
32889870
...
...
@@ -93,7 +93,7 @@
<class>
Custom_Command
</class>
<desc>
Set attenuator to 0 for DU0 and 17 for DU1
</desc>
<node>
rocket
</node>
<command>
python3 %%workspace%%/ci-scripts/attenuatorctl.py -
r 1,2 0 -r 3,4 17 -d
5
</command>
<command>
python3 %%workspace%%/ci-scripts/attenuatorctl.py -
s 1,2 0 -s 3,4 2
5
</command>
</testCase>
<testCase
id=
"000007"
>
...
...
@@ -168,7 +168,7 @@
<class>
Custom_Command
</class>
<desc>
Attenuate DU1 by 17dB and remove attenuation on DU0 to trigger Handover
</desc>
<node>
rocket
</node>
<command>
python3 %%workspace%%/ci-scripts/attenuatorctl.py -r 1,2 0 -r 3,4
17
-d 5
</command>
<command>
python3 %%workspace%%/ci-scripts/attenuatorctl.py -r 1,2 0 -r 3,4
25
-d 5
</command>
</testCase>
<testCase
id=
"000017"
>
...
...
ci-scripts/xml_files/container_sa_n2_ho_b210_quectel.xml
View file @
32889870
...
...
@@ -87,7 +87,7 @@
<class>
Custom_Command
</class>
<desc>
Set initial attenuation on target gNB
</desc>
<node>
rocket
</node>
<command>
python3 %%workspace%%/ci-scripts/attenuatorctl.py -s 1,2 0 -s 3,4
1
5
</command>
<command>
python3 %%workspace%%/ci-scripts/attenuatorctl.py -s 1,2 0 -s 3,4
2
5
</command>
</testCase>
<testCase
id=
"000005"
>
...
...
@@ -154,7 +154,7 @@
<class>
Custom_Command
</class>
<desc>
Gradually attenuate gNB-PCI0 (ch1-2=0dB) and gNB-PCI1 (ch3-4=15dB) over 5s to trigger N2 Handover back to gNB-PCI0
</desc>
<node>
rocket
</node>
<command>
python3 %%workspace%%/ci-scripts/attenuatorctl.py -r 1,2 0 -r 3,4
1
5 -d 5
</command>
<command>
python3 %%workspace%%/ci-scripts/attenuatorctl.py -r 1,2 0 -r 3,4
2
5 -d 5
</command>
</testCase>
<testCase
id=
"000014"
>
...
...
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