Commit 2fa0d0a5 authored by heshanyun's avatar heshanyun

set cqi request on the correct subframe

parent afe06d7d
......@@ -2757,12 +2757,12 @@ void schedule_ulsch_rnti_fairRR(module_id_t module_idP,
if (cc->tdd_Config) {
switch (cc->tdd_Config->subframeAssignment) {
case 1:
if( subframeP == 1 || subframeP == 6 ) cqi_req=0;
if( sched_subframeP == 1 || sched_subframeP == 6 ) cqi_req=0;
break;
case 3:
if( subframeP == 1 ) cqi_req=0;
if( sched_subframeP == 1 ) cqi_req=0;
break;
......
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