Commit 2958689f authored by Robert Schmidt's avatar Robert Schmidt

config_uldci(): no rnti_types

parent 6df6cb9c
......@@ -641,7 +641,7 @@ void config_uldci(NR_BWP_Uplink_t *ubwp,
nfapi_nr_pusch_pdu_t *pusch_pdu,
nfapi_nr_dl_tti_pdcch_pdu_rel15_t *pdcch_pdu_rel15,
dci_pdu_rel15_t *dci_pdu_rel15,
int *dci_formats, int *rnti_types,
int *dci_formats,
int time_domain_assignment, uint8_t tpc,
int n_ubwp, int bwp_id) {
const int bw = NRRIV2BW(ubwp->bwp_Common->genericParameters.locationAndBandwidth, 275);
......
......@@ -799,7 +799,6 @@ void nr_schedule_ulsch(module_id_t module_id,
pdcch_pdu_rel15,
&dci_pdu_rel15[0],
dci_formats,
rnti_types,
tda,
UE_info->UE_sched_ctrl[UE_id].tpc0,
n_ubwp,
......
......@@ -189,7 +189,7 @@ void config_uldci(NR_BWP_Uplink_t *ubwp,
nfapi_nr_pusch_pdu_t *pusch_pdu,
nfapi_nr_dl_tti_pdcch_pdu_rel15_t *pdcch_pdu_rel15,
dci_pdu_rel15_t *dci_pdu_rel15,
int *dci_formats, int *rnti_types,
int *dci_formats,
int time_domain_assignment, uint8_t tpc,
int n_ubwp, int bwp_id);
......
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