Muxing mac pdu and lower mac changes for Msg4
[o-du/l2.git] / src / 5gnrmac / mac_demux.c
index e960c8b..562afae 100644 (file)
@@ -116,6 +116,9 @@ int unpackRxData(SlotIndInfo timingInfo, RxDataIndPdu *rxDataIndPdu)
             pduLen -= length;
             idx = idx + length;
 
+            /* store msg3 pdu in macRaCb for CRI value */
+            memcpy(&macCb.macCell->macRaCb[0].msg3Pdu, pdu, length);
+
             /* TODO:
              * Fill and send UL-CCCH Indication to DU APP 
              */