Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
常顺宇
OpenXG-RAN
Commits
fb674653
Commit
fb674653
authored
Jun 02, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
5 changed files
with
9 additions
and
0 deletions
+9
-0
openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c
openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c
+1
-0
openair1/PHY/LTE_TRANSPORT/pucch.c
openair1/PHY/LTE_TRANSPORT/pucch.c
+2
-0
openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c
openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c
+2
-0
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+2
-0
openair2/RRC/LITE/rrc_eNB.c
openair2/RRC/LITE/rrc_eNB.c
+2
-0
No files found.
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