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
Commits
7ba0613a
Commit
7ba0613a
authored
2 weeks ago
by
Guido Casati
Committed by
Francesco Mani
2 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
Add test for C-RNTI RA trigger to 24 PRB RFSIM CI pipeline
parent
c456d695
No related branches found
No related tags found
2 merge requests
!3309
Integration: `2025.w11`
,
!3307
Draft: Add CI UE test for RA with C-RNTI
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci-scripts/xml_files/container_5g_rfsim_24prb.xml
+17
-0
17 additions, 0 deletions
ci-scripts/xml_files/container_5g_rfsim_24prb.xml
ci-scripts/yaml_files/5g_rfsimulator_24prb/docker-compose.yaml
+4
-1
4 additions, 1 deletion
...ripts/yaml_files/5g_rfsimulator_24prb/docker-compose.yaml
with
21 additions
and
1 deletion
ci-scripts/xml_files/container_5g_rfsim_24prb.xml
+
17
−
0
View file @
7ba0613a
...
...
@@ -34,6 +34,9 @@
020002
030001
030002
040001
000004
020002
100001
222222
</TestCaseRequestedList>
...
...
@@ -76,6 +79,12 @@
<nodes>
cacofonix
</nodes>
</testCase>
<testCase
id=
"000004"
>
<class>
IdleSleep
</class>
<desc>
Sleep
</desc>
<idle_sleep_time_in_sec>
5
</idle_sleep_time_in_sec>
</testCase>
<testCase
id=
"020001"
>
<class>
Ping
</class>
<desc>
Ping ext-dn from NR-UE
</desc>
...
...
@@ -118,6 +127,14 @@
<iperf_bitrate_threshold>
90
</iperf_bitrate_threshold>
</testCase>
<testCase
id=
"040001"
>
<class>
Custom_Command
</class>
<desc>
Force Msg3 C-RNTI RA
</desc>
<node>
cacofonix
</node>
<command>
echo ciUE force_crnti_ra | nc 192.168.71.150 8091
</command>
<command_fail>
yes
</command_fail>
</testCase>
<testCase
id=
"100001"
>
<class>
Undeploy_Object
</class>
<always_exec>
true
</always_exec>
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/yaml_files/5g_rfsimulator_24prb/docker-compose.yaml
+
4
−
1
View file @
7ba0613a
...
...
@@ -109,7 +109,10 @@ services:
-
NET_ADMIN
# for interface bringup
-
NET_RAW
# for ping
environment
:
USE_ADDITIONAL_OPTIONS
:
--rfsim -r 24 --ssb 24 --numerology 1 -C 3604800000 --uicc0.imsi 208990100001100 --rfsimulator.serveraddr 192.168.71.140 --log_config.global_log_options level,nocolor,time
USE_ADDITIONAL_OPTIONS
:
--rfsim -r 24 --ssb 24 --numerology 1 -C 3604800000 --uicc0.imsi
208990100001100
--rfsimulator.serveraddr 192.168.71.140 --log_config.global_log_options level,nocolor,time
--telnetsrv --telnetsrv.shrmod ciUE --telnetsrv.listenaddr 192.168.71.150 --telnetsrv.listenport
8091
ASAN_OPTIONS
:
detect_leaks=0:detect_odr_violation=0
depends_on
:
-
oai-gnb
networks
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment