X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_ex_ms.c;h=f446545f772edeb8ec79a7db6007e84d3de1ec43;hb=3ecca3e4e3a36a7f357a475bd4a938b0ac551e7c;hp=ae44c99a9b8d8e484125256fbde01bcd05d67733;hpb=75a90d3abafa8edf6c85aa28319f6ec93efde6b3;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_ex_ms.c b/src/5gnrmac/lwr_mac_ex_ms.c index ae44c99a9..f446545f7 100644 --- a/src/5gnrmac/lwr_mac_ex_ms.c +++ b/src/5gnrmac/lwr_mac_ex_ms.c @@ -80,7 +80,7 @@ uint8_t lwrMacActvTsk(Pst *pst, Buffer *mBuf) case EVT_START_WLS_RCVR: { SPutMsg(mBuf); - DU_LOG("\nLWR MAC: Starting WLS receiver thread"); + DU_LOG("\nINFO --> LWR MAC: Starting WLS receiver thread"); LwrMacRecvPhyMsg(); break; } @@ -88,7 +88,7 @@ uint8_t lwrMacActvTsk(Pst *pst, Buffer *mBuf) default: { SPutMsg(mBuf); - DU_LOG("\nLWR MAC: Invalid event %d received", pst->event); + DU_LOG("\nERROR --> LWR MAC: Invalid event %d received", pst->event); ret = RFAILED; } } @@ -97,7 +97,7 @@ uint8_t lwrMacActvTsk(Pst *pst, Buffer *mBuf) default: { SPutMsg(mBuf); - DU_LOG("\nLWR MAC: Message from invalid source entity %d", pst->srcEnt); + DU_LOG("\nERROR --> LWR MAC: Message from invalid source entity %d", pst->srcEnt); ret = RFAILED; } }