E2AP code changes
[o-du/l2.git] / src / du_app / du_f1ap_msg_hdl.c
index 377f353..3e78cfc 100644 (file)
@@ -994,7 +994,7 @@ S16 SendF1APMsg(Region region, Pool pool)
       {
          SPrntMsg(mBuf, 0,0);
  
-         if(sctpSend(mBuf) != ROK)
+         if(sctpSend(mBuf, duCfgParam.sctpParams.itfType.f1Itf) != ROK)
          {
             DU_LOG("\nF1AP : SCTP Send failed");
             SPutMsg(mBuf);