X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_stub_sctp.h;h=ed09e27691cb1497480d76cef0bdb41704a6e5ff;hb=c449cf0b0cc8794c2e2d28dcc4c9bd8b9534e697;hp=9845f293ce40380c7983663e9cceae671bd74940;hpb=6eda577056855df28788aef28ee0a29c9128d1f5;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_stub_sctp.h b/src/cu_stub/cu_stub_sctp.h index 9845f293c..ed09e2769 100644 --- a/src/cu_stub/cu_stub_sctp.h +++ b/src/cu_stub/cu_stub_sctp.h @@ -43,6 +43,7 @@ typedef struct typedef struct { + uint32_t duId; uint16_t destPort; /* DU PORTS */ uint16_t srcPort; Bool bReadFdSet; @@ -71,7 +72,7 @@ typedef struct sctpAssocInfo uint16_t cuPort; }SctpAssocInfo; -typedef struct CuSctpParams +typedef struct cuSctpParams { uint8_t numDu; SctpAssocInfo sctpAssoc[MAX_DU_SUPPORTED]; @@ -88,7 +89,7 @@ SctpGlobalCb sctpCb; uint8_t sctpActvInit(); uint8_t sctpStartReq(); -uint8_t sctpSend(Buffer *mBuf); +uint8_t sctpSend(uint32_t duId, Buffer *mBuf); uint8_t sctpCfgReq(); uint8_t fillAddrLst(CmInetNetAddrLst *addrLstPtr, SctpIpAddr *ipAddr);