Commit fad303fe authored by tomita.y's avatar tomita.y

Merge branch 'rm884_bugfix' into 'sp3_master'

Rm884 bugfix

See merge request !36
parents e35921cf 2bf209e4
...@@ -4489,8 +4489,10 @@ extract_pusch_csi(module_id_t mod_idP, int CC_idP, int UE_id, ...@@ -4489,8 +4489,10 @@ extract_pusch_csi(module_id_t mod_idP, int CC_idP, int UE_id,
curbyte++; curbyte++;
} }
} }
sched_ctl->dl_cqi[CC_idP] = if (sched_ctl->aperiodic_wideband_cqi0[CC_idP] > 0) {
sched_ctl->dl_cqi[CC_idP] =
sched_ctl->aperiodic_wideband_cqi0[CC_idP]; sched_ctl->aperiodic_wideband_cqi0[CC_idP];
}
break; break;
case CQI_ReportModeAperiodic_rm31: case CQI_ReportModeAperiodic_rm31:
AssertFatal(0 == 1, "to be fixed, don't use p but pdu directly\n"); 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