X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcm%2Flsctp.c;h=95f7bbdfa30619ff1a91bea8c4142b711da2e71a;hb=f59409f0901831b9e116b7d37cd4dbf247cdde1f;hp=01d44e9f5d2feac2cd129b36abe082dbfef67619;hpb=8340c342ebcfc82193c3f66e7f15047c1e37399b;p=o-du%2Fl2.git diff --git a/src/cm/lsctp.c b/src/cm/lsctp.c index 01d44e9f5..95f7bbdfa 100644 --- a/src/cm/lsctp.c +++ b/src/cm/lsctp.c @@ -17,10 +17,8 @@ *******************************************************************************/ /* This file contains DU APP and SCTP interface functions */ - -#include "du_mgr.h" -#include "du_sctp.h" - +#include "common_def.h" +#include "lsctp.h" /******************************************************************* * @@ -43,7 +41,7 @@ S16 cmPkSctpNtfy(Pst *pst, CmInetSctpNotification *ntfy) { Buffer *mBuf; - if(SGetMsg(DU_APP_MEM_REGION, DU_POOL, &mBuf) != ROK) + if(SGetMsg(pst->region, pst->pool, &mBuf) != ROK) { printf("\nSCTP : Failed to allocate memory"); RETVALUE(RFAILED);