X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flrg.x;h=6480fcd8d87f8819e7ff008e3cf31159649910a9;hb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;hp=b1fce636a9613ba0e4d5dfb50340a4a1dc0c3fdc;hpb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;p=o-du%2Fl2.git diff --git a/src/cm/lrg.x b/src/cm/lrg.x index b1fce636a..6480fcd8d 100755 --- a/src/cm/lrg.x +++ b/src/cm/lrg.x @@ -647,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 @@ -669,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.