[Issue Id- ODUHIGH-451] Fixes in F1 Setup procedure and UE attach call flow
[o-du/l2.git] / src / cu_stub / cu_f1ap_msg_hdl.h
index 0ebc88d..100b6ed 100644 (file)
 typedef enum
 {
    RRC_SETUP=1,
-   REGISTRATION_ACCEPT,
-   UE_CONTEXT_SETUP_REQ,
-   UE_CONTEXT_SETUP_RSP,
+   RRC_SETUP_COMPLETE,
    SECURITY_MODE_COMPLETE,
-   RRC_RECONFIG,
+   REGISTRATION_COMPLETE,
+   UE_CONTEXT_SETUP_RSP,
    RRC_RECONFIG_COMPLETE,
-   UE_CONTEXT_MOD_REQ
 }RrcMsgType;
 
 /* Defines action to be performed via UE Context Modification request */
@@ -179,6 +177,7 @@ void F1APMsgHdlr(uint32_t *destDuId, Buffer *mBuf);
 uint8_t BuildAndSendUeContextModificationReq(uint32_t duId, void *ueCb, UeCtxtModAction action);
 uint8_t BuildAndSendUeContextReleaseCommand(uint32_t duId, uint8_t cuUeF1apId, uint8_t duUeF1apId);
 uint8_t BuildAndSendF1ResetReq();
+uint8_t BuildAndSendPagingMsg(uint64_t gsTmsi, uint8_t duId);
 
 /**********************************************************************
          End of file