Commit 94c0ccdd authored by Wang He's avatar Wang He

modify build error : --phy_simulators.

parent 846e7b88
...@@ -18,8 +18,7 @@ ...@@ -18,8 +18,7 @@
* For more information about the OpenAirInterface (OAI) Software Alliance: * For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org * contact@openairinterface.org
*/ */
//#include "openairinterface5g_limits.h"
#include "openairinterface5g_limits.h"
#ifndef _UE_IP_CST #ifndef _UE_IP_CST
#define _UE_IP_CST #define _UE_IP_CST
...@@ -55,4 +54,3 @@ ...@@ -55,4 +54,3 @@
#define UE_IP_NB_INSTANCES_MAX 256 /* NUMBER_OF_UE_MAX or MAX_MOBILES_PER_ENB*/ #define UE_IP_NB_INSTANCES_MAX 256 /* NUMBER_OF_UE_MAX or MAX_MOBILES_PER_ENB*/
#endif #endif
#ifndef OPENAIRINTERFACE5G_LIMITS_H_ #ifndef OPENAIRINTERFACE5G_LIMITS_H_
#define OPENAIRINTERFACE5G_LIMITS_H_ #define OPENAIRINTERFACE5G_LIMITS_H_
extern unsigned int NUMBER_OF_UE_MAX; unsigned int NUMBER_OF_UE_MAX;
extern unsigned int NUMBER_OF_UCI_VARS_MAX; unsigned int NUMBER_OF_UCI_VARS_MAX;
#if defined(CBMIMO1) || defined(EXMIMO) || defined(OAI_USRP) || defined(OAI_LMSSDR) #if defined(CBMIMO1) || defined(EXMIMO) || defined(OAI_USRP) || defined(OAI_LMSSDR)
# define NUMBER_OF_eNB_MAX 1 # define NUMBER_OF_eNB_MAX 1
......
...@@ -100,8 +100,6 @@ pthread_cond_t nfapi_sync_cond; ...@@ -100,8 +100,6 @@ pthread_cond_t nfapi_sync_cond;
pthread_mutex_t nfapi_sync_mutex; pthread_mutex_t nfapi_sync_mutex;
int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex
uint32_t NUMBER_OF_UE_MAX = 16;
uint32_t NUMBER_OF_UCI_VARS_MAX = 16;
uint16_t sf_ahead=4; uint16_t sf_ahead=4;
pthread_cond_t sync_cond; pthread_cond_t sync_cond;
......
...@@ -105,8 +105,6 @@ int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex ...@@ -105,8 +105,6 @@ int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex
uint16_t sf_ahead=2; uint16_t sf_ahead=2;
int tddflag; int tddflag;
char *emul_iface; char *emul_iface;
uint32_t NUMBER_OF_UE_MAX = 16;
uint32_t NUMBER_OF_UCI_VARS_MAX = 16;
pthread_cond_t sync_cond; pthread_cond_t sync_cond;
pthread_mutex_t sync_mutex; pthread_mutex_t sync_mutex;
......
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