Building mib PDU and SSB changes at scheduler
[o-du/l2.git] / src / cm / du_app_mac_inf.c
index 6a45251..ee8bb95 100644 (file)
@@ -146,6 +146,7 @@ U16 packMacCellCfgCfm(Pst *pst, MacCellCfgCfm *macCellCfgCfm)
       }
 
       /* pack the transaction ID in CNF structure */
+               CMCHKPK(SPkU8, macCellCfgCfm->rsp, mBuf);
       CMCHKPK(SPkU16, macCellCfgCfm->transId, mBuf);
 
       RETVALUE(SPstTsk(pst,mBuf));
@@ -186,6 +187,7 @@ U16 unpackMacCellCfgCfm(
    {
       /* unpack the transaction ID in CNF structure */
       CMCHKUNPK(SUnpkU16, &(macCellCfgCfm.transId), mBuf);
+      CMCHKUNPK(SUnpkU8, &(macCellCfgCfm.rsp), mBuf);
 
       RETVALUE((*func)(&macCellCfgCfm));
    }