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
4649107d
Commit
4649107d
authored
Mar 04, 2026
by
Karim Boutiba
Committed by
francescomani
Mar 25, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding unit tests for PUCCH Format 1
parent
584ace46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
openair1/SIMULATION/tests/CMakeLists.txt
openair1/SIMULATION/tests/CMakeLists.txt
+18
-0
No files found.
openair1/SIMULATION/tests/CMakeLists.txt
View file @
4649107d
...
...
@@ -262,6 +262,24 @@ add_physim_test(physim.5g.nr_pucchsim.test26 "Format 2 12-bit 8/273 PRB" nr_pucc
add_physim_test
(
physim.5g.nr_pucchsim.test27
"Format 2 19-bit 8/273 PRB"
nr_pucchsim -R 273 -z8 -i 1 -P 2 -q8 -b 19 -s-3 -n3000
)
add_physim_test
(
physim.5g.nr_pucchsim.test28
"Format 2 64-bit 16/273 PRB"
nr_pucchsim -R 273 -z8 -i 1 -P 2 -q16 -b 64 -s-3 -n3000
)
add_physim_test
(
physim.5g.nr_pucchsim.test29
"Format 2 64-bit 16/273 PRB Delay 2us"
nr_pucchsim -R 273 -z8 -i 1 -P 2 -q16 -b 64 -s0 -S7 -d 2 -n3000
)
add_physim_test
(
physim.5g.nr_pucchsim.test30
"Format 1 NACK number of symbols = 4 273PRB"
nr_pucchsim -R 273 -z8 -i 4 -P 1 -b 1 -B 0 -s-8 -n3000
)
add_physim_test
(
physim.5g.nr_pucchsim.test31
"Format 1 ACK number of symbols = 4 273PRB"
nr_pucchsim -R 273 -z8 -i 4 -P 1 -b 1 -B 1 -s-8 -n3000
)
add_physim_test
(
physim.5g.nr_pucchsim.test32
"Format 1 (NACK,NACK) number of symbols = 4, 273PRB"
nr_pucchsim -R 273 -z8 -i 4 -P 1 -b 2 -B 0 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test33
"Format 1 (ACK,NACK) number of symbols = 4, 273PRB with SR"
nr_pucchsim -R 273 -z8 -i 4 -P 1 -b 2 -B 1 -s-8 -c -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test34
"Format 1 (NACK,ACK) number of symbols = 4, 273PRB"
nr_pucchsim -R 273 -z8 -i 4 -P 1 -b 2 -B 2 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test35
"Format 1 (ACK,ACK) number of symbols = 4, 273PRB"
nr_pucchsim -R 273 -z8 -i 4 -P 1 -b 2 -B 3 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test36
"Format 1 NACK number of symbols = 8, 273PRB"
nr_pucchsim -R 273 -z8 -i 8 -P 1 -b 1 -B 0 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test37
"Format 1 ACK number of symbols = 8, 273PRB"
nr_pucchsim -R 273 -z8 -i 8 -P 1 -b 1 -B 1 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test38
"Format 1 (NACK,NACK) number of symbols = 8, 273PRB"
nr_pucchsim -R 273 -z8 -i 8 -P 1 -b 2 -B 0 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test39
"Format 1 (ACK,NACK) number of symbols = 8, 273PRB"
nr_pucchsim -R 273 -z8 -i 8 -P 1 -b 2 -B 1 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test40
"Format 1 (NACK,ACK) number of symbols = 8, 273PRB with SR"
nr_pucchsim -R 273 -z8 -i 8 -P 1 -b 2 -B 2 -s-8 -c -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test41
"Format 1 (ACK,ACK) number of symbols = 8, 273PRB"
nr_pucchsim -R 273 -z8 -i 8 -P 1 -b 2 -B 3 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test42
"Format 1 NACK number of symbols = 14, 273PRB"
nr_pucchsim -R 273 -z8 -i 14 -P 1 -b 1 -B 0 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test43
"Format 1 ACK number of symbols = 14, 273PRB"
nr_pucchsim -R 273 -z8 -i 14 -P 1 -b 1 -B 1 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test44
"Format 1 (NACK,NACK) number of symbols = 14, 273PRB"
nr_pucchsim -R 273 -z8 -i 14 -P 1 -b 2 -B 0 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test45
"Format 1 (ACK,NACK) number of symbols = 14, 273PRB"
nr_pucchsim -R 273 -z8 -i 14 -P 1 -b 2 -B 1 -s-8 -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test46
"Format 1 (NACK,ACK) number of symbols = 14, 273PRB with SR"
nr_pucchsim -R 273 -z8 -i 14 -P 1 -b 2 -B 2 -s-8 -c -n1000
)
add_physim_test
(
physim.5g.nr_pucchsim.test47
"Format 1 (ACK,ACK) number of symbols = 14, 273PRB"
nr_pucchsim -R 273 -z8 -i 14 -P 1 -b 2 -B 3 -s-8 -n1000
)
####################################################################################
###### nr_ulsim unit test ######
...
...
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