Replacing macros values with cell configuration parameters
[o-du/l2.git] / src / cu_stub / cu_stub_sctp.h
index 50a455c..8cb7456 100644 (file)
@@ -64,10 +64,10 @@ typedef struct
    CmInetNetAddr    destIpNetAddr;    /* DU Ip address */ 
 }CuSctpDestCb;
 
-EXTERN S16 sctpActvInit();
-EXTERN S16 sctpStartReq();
-EXTERN S16 sctpSend(Buffer *mBuf);
-EXTERN S16 sctpCfgReq();
+S16 sctpActvInit();
+S16 sctpStartReq();
+S16 sctpSend(Buffer *mBuf);
+S16 sctpCfgReq();
 
 S16 fillAddrLst(CmInetNetAddrLst *addrLstPtr, SctpIpAddr *ipAddr);
 S16 fillDestNetAddr(CmInetNetAddr *destAddrPtr, SctpIpAddr *dstIpPtr);