MAC Clean-up [Issue-ID: ODUHIGH-212]
[o-du/l2.git] / src / du_app / du_sctp.h
index 37d5b9e..a629e06 100644 (file)
@@ -44,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*/
@@ -78,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);