Revert "[Epic-ID: ODUHIGH-462][Task-ID: ODUHIGH-472] Implementation of drx timer"
[o-du/l2.git] / src / du_app / du_ue_mgr.c
index cae946e..b77b231 100644 (file)
@@ -1283,11 +1283,6 @@ 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;