X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_stub.h;h=fed791c2ba8f6212f71b412d0f880b061abd95d5;hb=de6a435729e3cad9d4a66329080b8206a64f452c;hp=f6cb5c70e3a8b16643ee6d0e8fe881105ccb9808;hpb=6bd517aac8dc6e3166389be3f468c58ba56d5608;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_stub.h b/src/cu_stub/cu_stub.h index f6cb5c70e..fed791c2b 100644 --- a/src/cu_stub/cu_stub.h +++ b/src/cu_stub/cu_stub.h @@ -95,12 +95,6 @@ }\ } -#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;