X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fo1%2FPmInterface.h;h=e97e3c7b11c87ffeb3ac4219704b0f91e011a890;hb=0c4403cc2355cc38d01c6645b1dad36dd4c1daa7;hp=5208779a60cd39c514754663c6e48515885a6db7;hpb=af8f9c8f6f7cd5e0a89e5dfa7a566fa5811e110c;p=o-du%2Fl2.git diff --git a/src/o1/PmInterface.h b/src/o1/PmInterface.h index 5208779a6..e97e3c7b1 100644 --- a/src/o1/PmInterface.h +++ b/src/o1/PmInterface.h @@ -28,17 +28,22 @@ extern "C" { #endif +typedef struct +{ + uint32_t sd:24; + uint8_t sst; +}SNSSAI; typedef struct { - uint32_t networkSliceIdentifier; + SNSSAI networkSliceIdentifier; double DRB_UEThpDl_SNSSAI; double DRB_UEThpUl_SNSSAI; }SliceMetricRecord; typedef struct { - SliceMetricRecord *sliceRecord; uint8_t nRecords; + SliceMetricRecord *sliceRecord; }SliceMetricList;