Cu ASN changes for DlRrcMessageTransfer
[o-du/l2.git] / src / 5gnrmac / mac_demux.c
index 16725f1..bcb3cef 100644 (file)
@@ -117,7 +117,7 @@ int unpackRxData(RxDataIndPdu *rxDataIndPdu)
             idx = idx + length;
 
             /* store msg3 pdu in macRaCb for CRI value */
-            memcpy(&macCb.macCell->macRaCb[0].msg3Pdu, pdu, length);
+            memcpy(macCb.macCell->macRaCb[0].msg3Pdu, pdu, length);
 
             /* Send UL-CCCH Indication to DU APP */
                                macSendUlCcchInd(pdu, macCb.macCell->cellId, rxDataIndPdu->rnti);