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