From 1269bab93df0007407ad37d21eabc4c262e06db3 Mon Sep 17 00:00:00 2001 From: Raymond Knopp <raymond.knopp@eurecom.fr> Date: Thu, 20 Feb 2014 20:18:17 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5081 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair1/SIMULATION/LTE_PHY/ulsim.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openair1/SIMULATION/LTE_PHY/ulsim.c b/openair1/SIMULATION/LTE_PHY/ulsim.c index ab34a8910a..8c5c39cb77 100644 --- a/openair1/SIMULATION/LTE_PHY/ulsim.c +++ b/openair1/SIMULATION/LTE_PHY/ulsim.c @@ -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) { -- GitLab