Commit 3574481b authored by Florian Kaltenberger's avatar Florian Kaltenberger

reducing number of UEs to save memory

parent 7e57a842
...@@ -75,11 +75,11 @@ ...@@ -75,11 +75,11 @@
# define MAX_eNB 2 # define MAX_eNB 2
# define MAX_gNB 2 # define MAX_gNB 2
# else # else
# define MAX_MOBILES_PER_ENB 16 # define MAX_MOBILES_PER_ENB 4
# define MAX_MOBILES_PER_ENB_NB_IoT 16 # define MAX_MOBILES_PER_ENB_NB_IoT 4
# define MAX_MOBILES_PER_GNB 16 # define MAX_MOBILES_PER_GNB 4
# define MAX_eNB 2 # define MAX_eNB 1
# define MAX_gNB 2 # define MAX_gNB 1
# endif # endif
#else #else
# define MAX_MOBILES_PER_ENB 256 # define MAX_MOBILES_PER_ENB 256
...@@ -89,8 +89,8 @@ ...@@ -89,8 +89,8 @@
# define MAX_gNB 2 # define MAX_gNB 2
#endif #endif
#define NUMBER_OF_NR_DLSCH_MAX 16 #define NUMBER_OF_NR_DLSCH_MAX 4
#define NUMBER_OF_NR_ULSCH_MAX 16 #define NUMBER_OF_NR_ULSCH_MAX 4
#define MAX_MANAGED_ENB_PER_MOBILE 2 #define MAX_MANAGED_ENB_PER_MOBILE 2
#define MAX_MANAGED_GNB_PER_MOBILE 2 #define MAX_MANAGED_GNB_PER_MOBILE 2
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
# 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 16 # define NUMBER_OF_UE_MAX 4
# define NUMBER_OF_NR_UE_MAX 16 # define NUMBER_OF_NR_UE_MAX 4
# define NUMBER_OF_CONNECTED_eNB_MAX 3 # define NUMBER_OF_CONNECTED_eNB_MAX 1
# define NUMBER_OF_CONNECTED_gNB_MAX 3 # define NUMBER_OF_CONNECTED_gNB_MAX 1
# else # else
# define NUMBER_OF_UE_MAX 256 # define NUMBER_OF_UE_MAX 256
# define NUMBER_OF_NR_UE_MAX 256 # define NUMBER_OF_NR_UE_MAX 256
......
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