1st active BWP after setup (including option to select it from config file)

Signed-off-by: francescomani <email@francescomani.it>
This commit is contained in:
francescomani
2025-06-20 10:17:14 +02:00
committed by Francesco Mani
parent 44ee879ab8
commit 3c1829bcd1
3 changed files with 1 additions and 2 deletions

View File

@@ -145,7 +145,6 @@ gNBs =
bwp_list = ({ scs = 1; bwpStart = 0; bwpSize = 51; bwpId = 2;},
{ scs = 1; bwpStart = 0; bwpSize = 24; bwpId = 3;});
# ------- SCTP definitions
SCTP : {
# Number of streams to use in input/output

View File

@@ -184,7 +184,6 @@
{GNB_CONFIG_STRING_NROFUPLINKSLOTS2,NULL, 0,.i64ptr=&pattern2.nrofUplinkSlots,.defint64val=-1,TYPE_INT64,0},\
{GNB_CONFIG_STRING_NROFUPLINKSYMBOLS2,NULL, 0,.i64ptr=&pattern2.nrofUplinkSymbols,.defint64val=-1,TYPE_INT64,0}}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Serving Cell Config Common configuration parameters to apply in RA 2-Step */
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

View File

@@ -186,6 +186,7 @@ typedef struct nr_mac_config_s {
nr_pdsch_AntennaPorts_t pdsch_AntennaPorts;
int pusch_AntennaPorts;
int minRXTXTIME;
int first_active_BWP;
int do_CSIRS;
nr_srs_type_t do_SRS;
int do_TCI;