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
Merge requests
!1585
integration_2022_wk23
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
integration_2022_wk23
integration_2022_wk23
into
develop
Overview
18
Commits
67
Pipelines
0
Changes
1
Merged
Robert Schmidt
requested to merge
integration_2022_wk23
into
develop
2 years ago
Overview
16
Commits
67
Pipelines
0
Changes
1
Expand
MR
!1558 (merged)
: Add 5G SA end-to-end, step-by-step, tutorials for OAI CN5G, OAI gNB and COTS UE
MR
!1578 (merged)
: Adding required LOG_As for EpiSci CI testing. (Proxy)
MR
!1575 (merged)
: Fix msg3 retransmissions with OAI UE
MR
!1577 (merged)
: Fix ULSCH timing measurements in RAN-gNB-nrUE-MONO-TDD-Band78-N300 and logging improvements
MR
!1544 (merged)
: NR CORESET harmonization
MR
!1287 (merged)
: PUSCH performance improvement
MR
!1580 (merged)
: Aligning some internal memory to avoid segfaults
Edited
2 years ago
by
Robert Schmidt
0
0
Merge request reports
Viewing commit
298740b0
Show latest version
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
298740b0
add autotest test case for nr_ulsim low SNR performance
· 298740b0
Thomas Schlichter
authored
2 years ago
cmake_targets/autotests/test_case_list.xml
+
5
−
4
Options
@@ -1304,7 +1304,8 @@
(Test12: SC-FDMA, 216 PRBs),
(Test13: SC-FDMA, 273 PRBs),
(Test14: SC-FDMA, 3 DMRS),
(Test15: MCS 16 50 PRBs 2 RX_Antenna)</desc>
(Test15: MCS 16 50 PRBs 2 RX_Antenna),
(Test16: MCS 0, low SNR performance)</desc>
<pre_compile_prog></pre_compile_prog>
<compile_prog>$OPENAIR_DIR/cmake_targets/build_oai</compile_prog>
<compile_prog_args> --phy_simulators -c </compile_prog_args>
@@ -1325,9 +1326,9 @@
-n50 -s5 -Z -r216 -R217
-n50 -s5 -Z -r270 -R273
-n100 -s5 -Z -U 2 0 2
-n100 -m16 -s10 -z2
</main_exec_args>
<tags>nr_ulsim.test1 nr_ulsim.test2 nr_ulsim.test3 nr_ulsim.test4 nr_ulsim.test5 nr_ulsim.test6 nr_ulsim.test7 nr_ulsim.test8 nr_ulsim.test9 nr_ulsim.test10 nr_ulsim.test11 nr_ulsim.test12 nr_ulsim.test13 nr_ulsim.test14 nr_ulsim.test15</tags>
-n100 -m16 -s10 -z2
-n100 -m0 -S -0.8 -i</main_exec_args>
<tags>nr_ulsim.test1 nr_ulsim.test2 nr_ulsim.test3 nr_ulsim.test4 nr_ulsim.test5 nr_ulsim.test6 nr_ulsim.test7 nr_ulsim.test8 nr_ulsim.test9 nr_ulsim.test10 nr_ulsim.test11 nr_ulsim.test12 nr_ulsim.test13 nr_ulsim.test14 nr_ulsim.test15
nr_ulsim.test16
</tags>
<search_expr_true>PUSCH test OK</search_expr_true>
<search_expr_false>segmentation fault|assertion|exiting|fatal</search_expr_false>
<nruns>3</nruns>
Loading