X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_stub.h;h=f6cb5c70e3a8b16643ee6d0e8fe881105ccb9808;hb=c449cf0b0cc8794c2e2d28dcc4c9bd8b9534e697;hp=fed791c2ba8f6212f71b412d0f880b061abd95d5;hpb=c4723faa976bb203b594b1ab97523a35441838ec;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_stub.h b/src/cu_stub/cu_stub.h index fed791c2b..f6cb5c70e 100644 --- a/src/cu_stub/cu_stub.h +++ b/src/cu_stub/cu_stub.h @@ -95,6 +95,12 @@ }\ } +#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, @@ -304,6 +310,7 @@ typedef struct cuUeCb F1apMsgDb f1apMsgDb; UeState state; #ifdef NR_DRX + bool drxCfgPresent; DrxCfg drxCfg; #endif HandoverInfo hoInfo;