X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sctp.c;h=746fe012c59b232814eba051efde93c3b9a5d30c;hb=913519063008692a8245dd502002676cf1ee9290;hp=e9fdcb8b16c38bd1af2e0ceff543a1808f9ffd3d;hpb=86ce8157d6b459515f2a3f37f5bc84daee2d27ca;p=o-du%2Fl2.git diff --git a/src/du_app/du_sctp.c b/src/du_app/du_sctp.c index e9fdcb8b1..746fe012c 100644 --- a/src/du_app/du_sctp.c +++ b/src/du_app/du_sctp.c @@ -843,7 +843,7 @@ uint8_t sctpSend(Buffer *mBuf, uint8_t itfType) if(itfType == F1_INTERFACE) { - DU_LOG("\nDEBUG --> SCTP : sending the message to CU"); + DU_LOG("\nDEBUG --> SCTP : sending the message to CU"); #ifdef CALL_FLOW_DEBUG_LOG DU_LOG("\nCall Flow: ENTSCTP -> CU : EVENT_F1AP_MSG_TO_CU\n"); #endif @@ -852,7 +852,7 @@ uint8_t sctpSend(Buffer *mBuf, uint8_t itfType) if(itfType == E2_INTERFACE) { - DU_LOG("\nDEBUG --> SCTP : sending the message to ric"); + DU_LOG("\nDEBUG --> SCTP : sending the message to ric"); #ifdef CALL_FLOW_DEBUG_LOG DU_LOG("\nCall Flow: ENTSCTP -> RIC : EVENT_E2AP_MSG_TO_RIC\n"); #endif