Commit c8267c2c authored by Haruki NAOI's avatar Haruki NAOI

Revert "Merge branch 'rm884_bugfix' into 'sp3_master'"

This reverts commit fad303fe, reversing
changes made to e35921cf.
parent fad303fe
......@@ -4489,10 +4489,8 @@ extract_pusch_csi(module_id_t mod_idP, int CC_idP, int UE_id,
curbyte++;
}
}
if (sched_ctl->aperiodic_wideband_cqi0[CC_idP] > 0) {
sched_ctl->dl_cqi[CC_idP] =
sched_ctl->dl_cqi[CC_idP] =
sched_ctl->aperiodic_wideband_cqi0[CC_idP];
}
break;
case CQI_ReportModeAperiodic_rm31:
AssertFatal(0 == 1, "to be fixed, don't use p but pdu directly\n");
......
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