Docs and build updates along with prachCfgTableIdx completion
[o-du/l2.git] / src / 5gnrsch / rg_sch_lmm.c
index 34e10d0..2d90b4b 100755 (executable)
@@ -86,15 +86,15 @@ static int RLOG_FILE_ID=167;
 PUBLIC Void rgSCHCmnInit ARGS((Void));
 #endif 
 /* forward references */
-
-
+extern int schActvInit(Ent entity, Inst instId, Region region, Reason reason);
+#ifdef UNUSE_FUN
 PRIVATE U16 rgSCHLmmSapCfg ARGS((
    Inst           inst,
    RgCfg          *cfg,
    U8             sapIdx,
    Elmnt          sapType
 ));
-
+#endif
 PRIVATE Void rgSCHLmmShutdown ARGS((
    Inst inst
 ));
@@ -135,6 +135,7 @@ PUBLIC void printSchCellInfo(void)
  *      -# LCM_REASON_INVALID_SAP
  *      -# LCM_REASON_NOT_APPL
  **/
+#ifdef UNUSE_FUN
 #ifdef ANSI
 PRIVATE U16 rgSCHLmmSapCfg
 (
@@ -276,6 +277,7 @@ Elmnt sapType;            /* SAP Type */
    }
    RETVALUE(ret);
 }
+#endif
 \f
 /***********************************************************
  *