From: Balaji Shankaran Date: Fri, 28 Feb 2020 11:17:38 +0000 (+0530) Subject: Stub changes for CU termination X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F2616%2F1;p=o-du%2Fl2.git Stub changes for CU termination Change-Id: I738bd2e606b3ef241213f0374a80dcfc29033265 Signed-off-by: Balaji Shankaran --- 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");