X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_egtp.h;h=7b29717f8048791b001b4aa178a3e82e59838bb4;hb=5831bf6b3454aa200a92cd3e84209650734e4863;hp=db20d8fc8eb94df4a96ebde1f619694c0dc85fec;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/du_app/du_egtp.h b/src/du_app/du_egtp.h index db20d8fc8..7b29717f8 100644 --- a/src/du_app/du_egtp.h +++ b/src/du_app/du_egtp.h @@ -21,15 +21,6 @@ #ifndef __DU_EGTP_H__ #define __DU_EGTP_H__ -#include "du_mgr.h" -#include "du_log.h" -#include "cm_inet.h" -#include "cm_tpt.h" -#include "legtp.h" - -#include "cm_inet.x" -#include "cm_tpt.x" - #define EGTP_DFLT_PORT 2152 #define EGTP_MAX_HDR_LEN 40 #define EGTP_MAX_MSG_RECV 10 @@ -46,7 +37,7 @@ #define EGTP_MASK_BIT7 0x40 #define EGTP_MASK_BIT8 0x80 - +S16 unpackEgtpSrvOpenReq(EgtpSrvOpenReq func, Pst *pst, Buffer *mBuf); U8 protType; typedef struct egtpTptSrvr @@ -83,6 +74,7 @@ typedef struct egtpGlobalCb }EgtpGlobalCb; extern EgtpGlobalCb egtpCb; /* EGTP global control block */ +uint8_t duHdlEgtpDlData(EgtpMsg *egtpMsg); S16 egtpActvInit(Ent entity, Inst inst, Region region, Reason reason); S16 egtpActvTsk(Pst *pst, Buffer *mBuf); S16 egtpFillRspPst(Pst *pst, Pst *rspPst); @@ -96,7 +88,7 @@ S16 egtpTnlDel(EgtpTnlEvt tnlEvt); S16 egtpHdlDatInd(EgtpMsg msg); S16 egtpEncodeHdr(U8 *preEncodedHdr, EgtpMsgHdr *preDefHdr, U8 *hdrIdx); S16 egtpSendMsg(Buffer *mBuf); -S16 egtpTTIInd(); +S16 egtpSlotInd(); S16 egtpRecvMsg(); S16 egtpHdlRecvData(Buffer *mBuf); S16 egtpDecodeHdr(Buffer *mBuf, EgtpMsg *egtpMsg);