X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcommon_def.h;h=531335d12d7cfef48ba01c1d1d09f93b1d04eafb;hb=a6ec34e2927a6167f62cf18fe60c46113bcfc019;hp=cbe952c27269834f5c9757ed414622567b39a593;hpb=b3d5c17f74361fcdcb9b9febff450292197e3a57;p=o-du%2Fl2.git diff --git a/src/cm/common_def.h b/src/cm/common_def.h index cbe952c27..531335d12 100644 --- a/src/cm/common_def.h +++ b/src/cm/common_def.h @@ -61,7 +61,7 @@ #define MAX_NUM_CELL 2 /* Changed to 2 to support cell Id 2 even if there is only one cell in DU */ #define MAX_NUM_MU 4 #define MAX_NUM_UE 3 -#define MAX_NUM_UE_PER_TTI 1 +#define MAX_NUM_UE_PER_TTI 2 #define MAX_NUM_LC MAX_DRB_LCID + 1 /*Spec 38.331: Sec 6.4: maxLC-ID Keyword*/ #define MAX_NUM_SRB 3 /* Max. no of Srbs */ #define MAX_NUM_DRB 29 /* spec 38.331, maxDRB */ @@ -263,7 +263,8 @@ typedef enum RESOURCE_UNAVAILABLE, SLICE_NOT_FOUND, DUPLICATE_ENTRY, - PARAM_INVALID + PARAM_INVALID, + STATS_ID_NOT_FOUND }CauseOfResult ; typedef enum @@ -361,6 +362,12 @@ typedef struct snssai uint8_t sd[SD_SIZE]; }Snssai; +typedef struct supportedSliceList +{ + uint8_t numSupportedSlices; + Snssai **snssai; +}SupportedSliceList; + typedef struct oduCellId { uint16_t cellId;