X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_ue_mgr.c;h=fda65cf45bf067103fd18ae1bfe9edd2243b3cb0;hb=41eaaec52d3fe0d5c003e6c0676e9a18fc8ba37a;hp=b83130e5eee96fa22e86497d5b0fcc4be1e5e9bf;hpb=ba99af5e5ea60b0d8eede9f3323fc9a9991fcfe3;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_ue_mgr.c b/src/5gnrmac/mac_ue_mgr.c index b83130e5e..fda65cf45 100644 --- a/src/5gnrmac/mac_ue_mgr.c +++ b/src/5gnrmac/mac_ue_mgr.c @@ -138,7 +138,7 @@ uint8_t fillMacCellGroupCfg(MacCellGrpCfg macCellGrp, SchMacCellGrpCfg *macCell #ifdef NR_DRX /* Copy Drx configuration */ - + macCellGrpCfg->drxCfgPresent = true; macCellGrpCfg->drxCfg.drxOnDurationTimer.onDurationTimerValInMs = macCellGrp.drxCfg.drxOnDurationTimer.onDurationTimerValInMs; if(!macCellGrp.drxCfg.drxOnDurationTimer.onDurationTimerValInMs) macCellGrpCfg->drxCfg.drxOnDurationTimer.onDurationtimerValue.subMilliSeconds = \ @@ -1710,6 +1710,11 @@ uint8_t fillSchUeCfg(Pst *pst, SchUeCfg *schUeCfg, MacUeCfg *ueCfg) DU_LOG("\nERROR --> MAC : Failed to copy LCs at fillSchUeCfg()"); return ret; } + +#ifdef NR_DRX + schUeCfg->drxConfigIndicatorRelease = ueCfg->drxConfigIndicatorRelease;; +#endif + return ret; }