X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcommon_def.h;h=531335d12d7cfef48ba01c1d1d09f93b1d04eafb;hb=8acc76461815f24218fab9cfdc35f11f72aab36d;hp=c5b8bf6f5bcb42c16dcbaccabf63abba4a43cc06;hpb=73da3ffdd36c5ade0c1cccbe7d2ad4d457897b2f;p=o-du%2Fl2.git diff --git a/src/cm/common_def.h b/src/cm/common_def.h index c5b8bf6f5..531335d12 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;