X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Frlc_tmm_ul.c;h=614254c4bf48229e9c819b7083eb0be58bb453fd;hb=3d078984f533661105aee11d52c0e5bd5e5481e4;hp=8094f743396a6eab51579df92704c57b0bdea266;hpb=b6b9cd39450a3cbf7ec962f2d8c65540af28eb29;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/rlc_tmm_ul.c b/src/5gnrrlc/rlc_tmm_ul.c index 8094f7433..614254c4b 100755 --- a/src/5gnrrlc/rlc_tmm_ul.c +++ b/src/5gnrrlc/rlc_tmm_ul.c @@ -247,7 +247,7 @@ void rlcTmmRcvFrmMac(RlcCb *gCb, RlcUlRbCb *rbCb, Buffer *pdu) if (ulRrcMsgInfo) { ulRrcMsgInfo->cellId = rbCb->rlcId.cellId; - ulRrcMsgInfo->ueIdx = rbCb->rlcId.ueId; + ulRrcMsgInfo->ueId = rbCb->rlcId.ueId; ulRrcMsgInfo->lcId = rbCb->lch.lChId; RLC_ALLOC_SHRABL_BUF(RLC_MEM_REGION_UL, RLC_POOL, ulRrcMsgInfo->rrcMsg, msgLen);