X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fdu_app_mac_inf.h;h=c785ec24115674b2a4c47e6c5616d45368c68b60;hb=791615463ef2fcc0d6e0697d7860e6e6a56bd9a6;hp=8a927fa54f81a5ab944fbf7827c5415ecdae4fef;hpb=bce97b3fc156581b450ccae095df357701289c78;p=o-du%2Fl2.git diff --git a/src/cm/du_app_mac_inf.h b/src/cm/du_app_mac_inf.h index 8a927fa54..c785ec241 100644 --- a/src/cm/du_app_mac_inf.h +++ b/src/cm/du_app_mac_inf.h @@ -944,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 @@ -1039,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 */