X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_ex_ms.c;h=31e0fdaa45a0addb4fd563668b47fba782b2461e;hb=42f73fef5ef8722af83284e0f146b2da693a1f68;hp=6fded6309cc996c903ee88bdf2dc890f1b95c1cd;hpb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ex_ms.c b/src/5gnrmac/rg_ex_ms.c index 6fded6309..31e0fdaa4 100755 --- a/src/5gnrmac/rg_ex_ms.c +++ b/src/5gnrmac/rg_ex_ms.c @@ -56,6 +56,7 @@ registered with SSI during the LTE MAC Task initialization. #include "rg_prg.x" /*PRG interface includes*/ #include "du_app_mac_inf.h" #include "rg.x" /* typedefs for MAC */ +#include "rlc_mac_inf.h" /** * @brief Task Activation callback function Entity SM. @@ -83,8 +84,6 @@ Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(rgHdlSMEvents) - switch(pst->event) { #ifdef LCRGMILRG @@ -162,8 +161,6 @@ Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(rgHdlNHEvents) - switch(pst->event) { #ifdef LCRGUICRG @@ -209,8 +206,6 @@ Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(rgHdlKWEvents) - switch(pst->event) { #ifdef LCRGUIRGU @@ -220,11 +215,11 @@ Buffer *mBuf; /* message buffer */ case EVTRGUUBNDREQ: cmUnpkRguUbndReq(RgUiRguUbndReq, pst, mBuf); break; - case EVTRLCDLDAT: - unpackDlData(MacRlcProcDlData, pst, mBuf); + case EVENT_DL_DATA_TO_MAC: + unpackRlcDlData(MacProcRlcDlData, pst, mBuf); break; - case EVTRLCBOSTA: - unpackBOStatus(MacRlcProcBOStatus, pst, mBuf); + case EVENT_BO_STATUS_TO_MAC: + unpackRlcBoStatus(MacProcRlcBoStatus, pst, mBuf); break; #ifdef LTE_L2_MEAS @@ -266,8 +261,6 @@ Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(rgHdlTFEvents) - switch(pst->event) { #if (defined(LCRGLITFU) || defined(LWLCRGLITFU)) @@ -316,8 +309,6 @@ Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(rgHdlRGEvents) - switch(pst->event) { #ifdef LCRG @@ -442,8 +433,6 @@ Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(rgActvTsk) - switch(pst->srcEnt) { /* The originator of this message is the stack manager,