warning set 4
[o-du/l2.git] / src / cm / lrg.x
index 6480fcd..bfa8834 100755 (executable)
@@ -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.