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
b5a02593
Commit
b5a02593
authored
Sep 24, 2025
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
verify reestablishment in 5g_rfsimulator_ntn_leo CI test
parent
834a6fc1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletion
+35
-1
ci-scripts/xml_files/container_5g_rfsim_ntn_leo.xml
ci-scripts/xml_files/container_5g_rfsim_ntn_leo.xml
+32
-0
ci-scripts/yaml_files/5g_rfsimulator_ntn_leo/docker-compose.yaml
...pts/yaml_files/5g_rfsimulator_ntn_leo/docker-compose.yaml
+3
-1
No files found.
ci-scripts/xml_files/container_5g_rfsim_ntn_leo.xml
View file @
b5a02593
...
@@ -32,6 +32,11 @@
...
@@ -32,6 +32,11 @@
000003
000003
020001
020001
020002
020002
040001
020022
040002
020001
020002
100001
100001
222222
222222
</TestCaseRequestedList>
</TestCaseRequestedList>
...
@@ -94,6 +99,33 @@
...
@@ -94,6 +99,33 @@
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
</testCase>
</testCase>
<testCase
id=
"040001"
>
<class>
Custom_Command
</class>
<desc>
Trigger Reestablishment
</desc>
<node>
localhost
</node>
<command>
echo ci force_reestab | ncat 192.168.71.140 9090 | grep -E 'Reset RLC counters of UE RNTI [0-9a-f]{4} to trigger reestablishment'
</command>
<command_fail>
yes
</command_fail>
</testCase>
<testCase
id=
"020022"
>
<class>
Ping
</class>
<desc>
Ping ext-dn from NR-UE
</desc>
<id>
rfsim5g_ue
</id>
<node>
localhost
</node>
<svr_id>
rfsim5g_ext_dn
</svr_id>
<svr_node>
localhost
</svr_node>
<ping_args>
-c 20 -i0.5 -w25
</ping_args>
<ping_packetloss_threshold>
80
</ping_packetloss_threshold>
</testCase>
<testCase
id=
"040002"
>
<class>
Custom_Command
</class>
<desc>
Verify Reestablishment
</desc>
<node>
localhost
</node>
<command>
echo ci get_reestab_count | ncat 192.168.71.140 9090 | grep -E 'UE RNTI [0-9a-f]{4} reestab 1'
</command>
<command_fail>
yes
</command_fail>
</testCase>
<testCase
id=
"100001"
>
<testCase
id=
"100001"
>
<class>
Undeploy_Object
</class>
<class>
Undeploy_Object
</class>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
...
...
ci-scripts/yaml_files/5g_rfsimulator_ntn_leo/docker-compose.yaml
View file @
b5a02593
...
@@ -93,7 +93,9 @@ services:
...
@@ -93,7 +93,9 @@ services:
-
ALL
-
ALL
environment
:
environment
:
USE_ADDITIONAL_OPTIONS
:
--rfsim --log_config.global_log_options level,nocolor,time
USE_ADDITIONAL_OPTIONS
:
--rfsim --log_config.global_log_options level,nocolor,time
ASAN_OPTIONS
:
detect_leaks=0
--telnetsrv --telnetsrv.listenaddr 192.168.71.140
--telnetsrv.shrmod ci
ASAN_OPTIONS
:
detect_leaks=0:detect_odr_violation=0
depends_on
:
depends_on
:
-
oai-ext-dn
-
oai-ext-dn
networks
:
networks
:
...
...
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