X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fmac_sch_interface.c;h=39a86f922daf9ee6406603024c404f2ce58aa5c9;hb=6636207100c598cd70537d177670ef131e263931;hp=956a65068b16e1ada7a6f432ab73740652e417d4;hpb=df93fa14853abfc47879088f095dbba96bac3569;p=o-du%2Fl2.git diff --git a/src/cm/mac_sch_interface.c b/src/cm/mac_sch_interface.c index 956a65068..39a86f922 100644 --- a/src/cm/mac_sch_interface.c +++ b/src/cm/mac_sch_interface.c @@ -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