X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sctp.c;h=93cd7dc6b47a5a53b505c4f0460a67aa2f53ea0c;hb=47dcc6df526aaec243361a0296966cde738129cb;hp=0f86d648501025bfb8dc88e68510631f9acc1be6;hpb=5bca27d3d33c085718de6e894b875c845d7456d2;p=o-du%2Fl2.git diff --git a/src/du_app/du_sctp.c b/src/du_app/du_sctp.c index 0f86d6485..93cd7dc6b 100644 --- a/src/du_app/du_sctp.c +++ b/src/du_app/du_sctp.c @@ -18,6 +18,7 @@ /* This file contains all SCTP related functionality */ #include "common_def.h" +#include "du_tmr.h" #include "lrg.h" #include "legtp.h" #include "lrg.x" @@ -25,9 +26,12 @@ #include "cm_inet.h" #include "cm_inet.x" #include "du_app_mac_inf.h" +#include "du_e2ap_mgr.h" #include "du_cfg.h" #include "du_sctp.h" #include "lsctp.h" +#include "du_app_rlc_inf.h" +#include "du_mgr.h" #include "du_utils.h" /************************************************************************** @@ -841,7 +845,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 @@ -850,7 +854,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