E2AP changes Part2
[o-du/l2.git] / src / cu_stub / cu_stub_sctp.h
index 5102cc7..7e17fcf 100644 (file)
@@ -29,9 +29,6 @@
 #include "cm_tpt.x"
 
 #define MAX_RETRY 5
-#define DU_SCTP_DOWN 0
-#define DU_SCTP_UP 1
-#define DU_SCTP_CONNECTING 2
 
 /* Global variable declaration */
 U8   socket_type;      /* Socket type */
@@ -39,11 +36,11 @@ Bool nonblocking;      /* Blocking/Non-blocking socket */
 Bool connUp;           /* Is connection up */
 int  assocId;          /* Assoc Id of connected assoc */
   
-SctpParamsCu sctpCfg;            /* SCTP configurations at DU */
-Bool pollingState; 
+CuSctpParams sctpCfg;            /* SCTP configurations at DU */
+
 typedef struct
 {
-   S16           numFds;
+   S16           numFd;
    U16           port;   
    U32           flag;
    Buffer        *mBuf;