X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.h;h=6b97c9095f1e01b8a8fa261f79a1195902fe98e4;hb=dbd113538c5ed4ee5499902ce6e8bea0eb2b9db1;hp=0ebc88d5f44e33cd97b797c8ffe21ad8c38258a1;hpb=fe5d6711157dc1d3308a9754893b58b3872cd81a;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_f1ap_msg_hdl.h b/src/cu_stub/cu_f1ap_msg_hdl.h index 0ebc88d5f..6b97c9095 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.h +++ b/src/cu_stub/cu_f1ap_msg_hdl.h @@ -150,13 +150,13 @@ typedef enum { RRC_SETUP=1, - REGISTRATION_ACCEPT, - UE_CONTEXT_SETUP_REQ, + RRC_SETUP_COMPLETE, + NAS_AUTHENTICATION_RSP, + NAS_SECURITY_MODE_COMPLETE, + RRC_SECURITY_MODE_COMPLETE, + REGISTRATION_COMPLETE, UE_CONTEXT_SETUP_RSP, - SECURITY_MODE_COMPLETE, - RRC_RECONFIG, RRC_RECONFIG_COMPLETE, - UE_CONTEXT_MOD_REQ }RrcMsgType; /* Defines action to be performed via UE Context Modification request */ @@ -179,6 +179,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