Implementation of UE context release complete JIRA ID = ODUHIGH-330
[o-du/l2.git] / src / cu_stub / cu_f1ap_msg_hdl.c
index acc2d13..f7db5fb 100644 (file)
@@ -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]",\