X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sctp.h;h=a629e068d78b858d6bb2ce27d41c90cfa447ca4f;hb=f59409f0901831b9e116b7d37cd4dbf247cdde1f;hp=70a59bb7081ae04da994884b273a8779220bf552;hpb=571b7d1991b8ea5cc64a76f38940d5ac9b4b84e2;p=o-du%2Fl2.git diff --git a/src/du_app/du_sctp.h b/src/du_app/du_sctp.h index 70a59bb70..a629e068d 100644 --- a/src/du_app/du_sctp.h +++ b/src/du_app/du_sctp.h @@ -21,7 +21,6 @@ #ifndef __DU_SCTP_H__ #define __DU_SCTP_H__ -#include "du_cfg.h" #include "du_mgr.h" #include "du_log.h" #include "cm_inet.h" @@ -45,7 +44,7 @@ CmInetNetAddrLst remoteAddrLst; typedef struct { - S16 numFds; /* Total count number of receivers socket Fd */ + S16 numFd; /* Total count number of receivers socket Fd */ U16 port; /* Filled by the InetSctpRecvMsg during polling */ U32 flag; /* Refers to the notifyHandler Flag during successful InetSctpRecvMsg*/ Buffer *mBuf; /* Buffer filled during Socket polling*/ @@ -79,7 +78,6 @@ S16 sctpActvTsk(Pst *pst, Buffer *mBuf); void sctpAssocReq(); void sendToDuApp(Buffer *mBuf, Event event); S16 sctpSend(Buffer *mBuf, U8 itfType); -typedef S16 (*SctpNtfy) ARGS((Buffer *mBuf, CmInetSctpNotification *ntfy)); S16 duSctpCfgReq(SctpParams sctpCfg); S16 fillAddrLst(CmInetNetAddrLst *addrLstPtr, F1IpAddr *ipAddr); S16 fillDestNetAddr(CmInetNetAddr *destAddrPtr, F1IpAddr *dstIpPtr);