X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg.x;h=cfc764c1f4d6003ac7bc7cb5f5a20e76e2208591;hb=e54c2aae19e97065def9e5ab2d1488477b1ea209;hp=464a4fecc8021b6827d7b36bd017b0df57aeab61;hpb=a6fdf00681f781fbccf7aa4bf95582f20e3039bb;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg.x b/src/5gnrmac/rg.x index 464a4fecc..cfc764c1f 100755 --- a/src/5gnrmac/rg.x +++ b/src/5gnrmac/rg.x @@ -651,7 +651,7 @@ struct _rgCb }; /* Declaration for RgCb */ -RgCb rgCb[RG_MAX_INST]; +extern RgCb rgCb[RG_MAX_INST]; /** * @brief @@ -745,12 +745,6 @@ S16 rgLMMStopTmr ARGS((Inst inst,S16 tmrEvnt, PTR cb)); S16 rgLMMTmrExpiry ARGS((PTR cb, S16 tmrEvnt)); /* To send a Unsolicited Status Indication to Layer Manager */ S16 rgLMMStaInd ARGS((Inst inst,uint16_t category, uint16_t event, uint16_t cause, RgUstaDgn *dgn)); -/* LIM uses this to forward the BndCfm to LMM. This function invokes a - * Control Confirmation to the LM. */ -S16 rgActvTmr ARGS((Ent ent, Inst inst )); -S16 rgActvInit ARGS((Ent entity, Inst inst, Region - region, Reason reason)); -S16 rgActvTsk ARGS((Pst *pst, Buffer *mBuf)); /* APIs Exposed by UIM */ S16 rgUIMRguBndCfm ARGS ((Inst inst,SuId suId, uint8_t status));