Renamed SlotIndInfo to SlotTimingInfo [Issue-ID: ODUHIGH-354]
[o-du/l2.git] / src / cm / common_def.h
index 9681393..0350c6f 100644 (file)
@@ -230,12 +230,12 @@ typedef enum
    CELL_DOWN
 }OduCellStatus;
 
-typedef struct slotIndInfo
+typedef struct slotTimingInfo
 {
    uint16_t cellId;
    uint16_t sfn;
    uint16_t slot;
-}SlotIndInfo;
+}SlotTimingInfo;
 
 typedef struct PlmnIdentity
 {