Commit 1269bab9 authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5081 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 17013159
......@@ -802,6 +802,8 @@ int main(int argc, char **argv) {
fflush(stdout);
round=0;
while (round < 4) {
PHY_vars_eNB->ulsch_eNB[0]->harq_processes[harq_pid]->round=round;
PHY_vars_UE->ulsch_ue[0]->harq_processes[harq_pid]->round=round;
// printf("Trial %d : Round %d ",trials,round);
round_trials[round]++;
if (round == 0) {
......
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