X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Frlc_tmm_ul.c;h=614254c4bf48229e9c819b7083eb0be58bb453fd;hb=959944c4b572d2027bceb7bb474a8fc40f85ec1c;hp=6486538250c3cb804b1fa424a2db0b0aaa60448c;hpb=70e1fb5996d93ef4973ffb654ee6a66228e9031c;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/rlc_tmm_ul.c b/src/5gnrrlc/rlc_tmm_ul.c index 648653825..614254c4b 100755 --- a/src/5gnrrlc/rlc_tmm_ul.c +++ b/src/5gnrrlc/rlc_tmm_ul.c @@ -110,7 +110,7 @@ uint8_t rrcUeCapabilityInfo[] = datIndInfo->tCrnti = crnti; datIndInfo->isOutOfSeq = 16; - SGetMsg(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); + ODU_GET_MSG_BUF(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); SAddPstMsgMult(rrcConReq,6,pdu); @@ -126,7 +126,7 @@ uint8_t rrcUeCapabilityInfo[] = pdcpId.rbId = 1; pdcpId.rbType = 0; #endif - SGetMsg(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); + ODU_GET_MSG_BUF(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); SAddPstMsgMult(rrcConSetupComplete,34,pdu); @@ -145,7 +145,7 @@ uint8_t rrcUeCapabilityInfo[] = pdcpId.rbId = 1; pdcpId.rbType = 0; #endif - SGetMsg(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); + ODU_GET_MSG_BUF(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); #ifndef CA_PAL_5GTF SAddPstMsgMult(rrcUeCapabilityInfo,12,pdu); @@ -168,7 +168,7 @@ uint8_t rrcUeCapabilityInfo[] = pdcpId.rbType = 0; #endif - SGetMsg(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); + ODU_GET_MSG_BUF(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); SAddPstMsgMult(rrcSecurityModeComplete,2,pdu); @@ -187,7 +187,7 @@ uint8_t rrcUeCapabilityInfo[] = pdcpId.rbType = 0; #endif - SGetMsg(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); + ODU_GET_MSG_BUF(DFLT_REGION, DFLT_POOL, (Buffer **) &pdu); SAddPstMsgMult(rrcReconfigComplete,2,pdu); @@ -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);