X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.c;h=f7db5fba2b747c21364632888696c89768c6e29e;hb=c5c410562096194a3f6836ab1a6a48b315c60974;hp=acc2d138ce3c23207e700d13f143dea76e48d7cd;hpb=961451a0bce182239c9e0b07541ab4c43552b4d9;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_f1ap_msg_hdl.c b/src/cu_stub/cu_f1ap_msg_hdl.c index acc2d138c..f7db5fba2 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.c +++ b/src/cu_stub/cu_f1ap_msg_hdl.c @@ -7505,6 +7505,11 @@ void F1APMsgHdlr(Buffer *mBuf) DU_LOG("\nINFO --> F1AP : UE Context Modification Response received"); break; } + case SuccessfulOutcome__value_PR_UEContextReleaseComplete: + { + DU_LOG("\nINFO --> F1AP : UE Context release complete received"); + break; + } default: { DU_LOG("\nERROR --> F1AP : Invalid type of successful outcome message [%d]",\