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
spbro
OpenXG-RAN
Commits
9c0614d7
Commit
9c0614d7
authored
Jul 12, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/NR_UE_DCI_00_BWP' into integration_2024_w28
parents
580b1a84
910d37dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
+9
-9
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
View file @
9c0614d7
...
...
@@ -662,8 +662,13 @@ int nr_config_pusch_pdu(NR_UE_MAC_INST_t *mac,
pusch_config_pdu
->
pusch_uci
.
harq_ack_bit_length
=
0
;
pusch_config_pdu
->
bwp_start
=
current_UL_BWP
->
BWPStart
;
pusch_config_pdu
->
bwp_size
=
current_UL_BWP
->
BWPSize
;
if
(
dci_format
==
NR_UL_DCI_FORMAT_0_0
&&
ss_type
==
NR_SearchSpace__searchSpaceType_PR_common
)
{
pusch_config_pdu
->
bwp_start
=
sc_info
->
initial_ul_BWPStart
;
pusch_config_pdu
->
bwp_size
=
sc_info
->
initial_ul_BWPSize
;
}
else
{
pusch_config_pdu
->
bwp_start
=
current_UL_BWP
->
BWPStart
;
pusch_config_pdu
->
bwp_size
=
current_UL_BWP
->
BWPSize
;
}
pusch_config_pdu
->
start_symbol_index
=
tda_info
->
startSymbolIndex
;
pusch_config_pdu
->
nr_of_symbols
=
tda_info
->
nrOfSymbols
;
...
...
@@ -753,7 +758,7 @@ int nr_config_pusch_pdu(NR_UE_MAC_INST_t *mac,
if
(
nr_ue_process_dci_freq_dom_resource_assignment
(
pusch_config_pdu
,
NULL
,
NULL
,
current_UL_BWP
->
BWPS
ize
,
pusch_config_pdu
->
bwp_s
ize
,
0
,
0
,
dci
->
frequency_domain_assignment
)
<
0
)
{
...
...
@@ -773,12 +778,7 @@ int nr_config_pusch_pdu(NR_UE_MAC_INST_t *mac,
/* MCS TABLE */
long
*
mcs_table_config
=
pusch_Config
?
(
tp_enabled
?
pusch_Config
->
mcs_TableTransformPrecoder
:
pusch_Config
->
mcs_Table
)
:
NULL
;
pusch_config_pdu
->
mcs_table
=
get_pusch_mcs_table
(
mcs_table_config
,
tp_enabled
,
dci_format
,
rnti_type
,
ss_type
,
false
);
pusch_config_pdu
->
mcs_table
=
get_pusch_mcs_table
(
mcs_table_config
,
tp_enabled
,
dci_format
,
rnti_type
,
ss_type
,
false
);
/* NDI */
NR_UL_HARQ_INFO_t
*
harq
=
&
mac
->
ul_harq_info
[
dci
->
harq_pid
];
...
...
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