Commit da29991d authored by winckel's avatar winckel

Forced cqi_req to 0 when EXMIMO_IOT is defined.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4824 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent bfbe3840
......@@ -2209,10 +2209,14 @@ void schedule_ulsch_rnti(u8 Mod_id, unsigned char cooperation_flag, u32 frame, u
status = mac_get_rrc_status(Mod_id,1,next_ue);
#ifndef EXMIMO_IOT
if (status < RRC_CONNECTED)
cqi_req = 0;
else
cqi_req = 1;
#else
cqi_req = 0;
#endif
if (round > 0) {
ndi = eNB_mac_inst[Mod_id].UE_template[UE_id].oldNDI_UL[harq_pid];
......
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