[Epic-ID: ODUHIGH-462][Task-ID: ODUHIGH-472] Implementation of drx timer
[o-du/l2.git] / src / du_app / du_ue_mgr.c
index b77b231..cae946e 100644 (file)
@@ -1283,6 +1283,11 @@ uint8_t fillMacUeCfg(uint16_t cellId, uint8_t gnbDuUef1apId, uint16_t crnti, DuU
       }
 
 #ifdef NR_DRX
+      if(ueCfgDb->drxConfigIndicatorRelease == true)
+     {
+         macUeCfg->drxConfigIndicatorRelease = true;
+      }
+      
       if(ueCfgDb->drxCyclePres)
       {
          macUeCfg->macCellGrpCfg.drxCfg.drxLongCycleStartOffset.drxLongCycleStartOffsetChoice = ueCfgDb->drxCycle.drxLongCycleLength;