Commit ce29fca6 authored by Elena_Lukashova's avatar Elena_Lukashova

Enabling new code for dci format 2 and incrementing round in UE->dlsch[subframe&0x1][0][1].

parent 39e74bc8
This diff is collapsed.
...@@ -4576,6 +4576,10 @@ int main(int argc, char **argv) ...@@ -4576,6 +4576,10 @@ int main(int argc, char **argv)
} //if (ret > UE->dlsch[subframe&0x1][0][1]->max_turbo_iterations ) } //if (ret > UE->dlsch[subframe&0x1][0][1]->max_turbo_iterations )
}//if SIC }//if SIC
} else { } else {
if (TB0_active && TB1_active)
UE->dlsch[subframe&0x1][0][1]->harq_processes[UE->dlsch[subframe&0x1][0][1]->current_harq_pid]->round++;
decoded_tb[TB]=0; decoded_tb[TB]=0;
errs[TB][round]++; errs[TB][round]++;
#ifdef DEBUG_HARQ #ifdef DEBUG_HARQ
......
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