X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm_tenb_stats.x;h=b104419bc671d1c08bccfdf53bc614f0e7bad10d;hb=65443172dd60a6ea312bd3a15959dbf54ad7f045;hp=ebe6cf24db7943537aac5019a30507d6eb07437b;hpb=def50dc175cebc67238db5f1acd5ff322a2279bd;p=o-du%2Fl2.git diff --git a/src/cm/cm_tenb_stats.x b/src/cm/cm_tenb_stats.x index ebe6cf24d..b104419bc 100755 --- a/src/cm/cm_tenb_stats.x +++ b/src/cm/cm_tenb_stats.x @@ -185,12 +185,12 @@ typedef Void (*TSInfL2UeStatsInd) ARGS(( SuId , TSInfL2UeStats * )); -EXTERN Void TSInfHdlL2UeStatsInd ARGS(( +Void TSInfHdlL2UeStatsInd ARGS(( Pst *pst, SuId suId, TSInfL2UeStats *stats )); -EXTERN Void TSInfUnpkL2UeStats ARGS(( +Void TSInfUnpkL2UeStats ARGS(( TSInfL2UeStatsInd func, Pst *pst, Buffer *mBuf @@ -200,27 +200,27 @@ typedef Void (*TSInfL2CellStatsInd) ARGS(( SuId , TSInfL2CellStats * )); -EXTERN Void TSInfHdlL2CellStatsInd ARGS(( +Void TSInfHdlL2CellStatsInd ARGS(( Pst *pst, SuId suId, TSInfL2CellStats *stats )); -EXTERN Void TSInfUnpkL2CellStats ARGS(( +Void TSInfUnpkL2CellStats ARGS(( TSInfL2CellStatsInd func, Pst *pst, Buffer *mBuf )); -EXTERN Void TSInfPkSndL2UeStats ARGS(( +Void TSInfPkSndL2UeStats ARGS(( Pst *pst, SuId suId, TSInfL2UeStats *stats )); -EXTERN Void TSInfPkSndL2CellStats ARGS(( +Void TSInfPkSndL2CellStats ARGS(( Pst *pst, SuId suId, TSInfL2CellStats *stats )); -EXTERN Void TSInfTrigStats ARGS(( +Void TSInfTrigStats ARGS(( Region region, Pool pool ));