X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fmac_sch_interface.c;h=47d49df81b0683aab7b4900ccc59803434a5d56a;hb=refs%2Fchanges%2F52%2F12952%2F4;hp=39a86f922daf9ee6406603024c404f2ce58aa5c9;hpb=6636207100c598cd70537d177670ef131e263931;p=o-du%2Fl2.git diff --git a/src/cm/mac_sch_interface.c b/src/cm/mac_sch_interface.c index 39a86f922..47d49df81 100644 --- a/src/cm/mac_sch_interface.c +++ b/src/cm/mac_sch_interface.c @@ -29,8 +29,8 @@ uint8_t packMacSchSlotInd(Pst *pst, SlotTimingInfo *slotInd) } /* pack SFN and slot value */ - CMCHKPK(oduUnpackUInt16,slotInd->sfn, mBuf); - CMCHKPK(oduUnpackUInt16,slotInd->slot, mBuf); + CMCHKPK(oduPackUInt16,slotInd->sfn, mBuf); + CMCHKPK(oduPackUInt16,slotInd->slot, mBuf); return ODU_POST_TASK(pst,mBuf); }