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
promise
OpenXG-RAN
Commits
665c47d3
Commit
665c47d3
authored
Jan 13, 2021
by
ChiehChun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase number of UE to connect more than two phone
parent
e2358748
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
openair2/COMMON/platform_constants.h
openair2/COMMON/platform_constants.h
+6
-6
targets/COMMON/openairinterface5g_limits.h
targets/COMMON/openairinterface5g_limits.h
+4
-4
No files found.
openair2/COMMON/platform_constants.h
View file @
665c47d3
...
...
@@ -72,9 +72,9 @@
#define MAX_eNB 2
#define MAX_gNB 2
#else
#define MAX_MOBILES_PER_ENB
4
#define MAX_MOBILES_PER_ENB
8
#define MAX_MOBILES_PER_ENB_NB_IoT 4
#define MAX_MOBILES_PER_GNB
2//16
#define MAX_MOBILES_PER_GNB
8
#define MAX_eNB 2
#define MAX_gNB 2
#endif
...
...
@@ -86,15 +86,15 @@
#define MAX_gNB 2
#endif
#define NUMBER_OF_NR_DLSCH_MAX
2//16
#define NUMBER_OF_NR_ULSCH_MAX
2//16
#define NUMBER_OF_NR_DLSCH_MAX
8
#define NUMBER_OF_NR_ULSCH_MAX
8
#define NUMBER_OF_NR_SCH_STATS_MAX 16
#define NUMBER_OF_NR_PUCCH_MAX 16
#define NUMBER_OF_NR_SR_MAX 16
#define NUMBER_OF_NR_PDCCH_MAX 16
#define MAX_MANAGED_ENB_PER_MOBILE
2
#define MAX_MANAGED_GNB_PER_MOBILE
2
#define MAX_MANAGED_ENB_PER_MOBILE
8
#define MAX_MANAGED_GNB_PER_MOBILE
8
///NB-IOT
#define NB_RB_MAX_NB_IOT (LTE_maxDRB_NB_r13 + 3) //MP: NB_IoT --> 2(DRB)+3(SRBs - 2 is not used) = 5
...
...
targets/COMMON/openairinterface5g_limits.h
View file @
665c47d3
...
...
@@ -8,9 +8,9 @@
# define NUMBER_OF_NR_RU_MAX 2
# ifndef PHYSIM
# ifndef UE_EXPANSION
# define NUMBER_OF_UE_MAX
4
# define NUMBER_OF_UE_MAX
8
# define NUMBER_OF_NR_UE_MAX 4
# define NUMBER_OF_UCI_VARS_MAX
14
# define NUMBER_OF_UCI_VARS_MAX
28
# define NUMBER_OF_CONNECTED_eNB_MAX 1
# define NUMBER_OF_CONNECTED_gNB_MAX 1
# else
...
...
@@ -20,8 +20,8 @@
# define NUMBER_OF_CONNECTED_gNB_MAX 1
# endif
# else
# define NUMBER_OF_UE_MAX
4
# define NUMBER_OF_NR_UE_MAX
4
# define NUMBER_OF_UE_MAX
16
# define NUMBER_OF_NR_UE_MAX
16
# define NUMBER_OF_UCI_VARS_MAX 56
# define NUMBER_OF_CONNECTED_eNB_MAX 1
# define NUMBER_OF_CONNECTED_gNB_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