X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Frlc_mac_inf.c;h=b79297684237f62c619dce160c91e6552ffbb2bc;hb=e698840bb6fcecc68be5b1d1fd17436bd1d5e83f;hp=c431c6807bf1e10449043d499632fd7bd8994ca3;hpb=2193e4cf01012809495be026097e8d7eacb9f0ac;p=o-du%2Fl2.git diff --git a/src/cm/rlc_mac_inf.c b/src/cm/rlc_mac_inf.c index c431c6807..b79297684 100644 --- a/src/cm/rlc_mac_inf.c +++ b/src/cm/rlc_mac_inf.c @@ -38,7 +38,7 @@ uint8_t packRlcBoStatus(Pst* pst, RlcBoStatus *boStatus) if (ODU_GET_MSG_BUF(pst->region, pst->pool, &mBuf) != ROK) { - DU_LOG("\nRLC: Memory allocation failed at packBOStatus"); + DU_LOG("\nERROR --> RLC: Memory allocation failed at packBOStatus"); return RFAILED; } @@ -109,7 +109,7 @@ uint8_t packRlcSchedResultRpt(Pst* pst, RlcSchedResultRpt *schRep) if (ODU_GET_MSG_BUF(pst->region, pst->pool, &mBuf) != ROK) { - DU_LOG("\nMAC: Memory allocation failed at packSchResultRep"); + DU_LOG("\nERROR --> MAC : Memory allocation failed at packSchResultRep"); return RFAILED; } if (pst->selector == ODU_SELECTOR_LWLC) @@ -177,7 +177,7 @@ uint8_t packRlcDlData(Pst* pst, RlcData *dlData) if (ODU_GET_MSG_BUF(pst->region, pst->pool, &mBuf) != ROK) { - DU_LOG("\nRLC: Memory allocation failed at packRlcDlData"); + DU_LOG("\nERROR --> RLC : Memory allocation failed at packRlcDlData"); return RFAILED; } @@ -245,7 +245,7 @@ uint8_t packRlcUlData(Pst* pst, RlcData *ulData) if (ODU_GET_MSG_BUF(pst->region, pst->pool, &mBuf) != ROK) { - DU_LOG("\nMAC : Memory allocation failed at packRlcUlData"); + DU_LOG("\nERROR --> MAC : Memory allocation failed at packRlcUlData"); return RFAILED; }