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
ZhouShuya
OpenXG-RAN
Commits
3824b49f
Commit
3824b49f
authored
Oct 13, 2020
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
128 UEs
parent
a62bfcd7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
openair2/COMMON/platform_constants.h
openair2/COMMON/platform_constants.h
+1
-1
openair3/UTILS/mme_default_values.h
openair3/UTILS/mme_default_values.h
+1
-1
targets/COMMON/openairinterface5g_limits.h
targets/COMMON/openairinterface5g_limits.h
+1
-1
No files found.
openair2/COMMON/platform_constants.h
View file @
3824b49f
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
#define MAX_eNB 2
#define MAX_eNB 2
#define MAX_gNB 2
#define MAX_gNB 2
#else
#else
#define MAX_MOBILES_PER_ENB
32
#define MAX_MOBILES_PER_ENB
128
#define MAX_MOBILES_PER_ENB_NB_IoT 4
#define MAX_MOBILES_PER_ENB_NB_IoT 4
#define MAX_MOBILES_PER_GNB 2//16
#define MAX_MOBILES_PER_GNB 2//16
#define MAX_eNB 2
#define MAX_eNB 2
...
...
openair3/UTILS/mme_default_values.h
View file @
3824b49f
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
******************************************************************************/
******************************************************************************/
#define MAX_NUMBER_OF_ENB (2)
#define MAX_NUMBER_OF_ENB (2)
#define MAX_NUMBER_OF_UE (
64
)
#define MAX_NUMBER_OF_UE (
128
)
#define MMEC (0)
#define MMEC (0)
#define MMEGID (0)
#define MMEGID (0)
...
...
targets/COMMON/openairinterface5g_limits.h
View file @
3824b49f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
# define NUMBER_OF_NR_RU_MAX 2
# define NUMBER_OF_NR_RU_MAX 2
# ifndef PHYSIM
# ifndef PHYSIM
# ifndef UE_EXPANSION
# ifndef UE_EXPANSION
# define NUMBER_OF_UE_MAX
32
# define NUMBER_OF_UE_MAX
128
# define NUMBER_OF_NR_UE_MAX 4
# define NUMBER_OF_NR_UE_MAX 4
# define NUMBER_OF_UCI_VARS_MAX 14
# define NUMBER_OF_UCI_VARS_MAX 14
# define NUMBER_OF_CONNECTED_eNB_MAX 1
# define NUMBER_OF_CONNECTED_eNB_MAX 1
...
...
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