X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fmac_sch_interface.h;h=1a5c9e9a8cc78ff9e7f5056c921ba6a3706cf4d7;hb=d2087c85ac86d4ffb898e87aecc1495510ef9c68;hp=405067a9404f1fbb07580bb1437c7451e5ad0bed;hpb=1b620310f1f4663032ce9c4f2cd23f2dd7ea9aa5;p=o-du%2Fl2.git diff --git a/src/cm/mac_sch_interface.h b/src/cm/mac_sch_interface.h index 405067a94..1a5c9e9a8 100644 --- a/src/cm/mac_sch_interface.h +++ b/src/cm/mac_sch_interface.h @@ -61,6 +61,8 @@ typedef struct /* SIB1 interface structure */ typedef struct bwpCfg { + uint8_t subcarrierSpacing; + uint8_t cyclicPrefix; uint16_t BWPSize; uint16_t BWPStart; }BwpCfg; @@ -114,10 +116,6 @@ typedef struct dlDCI typedef struct sib1PdcchCfg { BwpCfg sib1PdcchBwpCfg; - - uint8_t subcarrierSpacing; - uint8_t cyclicPrefix; - /* coreset-0 configuration */ CoresetCfg sib1Coreset0Cfg;