Commit 2c1226f8 authored by Khodr Saaifan's avatar Khodr Saaifan Committed by Thomas Schlichter

clean UE

parent a4783d23
...@@ -7537,7 +7537,7 @@ int generate_ue_ulsch_params_from_dci(void *dci_pdu, ...@@ -7537,7 +7537,7 @@ int generate_ue_ulsch_params_from_dci(void *dci_pdu,
if (cqi_req == 1) { if (cqi_req == 1) {
if( (AntennaInfoDedicated__transmissionMode_tm3 == transmission_mode) || (AntennaInfoDedicated__transmissionMode_tm4 == transmission_mode) ) if (transmission_mode == 3 || transmission_mode == 4)
{ {
ulsch->O_RI = 1; ulsch->O_RI = 1;
} }
......
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