Moving all common header file into common_def.h file
[o-du/l2.git] / src / du_app / du_egtp.h
index db20d8f..715ecda 100644 (file)
@@ -46,7 +46,7 @@
 #define EGTP_MASK_BIT7                   0x40
 #define EGTP_MASK_BIT8                   0x80
 
-
+S16 unpackEgtpSrvOpenReq(EgtpSrvOpenReq func, Pst *pst, Buffer *mBuf);
 U8         protType;
 
 typedef struct egtpTptSrvr
@@ -96,7 +96,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);