Commit 819c2353 authored by Cedric Roux's avatar Cedric Roux

L is log2(aggregation)

parent 47a33380
...@@ -559,7 +559,10 @@ void schedule_ue_spec( ...@@ -559,7 +559,10 @@ void schedule_ue_spec(
DLSCH_dci, DLSCH_dci,
d->rnti, d->rnti,
sizeof(DCI1_5MHz_FDD_t), sizeof(DCI1_5MHz_FDD_t),
d->dci.aggrLevel, /* process_ue_cqi (module_idP,UE_id),//aggregation, */ d->dci.aggrLevel == 1 ? 0: /* process_ue_cqi (module_idP,UE_id),//aggregation, */
d->dci.aggrLevel == 2 ? 1:
d->dci.aggrLevel == 4 ? 2:
3,
sizeof_DCI1_5MHz_FDD_t, sizeof_DCI1_5MHz_FDD_t,
format1, format1,
0); 0);
......
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