Updated IP and Port configurations
[o-du/l2.git] / src / du_app / du_sctp.h
index 70a59bb..cff8ea6 100644 (file)
@@ -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*/