X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_stub_sctp.c;h=88123c525fe22acefa0733a148b9778470db9089;hb=451e626d5ac7c7e7586bab23358161230449af46;hp=f4452acece3b703b3c7d599926be2e9d9f547b87;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_stub_sctp.c b/src/cu_stub/cu_stub_sctp.c index f4452acec..88123c525 100644 --- a/src/cu_stub/cu_stub_sctp.c +++ b/src/cu_stub/cu_stub_sctp.c @@ -351,6 +351,7 @@ S16 sctpNtfyHdlr(CmInetSctpNotification *ntfy) case CM_INET_SCTP_SHUTDOWN_EVENT : /* peer socket gracefully closed */ DU_LOG("\nSCTP : Shutdown Event notification received\n"); connUp = FALSE; + exit(1);//Exit process on shutdown indication break; case CM_INET_SCTP_ADAPTATION_INDICATION : DU_LOG("\nSCTP : Adaptation Indication received\n");