X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_lmm.c;h=a31bd2380d5e0cca1978df3ddde7d55a8120eb6e;hb=d1f428c3527bfff3b3eae2715e91ae8449ad1784;hp=a5fa5f07fbba93c3dabf3e75f99213db0aae514c;hpb=904e86bfdd8b8caacb73b9b7ae40c279e5befb84;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_lmm.c b/src/5gnrmac/rg_lmm.c index a5fa5f07f..a31bd2380 100755 --- a/src/5gnrmac/rg_lmm.c +++ b/src/5gnrmac/rg_lmm.c @@ -103,7 +103,7 @@ static Void rgLMMFillCfmPst ARGS(( * * @details * - * Function : rgActvInit + * Function : macActvInit * * This function is supplied as one of parameters during MAC's * task registration. SSI will invoke this function once, after @@ -117,7 +117,7 @@ static Void rgLMMFillCfmPst ARGS(( * @return S16 * -# ROK **/ -S16 rgActvInit +uint8_t macActvInit ( Ent entity, /* entity */ Inst inst, /* instance */ @@ -177,7 +177,7 @@ Reason reason /* reason */ return ROK; -} /* rgActvInit */ +} /* macActvInit */ /** * @brief Layer Manager Configuration request handler. @@ -211,7 +211,7 @@ RgMngmt *cfg /* config structure */ - DU_LOG("\nINFO --> MAC : Received CfgReq for MAC layer, Entity = %d, Instance = %d", pst->srcEnt, pst->srcInst); + DU_LOG("\nINFO --> MAC : Received CfgReq for MAC layer, Entity = %d, Instance = %d", pst->srcEnt, pst->srcInst); RG_IS_INST_VALID(pst->dstInst); inst = pst->dstInst - RG_INST_START;