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
3f4df048
Commit
3f4df048
authored
Aug 11, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run_Physim(): pass node
parent
190dc55d
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
84 additions
and
1 deletion
+84
-1
ci-scripts/main.py
ci-scripts/main.py
+2
-1
ci-scripts/xml_files/ldpc_gpu_test.xml
ci-scripts/xml_files/ldpc_gpu_test.xml
+40
-0
ci-scripts/xml_files/t2_offload_dec_nr_ulsim.xml
ci-scripts/xml_files/t2_offload_dec_nr_ulsim.xml
+18
-0
ci-scripts/xml_files/t2_offload_enc_nr_dlsim.xml
ci-scripts/xml_files/t2_offload_enc_nr_dlsim.xml
+24
-0
No files found.
ci-scripts/main.py
View file @
3f4df048
...
@@ -313,7 +313,8 @@ def ExecuteActionWithParam(action, ctx):
...
@@ -313,7 +313,8 @@ def ExecuteActionWithParam(action, ctx):
physim_options
=
test
.
findtext
(
'physim_run_args'
)
physim_options
=
test
.
findtext
(
'physim_run_args'
)
physim_test
=
test
.
findtext
(
'physim_test'
)
physim_test
=
test
.
findtext
(
'physim_test'
)
physim_threshold
=
test
.
findtext
(
'physim_time_threshold'
)
or
'inf'
physim_threshold
=
test
.
findtext
(
'physim_time_threshold'
)
or
'inf'
success
=
cls_native
.
Native
.
Run_Physim
(
ctx
,
HTML
,
RAN
.
eNBIPAddress
,
RAN
.
eNBSourceCodePath
,
physim_options
,
physim_test
,
physim_threshold
)
node
=
test
.
findtext
(
'node'
)
success
=
cls_native
.
Native
.
Run_Physim
(
ctx
,
HTML
,
node
,
RAN
.
eNBSourceCodePath
,
physim_options
,
physim_test
,
physim_threshold
)
elif
action
==
'LicenceAndFormattingCheck'
:
elif
action
==
'LicenceAndFormattingCheck'
:
node
=
test
.
findtext
(
'node'
)
node
=
test
.
findtext
(
'node'
)
...
...
ci-scripts/xml_files/ldpc_gpu_test.xml
View file @
3f4df048
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/t2_offload_dec_nr_ulsim.xml
View file @
3f4df048
...
@@ -51,6 +51,7 @@
...
@@ -51,6 +51,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 5, 106 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 5, 106 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
300
</physim_time_threshold>
<physim_time_threshold>
300
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r106 -R106 -C10 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r106 -R106 -C10 -P
</physim_run_args>
...
@@ -60,6 +61,7 @@
...
@@ -60,6 +61,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 5, 106 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 5, 106 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
100
</physim_time_threshold>
<physim_time_threshold>
100
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r106 -R106 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r106 -R106 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
@@ -69,6 +71,7 @@
...
@@ -69,6 +71,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 15, 106 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 15, 106 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
300
</physim_time_threshold>
<physim_time_threshold>
300
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r106 -R106 -C10 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r106 -R106 -C10 -P
</physim_run_args>
...
@@ -78,6 +81,7 @@
...
@@ -78,6 +81,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 15, 106 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 15, 106 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
150
</physim_time_threshold>
<physim_time_threshold>
150
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r106 -R106 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r106 -R106 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
@@ -87,6 +91,7 @@
...
@@ -87,6 +91,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 25, 106 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 25, 106 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
250
</physim_time_threshold>
<physim_time_threshold>
250
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r106 -R106 -C10 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r106 -R106 -C10 -P
</physim_run_args>
...
@@ -96,6 +101,7 @@
...
@@ -96,6 +101,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 25, 106 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 25, 106 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
250
</physim_time_threshold>
<physim_time_threshold>
250
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r106 -R106 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r106 -R106 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
@@ -105,6 +111,7 @@
...
@@ -105,6 +111,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 5, 273 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 5, 273 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
300
</physim_time_threshold>
<physim_time_threshold>
300
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r273 -R273 -C10 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r273 -R273 -C10 -P
</physim_run_args>
...
@@ -114,6 +121,7 @@
...
@@ -114,6 +121,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 5, 273 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 5, 273 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
150
</physim_time_threshold>
<physim_time_threshold>
150
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r273 -R273 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r273 -R273 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
@@ -123,6 +131,7 @@
...
@@ -123,6 +131,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 15, 273 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 15, 273 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
400
</physim_time_threshold>
<physim_time_threshold>
400
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r273 -R273 -C10 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r273 -R273 -C10 -P
</physim_run_args>
...
@@ -132,6 +141,7 @@
...
@@ -132,6 +141,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 15, 273 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 15, 273 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
350
</physim_time_threshold>
<physim_time_threshold>
350
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r273 -R273 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r273 -R273 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
@@ -141,6 +151,7 @@
...
@@ -141,6 +151,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 25, 273 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 25, 273 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
400
</physim_time_threshold>
<physim_time_threshold>
400
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r273 -R273 -C10 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r273 -R273 -C10 -P
</physim_run_args>
...
@@ -150,6 +161,7 @@
...
@@ -150,6 +161,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 25, 273 PRBs, 1 layer
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 25, 273 PRBs, 1 layer
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
550
</physim_time_threshold>
<physim_time_threshold>
550
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r273 -R273 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r273 -R273 -C10 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
@@ -159,6 +171,7 @@
...
@@ -159,6 +171,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 5, 273 PRBs, 2 layers
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 5, 273 PRBs, 2 layers
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
300
</physim_time_threshold>
<physim_time_threshold>
300
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r273 -R273 -C10 -W2 -z2 -y2 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r273 -R273 -C10 -W2 -z2 -y2 -P
</physim_run_args>
...
@@ -168,6 +181,7 @@
...
@@ -168,6 +181,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 5, 273 PRBs, 2 layers
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 5, 273 PRBs, 2 layers
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
250
</physim_time_threshold>
<physim_time_threshold>
250
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r273 -R273 -C10 -W2 -z2 -y2 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m5 -r273 -R273 -C10 -W2 -z2 -y2 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
@@ -177,6 +191,7 @@
...
@@ -177,6 +191,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 15, 273 PRBs, 2 layers
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 15, 273 PRBs, 2 layers
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
600
</physim_time_threshold>
<physim_time_threshold>
600
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r273 -R273 -C10 -W2 -z2 -y2 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r273 -R273 -C10 -W2 -z2 -y2 -P
</physim_run_args>
...
@@ -186,6 +201,7 @@
...
@@ -186,6 +201,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 15, 273 PRBs, 2 layers
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 15, 273 PRBs, 2 layers
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
650
</physim_time_threshold>
<physim_time_threshold>
650
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r273 -R273 -C10 -W2 -z2 -y2 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m15 -r273 -R273 -C10 -W2 -z2 -y2 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
@@ -195,6 +211,7 @@
...
@@ -195,6 +211,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 25, 273 PRBs, 2 layers
</desc>
<desc>
Run nr_ulsim with CPU: SNR = 30, MCS = 25, 273 PRBs, 2 layers
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
650
</physim_time_threshold>
<physim_time_threshold>
650
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r273 -R273 -C10 -W2 -z2 -y2 -P
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r273 -R273 -C10 -W2 -z2 -y2 -P
</physim_run_args>
...
@@ -204,6 +221,7 @@
...
@@ -204,6 +221,7 @@
<class>
Run_Physim
</class>
<class>
Run_Physim
</class>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 25, 273 PRBs, 2 layers
</desc>
<desc>
Run nr_ulsim with T2 LDPC offload: SNR = 30, MCS = 25, 273 PRBs, 2 layers
</desc>
<always_exec>
true
</always_exec>
<always_exec>
true
</always_exec>
<node>
caracal
</node>
<physim_test>
nr_ulsim
</physim_test>
<physim_test>
nr_ulsim
</physim_test>
<physim_time_threshold>
1100
</physim_time_threshold>
<physim_time_threshold>
1100
</physim_time_threshold>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r273 -R273 -C10 -W2 -z2 -y2 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
<physim_run_args>
-n1000 -s30 -S30.2 -m25 -r273 -R273 -C10 -W2 -z2 -y2 -P --loader.ldpc.shlibversion _aal --nrLDPC_coding_aal.dpdk_dev af:00.0 --nrLDPC_coding_aal.dpdk_core_list 11-12 --nrLDPC_coding_aal.is_t2 1
</physim_run_args>
...
...
ci-scripts/xml_files/t2_offload_enc_nr_dlsim.xml
View file @
3f4df048
This diff is collapsed.
Click to expand it.
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