X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_cfg.h;h=b23d6b81c0d58a957f95f5355f24ab13192ffa0a;hb=b3d5c17f74361fcdcb9b9febff450292197e3a57;hp=8046e6163a8ef323ae57b5593ce0a33f7060bedf;hpb=1848207fc6601561cbac8cbb5950d1c6e80f2bea;p=o-du%2Fl2.git diff --git a/src/du_app/du_cfg.h b/src/du_app/du_cfg.h index 8046e6163..b23d6b81c 100644 --- a/src/du_app/du_cfg.h +++ b/src/du_app/du_cfg.h @@ -317,6 +317,13 @@ #define DRX_SLOT_OFFSET 0 #endif +/* In case of initial configuration we are supporting only 2 measurement + * information RRU.PrbTotDl and RRU.PrbTotUl. + * In case of configuration modification we are supporting 3 measurement + * information RRU.PrbTotDl, RRU.PrbTotUl and UECNTX.RelReq */ +#define NUM_OF_MEASUREMENT_INFO_SUPPORTED(_configType) \ + ((_configType == CONFIG_ADD) ? 2 :3) + typedef enum { GNBDU,