Commit e6ead93a authored by Raymond Knopp's avatar Raymond Knopp

removed 3 warnings in lte-softmodem

parent 08b781eb
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "PHY/defs_eNB.h" #include "PHY/defs_eNB.h"
#include "PHY/sse_intrin.h" #include "PHY/sse_intrin.h"
#include "PHY/LTE_ESTIMATION/lte_estimation.h"
// This is 4096/(1:4096) in __m128i format // This is 4096/(1:4096) in __m128i format
__m128i inv_ch[4096];/* = {512,512,512,512,512,512,512,512, __m128i inv_ch[4096];/* = {512,512,512,512,512,512,512,512,
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include "PHY/TOOLS/alaw_lut.h" #include "PHY/TOOLS/alaw_lut.h"
//#include "PHY/phy_extern.h" //#include "PHY/phy_extern.h"
//#include "SCHED/sched_eNB.h" //#include "SCHED/sched_eNB.h"
lte_subframe_t subframe_select(LTE_DL_FRAME_PARMS *frame_parms,uint8_t subframe);
//#include "targets/ARCH/ETHERNET/USERSPACE/LIB/if_defs.h" //#include "targets/ARCH/ETHERNET/USERSPACE/LIB/if_defs.h"
#include "targets/ARCH/ETHERNET/USERSPACE/LIB/ethernet_lib.h" #include "targets/ARCH/ETHERNET/USERSPACE/LIB/ethernet_lib.h"
......
...@@ -25,7 +25,9 @@ ...@@ -25,7 +25,9 @@
*/ */
#define _LARGEFILE_SOURCE #define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64 #define _FILE_OFFSET_BITS 64
#ifndef NB_ANTENNAS_RX
#define NB_ANTENNAS_RX 2 #define NB_ANTENNAS_RX 2
#endif
#include <string.h> #include <string.h>
#include <pthread.h> #include <pthread.h>
#include <unistd.h> #include <unistd.h>
......
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