Renamed SlotIndInfo to SlotTimingInfo [Issue-ID: ODUHIGH-354]
[o-du/l2.git] / src / cm / mac_sch_interface.c
index 430e23a..c57f8eb 100644 (file)
@@ -20,7 +20,7 @@
  *  @return  S16
  *      -# ROK
  **/
-uint8_t packMacSchSlotInd(Pst *pst, SlotIndInfo *slotInd)
+uint8_t packMacSchSlotInd(Pst *pst, SlotTimingInfo *slotInd)
 {
    Buffer *mBuf = NULLP;
    if (ODU_GET_MSG_BUF(pst->region, pst->pool, &mBuf) != ROK)