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
27f242ea
Commit
27f242ea
authored
Jan 12, 2023
by
Roberto Louro Magueta
Committed by
laurent
Feb 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change of the minimum and maximum SNR of some DL CI tests, to reduce the test time
parent
5cdea25a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
cmake_targets/autotests/test_case_list.xml
cmake_targets/autotests/test_case_list.xml
+7
-7
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
+5
-3
No files found.
cmake_targets/autotests/test_case_list.xml
View file @
27f242ea
...
...
@@ -159,9 +159,9 @@
<main_exec_args>
-n100 -R106 -b106 -s5
-n100 -R217 -b217 -s5
-n100 -R273 -b273 -s5
-n100 -s1 -t25
-n100 -s1 -t33
-n100 -s
1
-t50
-n100 -s1 -
S2 -
t25
-n100 -s1 -
S2 -
t33
-n100 -s
5 -S7
-t50
-n100 -m0 -e0 -R25 -b25 -i 2 1 0
</main_exec_args>
<tags>
test1 test2 test3 test4 test5 test6 test7
</tags>
<search_expr_true>
PDSCH test OK
</search_expr_true>
...
...
@@ -197,7 +197,7 @@
(Test7: 4x4 MIMO, 4 Layers)
</desc>
<main_exec>
nr_dlsim
</main_exec>
<main_exec_args>
-n100 -e27 -s30
-n100 -e16 -s1
0
-n100 -e16 -s1
1 -S13
-n100 -q1 -e26 -s30
-n100 -e0 -t95 -S-1.0 -i 2 1 0
-n10 -s20 -U 3 0 0 2 -gR -x1 -y4 -z4
...
...
@@ -220,9 +220,9 @@
<main_exec_args>
-n100 -s5 -T 2 2 2
-n100 -s5 -T 2 1 2
-n100 -s5 -T 2 0 4
-n100 -s
2
-U 2 0 1
-n100 -s
2
-U 2 0 2
-n100 -s
2
-U 2 1 3
</main_exec_args>
-n100 -s
5 -S7
-U 2 0 1
-n100 -s
5 -S7
-U 2 0 2
-n100 -s
5 -S7
-U 2 1 3
</main_exec_args>
<tags>
test1 test2 test3 test4 test5 test6
</tags>
<search_expr_true>
PDSCH test OK
</search_expr_true>
<search_expr_false>
segmentation fault|assertion|exiting|fatal
</search_expr_false>
...
...
openair1/SIMULATION/NR_PHY/dlsim.c
View file @
27f242ea
...
...
@@ -1219,9 +1219,11 @@ int main(int argc, char **argv)
uint8_t
nb_symb_sch
=
rel15
->
NrOfSymbols
;
available_bits
=
nr_get_G
(
nb_rb
,
nb_symb_sch
,
nb_re_dmrs
,
length_dmrs
,
mod_order
,
rel15
->
nrOfLayers
);
if
(
pdu_bit_map
&
0x1
)
{
available_bits
-=
(
ptrsSymbPerSlot
*
ptrsRePerSymb
*
rel15
->
nrOfLayers
*
2
);
printf
(
"[DLSIM][PTRS] Available bits are: %5u, removed PTRS bits are: %5u
\n
"
,
available_bits
,
(
ptrsSymbPerSlot
*
ptrsRePerSymb
*
rel15
->
nrOfLayers
*
2
)
);
if
(
pdu_bit_map
&
0x1
)
{
available_bits
-=
(
ptrsSymbPerSlot
*
ptrsRePerSymb
*
rel15
->
nrOfLayers
*
2
);
if
(
trial
==
0
&&
round
==
0
)
{
printf
(
"[DLSIM][PTRS] Available bits are: %5u, removed PTRS bits are: %5u
\n
"
,
available_bits
,
(
ptrsSymbPerSlot
*
ptrsRePerSymb
*
rel15
->
nrOfLayers
*
2
));
}
}
for
(
i
=
0
;
i
<
available_bits
;
i
++
)
{
...
...
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