Skip to content
  • Cédric Roux's avatar
    bugfix: fix CQI reporting · c97e0546
    Cédric Roux authored
    - don't use o_flip anymore in ulsch_decoding
    - remove dl_cqi from eNB_UE_STATS
    - put dl_cqi[NFAPI_CC_MAX] in UE_sched_ctrl
    - adapt code for this dl_cqi change (from eNB_UE_STATS to UE_sched_ctrl)
    - extract_pusch_csi has been fixed for CQI_ReportModeAperiodic_rm30,
      the others need to be done. Program will exit if one uses them.
      Not sure if setting sched_ctl->dl_cqi[CC_idP]  has to be done in this
      function...
    c97e0546