X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_ex_ms.c;h=fe25953bce8fa29e866af189dfe1ab30e5517a36;hb=dfe84998d9dba8389ee232aa184bc3b5ae383db3;hp=387351b9d757a63c75a541702dee3659a9b3ae2c;hpb=87c35884595a3166121854c3ae6e6e856f004ff4;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_ex_ms.c b/src/5gnrmac/lwr_mac_ex_ms.c index 387351b9d..fe25953bc 100644 --- a/src/5gnrmac/lwr_mac_ex_ms.c +++ b/src/5gnrmac/lwr_mac_ex_ms.c @@ -55,6 +55,7 @@ uint8_t lwrMacActvInit(Ent entity, Inst inst, Region region, Reason reason) return ROK; } +#ifdef CALL_FLOW_DEBUG_LOG /************************************************************************** * @brief function prints src, dest, msg info about all the msgs received * @@ -133,6 +134,8 @@ void callFlowlwrMacActvTsk(Pst *pst) } DU_LOG("\nCall Flow: %s -> %s : %s\n", sourceTask, destTask, message); } +#endif + /************************************************************************** * @brief Task Activation callback function. *