X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fric_stub%2Fric_e2ap_msg_hdl.h;h=f172ac89f81b999801ab277473db19197ca30f99;hb=6c530e3037c009f3c4ec76a14128e89c7a9db0a3;hp=78910865598f5e8e42b9fcc5553c9793d3a0ab15;hpb=8660dd47a5ef27b62300fabf6b027852f1d5d026;p=o-du%2Fl2.git diff --git a/src/ric_stub/ric_e2ap_msg_hdl.h b/src/ric_stub/ric_e2ap_msg_hdl.h index 789108655..f172ac89f 100644 --- a/src/ric_stub/ric_e2ap_msg_hdl.h +++ b/src/ric_stub/ric_e2ap_msg_hdl.h @@ -17,28 +17,6 @@ *******************************************************************************/ /* This file contains all E2AP message handler related functionality */ -#include -#include -#include -#include -#include "E2AP-PDU.h" - -#include "envopt.h" /* Environment options */ -#include "envdep.h" /* Environment dependent */ -#include "envind.h" /* Environment independent */ -#include "gen.h" /* General */ -#include "ssi.h" /* System services */ -#include "ss_queue.h" -#include "ss_task.h" -#include "ss_msg.h" - -#include "gen.x" /* General */ -#include "ssi.x" /* System services */ -#include "ss_queue.x" -#include "ss_task.x" -#include "ss_msg.x" - -#include "du_log.h" #define ENCODE_FAIL -1 #define TRANS_ID 1 @@ -73,11 +51,9 @@ -extern char encBuf[ENC_BUF_MAX_LEN]; -int encBufSize; - void E2APMsgHdlr(Buffer *mBuf); S16 BuildAndSendE2SetupReq(); +S16 SendE2APMsg(Region , Pool ); /********************************************************************** End of file