Commit b46c6b70 authored by Florian Kaltenberger's avatar Florian Kaltenberger

previous bugfix for dl_power_off in TM3 was incomplete

parent 7f645f9f
...@@ -5361,8 +5361,6 @@ int generate_ue_dlsch_params_from_dci(int frame, ...@@ -5361,8 +5361,6 @@ int generate_ue_dlsch_params_from_dci(int frame,
if ((dlsch0->active==1) && (dlsch1->active==1)) { if ((dlsch0->active==1) && (dlsch1->active==1)) {
dlsch0_harq->mimo_mode = LARGE_CDD; dlsch0_harq->mimo_mode = LARGE_CDD;
dlsch1_harq->mimo_mode = LARGE_CDD; dlsch1_harq->mimo_mode = LARGE_CDD;
dlsch0_harq->dl_power_off = 0; //apply power offset
dlsch1_harq->dl_power_off = 0; //apply power offset
} else { } else {
dlsch0_harq->mimo_mode = ALAMOUTI; dlsch0_harq->mimo_mode = ALAMOUTI;
dlsch1_harq->mimo_mode = ALAMOUTI; dlsch1_harq->mimo_mode = ALAMOUTI;
......
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