X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_ram.c;h=ea819cd319afb65826cca5096b02f19145a80519;hb=def50dc175cebc67238db5f1acd5ff322a2279bd;hp=da2b5787a398cfda2ae0068a07ef9e19643c9e64;hpb=694adde1a08c393a8443fd5bbd4f036f5cf85403;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ram.c b/src/5gnrmac/rg_ram.c index da2b5787a..ea819cd31 100755 --- a/src/5gnrmac/rg_ram.c +++ b/src/5gnrmac/rg_ram.c @@ -102,7 +102,7 @@ RgUeCb *ue; rgFreeSBuf(inst,(Data **)&ue, sizeof(*ue)); /* Stack Crash problem for TRACE5 changes. Added the return below */ - RETVOID; + return; } /* rgRAMFreeUeCb */ @@ -253,10 +253,10 @@ RgInfRarInfo *rarInfo; RgErrInfo *err; #endif { - U8 idx1,idx2; + uint8_t idx1,idx2; Buffer *rarPdu; RgDlSf *dlSf; - U8 idx; + uint8_t idx; if(NULLP == rarInfo->raRntiInfo) {