Commit 3824b49f authored by Robert Schmidt's avatar Robert Schmidt

128 UEs

parent a62bfcd7
...@@ -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
......
...@@ -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)
......
...@@ -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
......
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