X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_uim.c;h=f7688215f8de66895cdfa0a5e4c6c6d155a8e976;hb=def50dc175cebc67238db5f1acd5ff322a2279bd;hp=e3478c9ce31d46546d2d9e92ba61a5e9e70405fb;hpb=5d74fef7c9fe6b65a965ceac6bfe812872dab323;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_uim.c b/src/5gnrrlc/kw_uim.c index e3478c9ce..f7688215f 100755 --- a/src/5gnrrlc/kw_uim.c +++ b/src/5gnrrlc/kw_uim.c @@ -275,7 +275,7 @@ RlcCfgInfo *cfg; RlcCb *tRlcCb; RlcUlCfgTmpData *cfgTmpData; - static U32 transCount; + static uint32_t transCount; #if (ERRCLASS & ERRCLS_INT_PAR) if (pst->dstInst >= MAX_RLC_INSTANCES) @@ -300,6 +300,7 @@ RlcCfgInfo *cfg; cfgTmpData->cfgInfo = cfg; + tRlcCb->u.ulCb->rlcUlUdxEventType = pst->event; if (rlcDbmAddUlTransaction(tRlcCb, cfgTmpData) != ROK) { RLOG0(L_ERROR, "Addition to UL transId Lst Failed"); @@ -338,7 +339,7 @@ S16 RlcUiCkwUeIdChgReq ( Pst *pst, SpId spId, -U32 transId, +uint32_t transId, CkwUeInfo *ueInfo, CkwUeInfo *newUeInfo ) @@ -346,7 +347,7 @@ CkwUeInfo *newUeInfo S16 RlcUiCkwUeIdChgReq(pst, spId, transId, ueInfo, newUeInfo) Pst *pst; SpId spId; -U32 transId; +uint32_t transId; CkwUeInfo *ueInfo; CkwUeInfo *newUeInfo; #endif @@ -455,7 +456,7 @@ RlcUlCfgTmpData *cfgTmpData; RlcCfgInfo *cfg; #endif { - U8 idx; + uint8_t idx; cfgTmpData->ueId = cfg->ueId; cfgTmpData->cellId = cfg->cellId; @@ -568,7 +569,7 @@ RlcCfgInfo *cfg; } }/* switch end */ }/* for end */ - RETVOID; + return; }