X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcm%2Fmac_sch_interface.c;h=47d49df81b0683aab7b4900ccc59803434a5d56a;hb=49856df248fd976b4a9882ca4e650fc0bc3e4ee3;hp=39a86f922daf9ee6406603024c404f2ce58aa5c9;hpb=e54c2aae19e97065def9e5ab2d1488477b1ea209;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); }