Commit fb674653 authored by Cedric Roux's avatar Cedric Roux

bugfix: include T.h or compilation fails when T unused

(the T macro is then undefined)
parent 2cb4d347
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include "PHY/sse_intrin.h" #include "PHY/sse_intrin.h"
//#define DEBUG_CH //#define DEBUG_CH
#include "T.h"
// For Channel Estimation in Distributed Alamouti Scheme // For Channel Estimation in Distributed Alamouti Scheme
//static int16_t temp_out_ifft[2048*4] __attribute__((aligned(16))); //static int16_t temp_out_ifft[2048*4] __attribute__((aligned(16)));
......
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
#include "PHY/extern.h" #include "PHY/extern.h"
#include "LAYER2/MAC/extern.h" #include "LAYER2/MAC/extern.h"
#include "T.h"
//uint8_t ncs_cell[20][7]; //uint8_t ncs_cell[20][7];
//#define DEBUG_PUCCH_TX //#define DEBUG_PUCCH_TX
//#define DEBUG_PUCCH_RX //#define DEBUG_PUCCH_RX
......
...@@ -47,6 +47,8 @@ ...@@ -47,6 +47,8 @@
//#define DEBUG_ULSCH //#define DEBUG_ULSCH
#include "PHY/sse_intrin.h" #include "PHY/sse_intrin.h"
#include "T.h"
//extern char* namepointer_chMag ; //extern char* namepointer_chMag ;
//eren //eren
//extern int **ulchmag_eren; //extern int **ulchmag_eren;
......
...@@ -60,6 +60,8 @@ ...@@ -60,6 +60,8 @@
#include "assertions.h" #include "assertions.h"
#include "msc.h" #include "msc.h"
#include "T.h"
#if defined(ENABLE_ITTI) #if defined(ENABLE_ITTI)
# include "intertask_interface.h" # include "intertask_interface.h"
# if ENABLE_RAL # if ENABLE_RAL
......
...@@ -63,6 +63,8 @@ ...@@ -63,6 +63,8 @@
#include "platform_types.h" #include "platform_types.h"
#include "msc.h" #include "msc.h"
#include "T.h"
//#ifdef Rel10 //#ifdef Rel10
#include "MeasResults.h" #include "MeasResults.h"
//#endif //#endif
......
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