Skip to content
Snippets Groups Projects
Commit 1269bab9 authored by Raymond Knopp's avatar Raymond Knopp
Browse files

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5081 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 17013159
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment