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
alex037yang
OpenXG-RAN
Commits
b654e282
Commit
b654e282
authored
Feb 02, 2021
by
rmagueta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor code clean up
parent
1717c1c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
openair1/PHY/NR_TRANSPORT/nr_dci.c
openair1/PHY/NR_TRANSPORT/nr_dci.c
+0
-13
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
+0
-2
No files found.
openair1/PHY/NR_TRANSPORT/nr_dci.c
View file @
b654e282
...
...
@@ -182,19 +182,6 @@ void nr_generate_dci(PHY_VARS_gNB *gNB,
}
}
printf
(
"
\n
"
);
for
(
int
qq
=
0
;
qq
<
pdcch_pdu_rel15
->
dci_pdu
.
AggregationLevel
[
d
];
qq
++
)
{
printf
(
"gNB->cce_list[d][p2].reg_list[0].reg_idx = %i
\n
"
,
gNB
->
cce_list
[
d
][
qq
].
reg_list
[
0
].
reg_idx
);
}
printf
(
"
\n
"
);
for
(
int
qq
=
0
;
qq
<
pdcch_pdu_rel15
->
dci_pdu
.
AggregationLevel
[
d
];
qq
++
)
{
printf
(
"reg_list_order[qq] = %i
\n
"
,
reg_list_order
[
qq
]);
}
printf
(
"
\n
"
);
getchar
();
/*Mapping the encoded DCI along with the DMRS */
for
(
int
cce_count
=
0
;
cce_count
<
pdcch_pdu_rel15
->
dci_pdu
.
AggregationLevel
[
d
];
cce_count
++
)
{
...
...
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
View file @
b654e282
...
...
@@ -158,7 +158,6 @@ void nr_pdcch_demapping_deinterleaving(uint32_t *llr,
if
((
reg
%
reg_bundle_size_L
)
==
0
)
r
++
;
}
// Get cce_list indices by reg_idx in ascending order
int
f_bundle_j_list_id
=
0
;
int
f_bundle_j_list_ord
[
NR_MAX_PDCCH_AGG_LEVEL
]
=
{};
...
...
@@ -175,7 +174,6 @@ void nr_pdcch_demapping_deinterleaving(uint32_t *llr,
}
}
for
(
int
reg
=
0
;
reg
<
((
coreset_nbr_rb
*
coreset_time_dur
));
reg
++
)
{
f_reg
=
(
f_bundle_j_list_ord
[
reg
/
6
]
*
reg_bundle_size_L
)
+
(
reg
%
reg_bundle_size_L
);
...
...
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