X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flrg.x;h=d028f8ac1c35f3a6abd44f4e7e21aef26565d394;hb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;hp=b1fce636a9613ba0e4d5dfb50340a4a1dc0c3fdc;hpb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;p=o-du%2Fl2.git diff --git a/src/cm/lrg.x b/src/cm/lrg.x index b1fce636a..d028f8ac1 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 uint8_t (*LrgSchCfgReq) ARGS(( Pst *pst, /* Post Structure */ RgMngmt *cfg /* Management Structure */ )); @@ -647,6 +645,16 @@ typedef S16 (*LrgSchL2MeasStopCfm) ARGS(( */ EXTERN S16 RgMiLrgCfgReq ARGS((Pst *pst, RgMngmt *cfg)); + /** @brief This primitive carries the Configuration Request + * for Scheduler sent from the DU APP to MAC. + * @details This primitive is used by MAC to sned the configuration + * to scheduler + * @param pst Pointer to the post structure. + * @param cfm pointer to RgMngmt + * @return ROK/RFAILED + */ +EXTERN uint8_t MacSchGenCfgReq ARGS((Pst *pst, RgMngmt *cfg)); + /** @brief This primitive carries the Confirmation for a Configuration Request * sent from the layer manager to MAC. * @details This primitive is used by MAC to inform Layer manager about the @@ -669,7 +677,7 @@ EXTERN S16 RgMiLrgCfgCfm ARGS((Pst *pst, RgMngmt *cfm)); * @param cfg pointer to RgMngmt * @return ROK/RFAILED */ -EXTERN S16 RgMiLrgSchCfgReq ARGS((Pst *pst, RgMngmt *cfg)); +EXTERN uint8_t SchProcGenCfgReq ARGS((Pst *pst, RgMngmt *cfg)); /** @brief This primitive carries the Confirmation for a Configuration Request * sent from the layer manager to Scheduler.