X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flrg.c;h=1b6dcfce2f9ee8edc85ef713857afbcaf267d140;hb=34dbaa11b812648ba3fbea113d9772947ed6b85c;hp=38642dbc9c01a19d40ab41f12a9191c1ee867fb7;hpb=514d4c21e79d37636005186dd9ac5510742b7618;p=o-du%2Fl2.git diff --git a/src/cm/lrg.c b/src/cm/lrg.c index 38642dbc9..1b6dcfce2 100755 --- a/src/cm/lrg.c +++ b/src/cm/lrg.c @@ -2327,7 +2327,7 @@ Buffer *mBuf CMCHKPK(cmPkSystemId, ¶m->s.sysId, mBuf); if (param->s.sysId.ptNmb != NULLP) { - SPutSBuf(pst->region, pst->pool, + SPutSBufNewForDebug(__FILE__,__FUNCTION__,__LINE__,pst->region, pst->pool, (Data *)param->s.sysId.ptNmb, LRG_MAX_PT_NUM_SIZE); } } @@ -2335,7 +2335,7 @@ Buffer *mBuf if (param->s.sysId.ptNmb != NULLP) { CMCHKPK(cmPkSystemId, ¶m->s.sysId, mBuf); - SPutSBuf(pst->region, pst->pool, (Data *)param->s.sysId.ptNmb, LRG_MAX_PT_NUM_SIZE); + SPutSBufNewForDebug(__FILE__,__FUNCTION__,__LINE__,pst->region, pst->pool, (Data *)param->s.sysId.ptNmb, LRG_MAX_PT_NUM_SIZE); } #endif /*end of LRG_V1 */ @@ -2383,7 +2383,7 @@ Buffer *mBuf if (pst->event == EVTLRGSSTACFM) { /* After Merging */ - if((SGetSBuf(pst->region, pst->pool, (Data **)¶m->s.sysId.ptNmb, + if((SGetSBufNewForDebug(__FILE__,__FUNCTION__,__LINE__,pst->region, pst->pool, (Data **)¶m->s.sysId.ptNmb, LRG_MAX_PT_NUM_SIZE)) != ROK){ #if (ERRCLASS & ERRCLS_ADD_RES) SLogError(pst->srcEnt, pst->srcInst, pst->srcProcId,