X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fdu_app_mac_inf.h;h=06515e639fca45ca2ce98a4594cc9aaecfc7aa85;hb=0ee9d868ee051d37995fa518c7f7c908d10ebc27;hp=8df0b1082402efa618b7b1a7b5e0b8c395d5ea55;hpb=09aae3165b79b76face36d72273e1e8d2347ac96;p=o-du%2Fl2.git diff --git a/src/cm/du_app_mac_inf.h b/src/cm/du_app_mac_inf.h index 8df0b1082..06515e639 100644 --- a/src/cm/du_app_mac_inf.h +++ b/src/cm/du_app_mac_inf.h @@ -843,6 +843,7 @@ typedef struct macCellGrpCfg bool phrCfgSetupPres; /* true/false: phrCfgSetup/phrCfgRelease */ PhrCfg phrCfg; #ifdef NR_DRX + bool drxCfgPresent; DrxCfg drxCfg; #endif }MacCellGrpCfg; @@ -1300,6 +1301,9 @@ typedef struct macUeCfg LcCfg lcCfgList[MAX_NUM_LC]; UeCfgState macUeCfgState; /* InActive / Completed */ DataTransmissionAction transmissionAction; +#ifdef NR_DRX + bool drxConfigIndicatorRelease; +#endif }MacUeCfg; typedef struct nrcgi