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
821ab37f
Commit
821ab37f
authored
Oct 12, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix table lookup in nr_ue_process_dci_dl_11()
parent
6b56b468
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
+1
-1
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
View file @
821ab37f
...
...
@@ -1061,7 +1061,7 @@ static int nr_ue_process_dci_dl_11(module_id_t module_id,
if
(
n_codewords
==
2
)
{
dlsch_pdu
->
n_dmrs_cdm_groups
=
table_7_3_2_3_3_4_twoCodeword
[
ant
][
0
];
dlsch_pdu
->
dmrs_ports
=
packBits
(
&
table_7_3_2_3_3_4_twoCodeword
[
ant
][
1
],
12
);
dlsch_pdu
->
n_front_load_symb
=
table_7_3_2_3_3_4_twoCodeword
[
ant
][
9
];
dlsch_pdu
->
n_front_load_symb
=
table_7_3_2_3_3_4_twoCodeword
[
ant
][
13
];
}
}
}
...
...
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