X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flrg.x;h=6480fcd8d87f8819e7ff008e3cf31159649910a9;hb=3bc82007f2202c2feb9644137454888ce6e992ed;hp=77fdce6e05c567dd861b14b67c09d5f66ebd3288;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/cm/lrg.x b/src/cm/lrg.x index 77fdce6e0..6480fcd8d 100755 --- a/src/cm/lrg.x +++ b/src/cm/lrg.x @@ -34,6 +34,8 @@ #ifndef __LRGX__ #define __LRGX__ +#include "lcl.h" + /* ccpu00121930 : ADD: c++ support*/ #ifdef __cplusplus extern "C" { @@ -176,6 +178,7 @@ typedef struct rgCfg RgUpSapCfg crgSap; /*!< CRG interface SAP */ RgLowSapCfg tfuSap; /*!< TFU interface SAP */ RgSchInstCfg schInstCfg;/*!< General Configuration for scheduler instances */ + ClCellCfg cellCfg; }s; }RgCfg; @@ -644,6 +647,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 S16 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 @@ -666,7 +679,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 S16 HandleSchGenCfgReq ARGS((Pst *pst, RgMngmt *cfg)); /** @brief This primitive carries the Confirmation for a Configuration Request * sent from the layer manager to Scheduler.