mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
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:
committed by
Francesco Mani
parent
44ee879ab8
commit
3c1829bcd1
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user