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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
zzha zzha
OpenXG-RAN
Commits
9b70a994
Commit
9b70a994
authored
Jan 03, 2022
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix for non-interleaved
parent
e5ee24c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
+1
-1
No files found.
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
View file @
9b70a994
...
...
@@ -135,7 +135,6 @@ void nr_pdcch_demapping_deinterleaving(uint32_t *llr,
uint16_t
index_z
,
index_llr
;
int
coreset_interleaved
=
0
;
int
N_regs
=
coreset_nbr_rb
*
coreset_time_dur
;
int
B_rb
=
reg_bundle_size_L
/
coreset_time_dur
;
// nb of RBs occupied by each REG bundle
if
(
reg_bundle_size_L
!=
0
)
{
// interleaving will be done only if reg_bundle_size_L != 0
coreset_interleaved
=
1
;
...
...
@@ -144,6 +143,7 @@ void nr_pdcch_demapping_deinterleaving(uint32_t *llr,
reg_bundle_size_L
=
6
;
}
int
B_rb
=
reg_bundle_size_L
/
coreset_time_dur
;
// nb of RBs occupied by each REG bundle
int
num_bundles_per_cce
=
6
/
reg_bundle_size_L
;
int
max_bundles
=
NR_MAX_PDCCH_AGG_LEVEL
*
num_bundles_per_cce
;
int
f_bundle_j_list
[
max_bundles
];
...
...
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