X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flrg.x;h=bfa8834b5e180f2f48e5d2b0b8a0266465680314;hb=8340c342ebcfc82193c3f66e7f15047c1e37399b;hp=6480fcd8d87f8819e7ff008e3cf31159649910a9;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/cm/lrg.x b/src/cm/lrg.x index 6480fcd8d..bfa8834b5 100755 --- a/src/cm/lrg.x +++ b/src/cm/lrg.x @@ -34,7 +34,6 @@ #ifndef __LRGX__ #define __LRGX__ -#include "lcl.h" /* ccpu00121930 : ADD: c++ support*/ #ifdef __cplusplus @@ -178,7 +177,6 @@ typedef struct rgCfg RgUpSapCfg crgSap; /*!< CRG interface SAP */ RgLowSapCfg tfuSap; /*!< TFU interface SAP */ RgSchInstCfg schInstCfg;/*!< General Configuration for scheduler instances */ - ClCellCfg cellCfg; }s; }RgCfg; @@ -530,7 +528,7 @@ typedef S16 (*LrgCfgReq) ARGS(( RgMngmt *cfg /* Management Structure */ )); -typedef S16 (*LrgSchCfgReq) ARGS(( +typedef int (*LrgSchCfgReq) ARGS(( Pst *pst, /* Post Structure */ RgMngmt *cfg /* Management Structure */ )); @@ -655,7 +653,7 @@ EXTERN S16 RgMiLrgCfgReq ARGS((Pst *pst, RgMngmt *cfg)); * @param cfm pointer to RgMngmt * @return ROK/RFAILED */ -EXTERN S16 MacSchGenCfgReq ARGS((Pst *pst, RgMngmt *cfg)); +EXTERN int MacSchGenCfgReq ARGS((Pst *pst, RgMngmt *cfg)); /** @brief This primitive carries the Confirmation for a Configuration Request * sent from the layer manager to MAC. @@ -679,7 +677,7 @@ EXTERN S16 RgMiLrgCfgCfm ARGS((Pst *pst, RgMngmt *cfm)); * @param cfg pointer to RgMngmt * @return ROK/RFAILED */ -EXTERN S16 HandleSchGenCfgReq ARGS((Pst *pst, RgMngmt *cfg)); +EXTERN int HandleSchGenCfgReq ARGS((Pst *pst, RgMngmt *cfg)); /** @brief This primitive carries the Confirmation for a Configuration Request * sent from the layer manager to Scheduler.