MAC Clean-up [Issue-ID: ODUHIGH-212]
[o-du/l2.git] / src / cm / lsctp.h
index fd434c3..266039a 100644 (file)
@@ -20,8 +20,7 @@
 #ifndef __LSCTP_H___
 #define __LSCTP_H___
 
-extern S16 cmPkSctpAssocReq(Pst *pst, F1SctpParams sctpCfgParam);
-extern S16 cmUnpkSctpAssocReq(Buffer *mBuf);
+typedef S16 (*SctpNtfy) ARGS((Buffer *mBuf, CmInetSctpNotification *ntfy));
 extern S16 cmPkSctpNtfy(Pst *pst, CmInetSctpNotification *ntfy);
 extern S16 cmUnpkSctpNtfy(SctpNtfy func, Pst *pst, Buffer *mBuf);