RAR_message
[o-du/l2.git] / src / du_app / du_e2ap_msg_hdl.h
index fee93b5..ef19839 100644 (file)
@@ -16,7 +16,7 @@
 ################################################################################
 *******************************************************************************/
 
-/* This file contains all F1AP message handler related functionality */
+/* This file contains all E2AP message handler related functionality */
 #include<stdio.h>
 #include<sys/types.h>
 #include<string.h>
 #include "ss_msg.x"
 
 #include "du_log.h"
-
 #define ENCODE_FAIL -1
 
+S16 sctpSend(Buffer *mBuf, U8 itfType);
+
 typedef struct e2apDb
 {
   U16     ricId;                    
@@ -57,6 +58,7 @@ typedef struct e2apDb
 }E2apMsgDb;
 
 S16 BuildAndSendE2SetupReq();
+S16 SendE2APMsg(Region , Pool );
 void E2APMsgHdlr(Buffer *mBuf);
 
 /**********************************************************************