Commit cb845816 authored by Michael Cook's avatar Michael Cook

Set max UEs to 40 (was 20)

parent 53cb3e25
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
#define MAX_gNB 2 #define MAX_gNB 2
#else #else
// TODO: Change after gaining stability on 20 UES or less // TODO: Change after gaining stability on 20 UES or less
#define MAX_MOBILES_PER_ENB 20 #define MAX_MOBILES_PER_ENB 40
#define MAX_MOBILES_PER_ENB_NB_IoT 20 #define MAX_MOBILES_PER_ENB_NB_IoT 40
#define MAX_MOBILES_PER_GNB 2//16 #define MAX_MOBILES_PER_GNB 2//16
#define MAX_eNB 2 #define MAX_eNB 2
#define MAX_gNB 2 #define MAX_gNB 2
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
// now , if we use --mu option in UE, compiling error will occur. // now , if we use --mu option in UE, compiling error will occur.
// This problem will be fixed in the future. // This problem will be fixed in the future.
# ifndef UESIM_EXPANSION # ifndef UESIM_EXPANSION
# define NUMBER_OF_UE_MAX 20 # define NUMBER_OF_UE_MAX 40
# 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