Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhangtu
openairinterface5G
Commits
fb674653
Commit
fb674653
authored
Jun 02, 2016
by
Cedric Roux
Browse files
bugfix: include T.h or compilation fails when T unused
(the T macro is then undefined)
parent
2cb4d347
Changes
5
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c
View file @
fb674653
...
...
@@ -31,6 +31,7 @@
#include "PHY/sse_intrin.h"
//#define DEBUG_CH
#include "T.h"
// For Channel Estimation in Distributed Alamouti Scheme
//static int16_t temp_out_ifft[2048*4] __attribute__((aligned(16)));
...
...
openair1/PHY/LTE_TRANSPORT/pucch.c
View file @
fb674653
...
...
@@ -41,6 +41,8 @@
#include "PHY/extern.h"
#include "LAYER2/MAC/extern.h"
#include "T.h"
//uint8_t ncs_cell[20][7];
//#define DEBUG_PUCCH_TX
//#define DEBUG_PUCCH_RX
...
...
openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c
View file @
fb674653
...
...
@@ -47,6 +47,8 @@
//#define DEBUG_ULSCH
#include "PHY/sse_intrin.h"
#include "T.h"
//extern char* namepointer_chMag ;
//eren
//extern int **ulchmag_eren;
...
...
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
fb674653
...
...
@@ -60,6 +60,8 @@
#include "assertions.h"
#include "msc.h"
#include "T.h"
#if defined(ENABLE_ITTI)
# include "intertask_interface.h"
# if ENABLE_RAL
...
...
openair2/RRC/LITE/rrc_eNB.c
View file @
fb674653
...
...
@@ -63,6 +63,8 @@
#include "platform_types.h"
#include "msc.h"
#include "T.h"
//#ifdef Rel10
#include "MeasResults.h"
//#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment