X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Frg_sch_lmm.c;h=c1504c5975b727e24799be141041eeed9ce15680;hb=65443172dd60a6ea312bd3a15959dbf54ad7f045;hp=098ca20e76c7f39a0d8573d5b31d630d9548f14d;hpb=def50dc175cebc67238db5f1acd5ff322a2279bd;p=o-du%2Fl2.git diff --git a/src/5gnrsch/rg_sch_lmm.c b/src/5gnrsch/rg_sch_lmm.c index 098ca20e7..c1504c597 100755 --- a/src/5gnrsch/rg_sch_lmm.c +++ b/src/5gnrsch/rg_sch_lmm.c @@ -70,14 +70,14 @@ Void rgSCHCmnInit ARGS((Void)); /* forward references */ extern int schActvInit(Ent entity, Inst instId, Region region, Reason reason); #ifdef UNUSE_FUN -PRIVATE uint16_t rgSCHLmmSapCfg ARGS(( +static uint16_t rgSCHLmmSapCfg ARGS(( Inst inst, RgCfg *cfg, uint8_t sapIdx, Elmnt sapType )); #endif -PRIVATE Void rgSCHLmmShutdown ARGS(( +static Void rgSCHLmmShutdown ARGS(( Inst inst )); @@ -119,7 +119,7 @@ void printSchCellInfo(void) **/ #ifdef UNUSE_FUN #ifdef ANSI -PRIVATE uint16_t rgSCHLmmSapCfg +static uint16_t rgSCHLmmSapCfg ( Inst dInst, RgCfg *cfg, /* Configuaration information */ @@ -127,7 +127,7 @@ uint8_t sapIdx, /* SAP index */ Elmnt sapType /* SAP Type */ ) #else -PRIVATE uint16_t rgSCHLmmSapCfg(dInst, cfg, sapIdx, sapType) +static uint16_t rgSCHLmmSapCfg(dInst, cfg, sapIdx, sapType) Inst dInst; RgCfg *cfg; /* Configuaration information */ uint8_t sapIdx; /* SAP index */ @@ -276,12 +276,12 @@ Elmnt sapType; /* SAP Type */ * **********************************************************/ #ifdef ANSI -PRIVATE Void rgSCHLmmShutdown +static Void rgSCHLmmShutdown ( Inst inst ) #else -PRIVATE Void rgSCHLmmShutdown(inst) +static Void rgSCHLmmShutdown(inst) Inst inst; #endif {