Commit edbb9b7e authored by masayuki.harada's avatar masayuki.harada Committed by Haruki NAOI

Fix compile error.

(cherry picked from commit 08f5703c0f8828b85148c9a1171cca283140d528)
parent e3390fe6
......@@ -1789,7 +1789,7 @@ schedule_ue_spec_fairRR(module_id_t module_idP,
ue_sched_ctl->dl_cqi[CC_id],
format1);
if (UE_list->eNB_UE_stats[CC_id][UE_id].rrc_status == RRC_HO_EXECUTION) {
dci_dl_pdu_rel8.aggregation_level = 4;
dl_config_pdu->dci_dl_pdu.dci_dl_pdu_rel8.aggregation_level = 4;
}
dl_config_pdu->dci_dl_pdu.dci_dl_pdu_rel8.rnti =
rnti;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment