Revert "[Epic-ID: ODUHIGH-462][Task-ID: ODUHIGH-472] Implementation of drx timer"
[o-du/l2.git] / src / cu_stub / cu_stub.h
index f6cb5c7..fed791c 100644 (file)
    }\
 }
 
-#ifdef NR_DRX
-/* Set this parameter true of false as per the need to enable or disable drx of
- * a particular UE */
-#define DRX_TO_BE_RELEASE true 
-#endif
-
 typedef enum
 {
    CELL_INACTIVE,
@@ -310,7 +304,6 @@ typedef struct cuUeCb
    F1apMsgDb f1apMsgDb;
    UeState   state;
 #ifdef NR_DRX
-   bool      drxCfgPresent;
    DrxCfg    drxCfg;
 #endif
    HandoverInfo hoInfo;