X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcommon_def.h;fp=src%2Fcm%2Fcommon_def.h;h=c8d029631844940cc4fd12c80d80c41796296b1b;hb=3b1e7ce233103b83ac87359bbec15c275d4a11de;hp=9e7bef4cb79f70c030a2bb28986ffe6a2467e9b1;hpb=fcf583c575025651191abc59b4a4535a9d01eab1;p=o-du%2Fl2.git diff --git a/src/cm/common_def.h b/src/cm/common_def.h index 9e7bef4cb..c8d029631 100644 --- a/src/cm/common_def.h +++ b/src/cm/common_def.h @@ -362,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;