X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_tenb_stats.c;h=03d759e1b005b3af9853fe72a7f7684c2d18ee3a;hb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;hp=ec472a31f4a8034e281b442aa482ad39ecfc8da7;hpb=6b44407d464a5a4e060999255233a7cfe78bb0fa;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_tenb_stats.c b/src/5gnrrlc/kw_tenb_stats.c index ec472a31f..03d759e1b 100755 --- a/src/5gnrrlc/kw_tenb_stats.c +++ b/src/5gnrrlc/kw_tenb_stats.c @@ -159,7 +159,7 @@ PUBLIC TSL2UeStatsCb* TSL2AllocUeStatsBlk(rnti) statsCb->stats.rnti = (U32)rnti; statsCb->inUse = TRUE; - RETVALUE(statsCb); + return (statsCb); } /* @@ -225,7 +225,7 @@ PUBLIC TSL2CellStatsCb* TSL2AllocCellStatsBlk(cellId) printf("\n STATS Unexpected CellID = %d\n", (int)cellId); } - RETVALUE(l2CellStats[cellId-1]); + return (l2CellStats[cellId-1]); } /*