X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_egtp.h;h=715ecdad3e4373fe02db48e1bfaec6abbdc04eea;hb=105199ef642ffe9736ea24a01d4546578fa25e60;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..715ecdad3 100644 --- a/src/du_app/du_egtp.h +++ b/src/du_app/du_egtp.h @@ -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);