Compare commits

...

2 Commits

Author SHA1 Message Date
Mohsen Ahadi
70f4865452 another 8 antenna DAS fix 2026-04-29 15:47:58 +02:00
Florian Kaltenberger
3aaa1ed123 vrtsim should use same NB_ANTENNAS_TX 2026-04-29 15:47:58 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
#define MAX_SI_GROUPS 3
#define NR_MAX_PDSCH_TBS 3824
#define MAX_NUM_BEAM_PERIODS 4
#define MAX_NUM_BEAM_PERIODS 8
#define MAX_BWP_SIZE 275
#define NR_MAX_NUM_BWP 4
#define NR_MAX_HARQ_PROCESSES 32

View File

@@ -41,7 +41,7 @@
// Simulator role
typedef enum { ROLE_SERVER = 1, ROLE_CLIENT } role;
#define MAX_NUM_ANTENNAS_TX 4
#define MAX_NUM_ANTENNAS_TX 8
#define SAVED_SAMPLES_LEN 256
#define MAX_NUM_UES MAX_MOBILES_PER_GNB