From eb03e01faf4fe69f29364e27ebdf55f88417d982 Mon Sep 17 00:00:00 2001
From: Florian Kaltenberger <florian.kaltenberger@eurecom.fr>
Date: Thu, 21 Jan 2016 20:58:29 +0100
Subject: [PATCH] dlsim compilation issue fixed

---
 openair1/SIMULATION/LTE_PHY/dlsim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair1/SIMULATION/LTE_PHY/dlsim.c b/openair1/SIMULATION/LTE_PHY/dlsim.c
index 6bb64e5c25..fbb88bf052 100644
--- a/openair1/SIMULATION/LTE_PHY/dlsim.c
+++ b/openair1/SIMULATION/LTE_PHY/dlsim.c
@@ -185,7 +185,7 @@ int main(int argc, char **argv)
   unsigned int coded_bits_per_codeword=0,nsymb,dci_cnt,tbs=0;
 
   unsigned int tx_lev=0,tx_lev_dB=0,trials,errs[4]= {0,0,0,0},errs2[4]= {0,0,0,0},round_trials[4]= {0,0,0,0},dci_errors=0,dlsch_active=0;//,num_layers;
-  //  int re_allocated;
+  int re_allocated;
   char fname[32],vname[32];
   FILE *bler_fd;
   char bler_fname[256];
-- 
GitLab