[EPIC-ID: ODUHIGH-488][TASK-ID: ODUHIGH-494]SCH framework update to support different...
[o-du/l2.git] / src / cm / mac_sch_interface.c
index 956a650..39a86f9 100644 (file)
@@ -35,27 +35,6 @@ uint8_t packMacSchSlotInd(Pst *pst, SlotTimingInfo *slotInd)
    return ODU_POST_TASK(pst,mBuf);
 }
 
-/**
- * @brief function to unpack Slot ind message from MAC
- *        to scheduler with loose coupling
- *
- * @details
- *
- *     Function : unpackMacSchSlotInd
- *
- *
- *  @param[in]  Pst *pst, the post structure
- *  @param[in]  Buffer *mBuf, the message buffer
- *  @return  S16
- *      -# ROK
- **/
-uint8_t unpackMacSchSlotInd(MacSchSlotIndFunc func, Pst *pst, Buffer  *mBuf)
-{
-   /* TODO */
-   return ROK;
-}
-
-
 /*******************************************************************
  *
  * @brief Pack and Send Rach Ind from MAC to SCH