[Epic-ID: ODUHIGH-538] XML based input configuration
[o-du/l2.git] / src / cm / common_def.h
index 9e7bef4..c8d0296 100644 (file)
@@ -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;