X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fcm%2Fdu_app_mac_inf.h;h=c785ec24115674b2a4c47e6c5616d45368c68b60;hb=37badc1a711fc7802d2f0b67924f3c15e569a7d5;hp=6d598643584a1582b303b4277a66443df944fac8;hpb=1616921700a3c7541f1df6dd2678f9ee4d8e933b;p=o-du%2Fl2.git diff --git a/src/cm/du_app_mac_inf.h b/src/cm/du_app_mac_inf.h index 6d5986435..c785ec241 100644 --- a/src/cm/du_app_mac_inf.h +++ b/src/cm/du_app_mac_inf.h @@ -495,7 +495,7 @@ typedef struct failureCause typedef struct carrierCfg { bool pres; - uint16_t bw; /* DL/UL bandwidth */ + uint32_t bw; /* DL/UL bandwidth */ uint32_t freq; /* Absolute frequency of DL/UL point A in KHz */ uint16_t k0[NUM_NUMEROLOGY]; /* K0 for DL/UL */ uint16_t gridSize[NUM_NUMEROLOGY]; /* DL/UL Grid size for each numerologies */ @@ -640,7 +640,6 @@ typedef struct bwpUlConfig typedef struct macCellCfg { uint16_t cellId; /* Cell Id */ - uint8_t numTlv; /* Number of configuration TLVs */ uint8_t carrierId; /* Carrired Index */ uint16_t phyCellId; /* Physical cell id */ DuplexMode dupType; /* Duplex type: TDD/FDD */ @@ -945,11 +944,11 @@ typedef struct spCellCfg ServCellCfgInfo servCellCfg; }SpCellCfg; -typedef struct maxAggrBitRate +typedef struct ambrCfg { - uint32_t ulBits; - uint32_t dlBits; -}MaxAggrBitRate; + uint32_t ulBr; /* UL Bit rate */ + uint32_t dlBr; /* DL Bit rate */ +}AmbrCfg; /* Single Network Slice Selection assistance Info */ typedef struct snssai @@ -1040,7 +1039,7 @@ typedef struct macUeCfg MacCellGrpCfg macCellGrpCfg; PhyCellGrpCfg phyCellGrpCfg; SpCellCfg spCellCfg; - MaxAggrBitRate *maxAggrBitRate; + AmbrCfg *ambrCfg; uint8_t numLcs; LcCfg lcCfgList[MAX_NUM_LC]; UeCfgState macUeCfgState; /* InActive / Completed */