[Issue-ID : ODUHIGH-486] SCTP Port fix at F1 and E2 interface
[o-du/l2.git] / src / ric_stub / ric_e2ap_msg_hdl.h
index c34b6a2..15caa79 100644 (file)
@@ -30,7 +30,6 @@
 #define CRNTI           17017
 #define CELL_INDEX      0
 
-
 /* allocate and zero out a static buffer */
 #define RIC_ALLOC(_datPtr, _size)                                \
 {                                                               \
 
 
 
-void E2APMsgHdlr(Buffer *mBuf);
-S16 BuildAndSendE2SetupReq();
-S16 SendE2APMsg(Region , Pool );
+
+void E2APMsgHdlr(uint32_t *duId, Buffer *mBuf);
+uint8_t BuildAndSendE2SetupRsp(uint32_t duId);
+uint8_t BuildAndSendRicSubscriptionReq(uint32_t duId);
+uint8_t SendE2APMsg(Region region, Pool pool, uint32_t duId);
 
 /**********************************************************************
          End of file