X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Frg_sch_ex_ms.c;h=d08e840ea8efe2ebe3e46b92e9aef80d6fb09478;hb=7c6820e987fadb1102e5891408ad33a8ce36ba95;hp=38e88253820eb6c08305945b693a76f4ff5dd1e8;hpb=aee73991f728cc127d1ed76d5a52571d916235a4;p=o-du%2Fl2.git diff --git a/src/5gnrsch/rg_sch_ex_ms.c b/src/5gnrsch/rg_sch_ex_ms.c index 38e882538..d08e840ea 100755 --- a/src/5gnrsch/rg_sch_ex_ms.c +++ b/src/5gnrsch/rg_sch_ex_ms.c @@ -74,19 +74,17 @@ registered with SSI during the LTE MAC Task initialization. * -# ROK **/ #ifdef ANSI -PUBLIC S16 schActvTsk +S16 schActvTsk ( Pst *pst, /* post structure */ Buffer *mBuf /* message buffer */ ) #else -PUBLIC S16 schActvTsk(pst, mBuf) +S16 schActvTsk(pst, mBuf) Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(schActvTsk) - switch(pst->srcEnt) { /* The originator of this message is the stack manager, @@ -160,7 +158,7 @@ Buffer *mBuf; /* message buffer */ break; } break; - case ENTTF: + case ENTLWRMAC: switch(pst->event) { /*#ifdef LCRGLITFU L2Split */ @@ -214,7 +212,7 @@ Buffer *mBuf; /* message buffer */ break; } break; - case ENTRG: /* When MAC sends a msg to Scheduler instance */ + case ENTMAC: /* When MAC sends a msg to Scheduler instance */ switch(pst->event) { #ifdef LCSCH