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
canghaiwuhen
OpenXG-RAN
Commits
94c0ccdd
Commit
94c0ccdd
authored
Aug 19, 2019
by
Wang He
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify build error : --phy_simulators.
parent
846e7b88
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
9 deletions
+3
-9
openair2/NETWORK_DRIVER/UE_IP/constant.h
openair2/NETWORK_DRIVER/UE_IP/constant.h
+1
-3
targets/COMMON/openairinterface5g_limits.h
targets/COMMON/openairinterface5g_limits.h
+2
-2
targets/RT/USER/lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+0
-2
targets/RT/USER/lte-uesoftmodem.c
targets/RT/USER/lte-uesoftmodem.c
+0
-2
No files found.
openair2/NETWORK_DRIVER/UE_IP/constant.h
View file @
94c0ccdd
...
...
@@ -18,8 +18,7 @@
* For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org
*/
#include "openairinterface5g_limits.h"
//#include "openairinterface5g_limits.h"
#ifndef _UE_IP_CST
#define _UE_IP_CST
...
...
@@ -55,4 +54,3 @@
#define UE_IP_NB_INSTANCES_MAX 256
/* NUMBER_OF_UE_MAX or MAX_MOBILES_PER_ENB*/
#endif
targets/COMMON/openairinterface5g_limits.h
View file @
94c0ccdd
#ifndef OPENAIRINTERFACE5G_LIMITS_H_
#define OPENAIRINTERFACE5G_LIMITS_H_
extern
unsigned
int
NUMBER_OF_UE_MAX
;
extern
unsigned
int
NUMBER_OF_UCI_VARS_MAX
;
unsigned
int
NUMBER_OF_UE_MAX
;
unsigned
int
NUMBER_OF_UCI_VARS_MAX
;
#if defined(CBMIMO1) || defined(EXMIMO) || defined(OAI_USRP) || defined(OAI_LMSSDR)
# define NUMBER_OF_eNB_MAX 1
...
...
targets/RT/USER/lte-softmodem.c
View file @
94c0ccdd
...
...
@@ -100,8 +100,6 @@ pthread_cond_t nfapi_sync_cond;
pthread_mutex_t
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
;
pthread_cond_t
sync_cond
;
...
...
targets/RT/USER/lte-uesoftmodem.c
View file @
94c0ccdd
...
...
@@ -105,8 +105,6 @@ int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex
uint16_t
sf_ahead
=
2
;
int
tddflag
;
char
*
emul_iface
;
uint32_t
NUMBER_OF_UE_MAX
=
16
;
uint32_t
NUMBER_OF_UCI_VARS_MAX
=
16
;
pthread_cond_t
sync_cond
;
pthread_mutex_t
sync_mutex
;
...
...
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