X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Fmac_demux.c;h=562afaefc5c8ff62c55eee4eff8155a83e6af043;hb=b8044fce6d8a277254f235d128c8729ed0b5e7b0;hp=e960c8b3aa881a9ac92918a0d96be82b80e8b752;hpb=134974ec70ab6e0501889e5d162a3b0c806c3bdc;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_demux.c b/src/5gnrmac/mac_demux.c index e960c8b3a..562afaefc 100644 --- a/src/5gnrmac/mac_demux.c +++ b/src/5gnrmac/mac_demux.c @@ -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 */