X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcommon_def.h;h=9e7bef4cb79f70c030a2bb28986ffe6a2467e9b1;hb=6dc8a4c17da24847b3a3aee91b37151f77a8a5bc;hp=371a1d5a53ceacb137ede8c76a167c02a90f3d43;hpb=f73456bd55152c329601f8286ae67fe9875025bc;p=o-du%2Fl2.git diff --git a/src/cm/common_def.h b/src/cm/common_def.h index 371a1d5a5..9e7bef4cb 100644 --- a/src/cm/common_def.h +++ b/src/cm/common_def.h @@ -132,7 +132,9 @@ /*First SCS in kHz as per 3gpp spec 38.211 Table 4.2-1 */ #define BASE_SCS 15 -#define MAX_NUM_STATS 10 +#define MAX_NUM_STATS_CFG 2 /* Max number of statistics configuration/Subscription supported */ +#define MAX_NUM_STATS_GRP 5 /* Max number of statistics group per configuration request */ +#define MAX_NUM_STATS 10 /* Max number of statistics per group */ /* Defining macros for common utility functions */ #define ODU_GET_MSG_BUF SGetMsg @@ -261,7 +263,8 @@ typedef enum RESOURCE_UNAVAILABLE, SLICE_NOT_FOUND, DUPLICATE_ENTRY, - PARAM_INVALID + PARAM_INVALID, + STATS_ID_NOT_FOUND }CauseOfResult ; typedef enum