X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.h;h=100b6ed1486ac762e39691d97247a3a754f8a2b8;hb=efc2088ced1fa7acd6bff0d52270e4919e51e9d0;hp=fd923c25d6ddcd89daf91cc9fa94acede3f9e7a0;hpb=00e0d895ef14b68eb6e8e50198484626c94f67b3;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 fd923c25d..100b6ed14 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.h +++ b/src/cu_stub/cu_f1ap_msg_hdl.h @@ -150,13 +150,11 @@ 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 */ @@ -165,7 +163,8 @@ typedef enum MODIFY_UE, /* Modify UE configuration at DU */ RRC_RECONFIG_COMPLETE_IND, /* Indicate to DU that RRC Reconfiguration is complete */ QUERY_CONFIG, /* Query DU for its configurations */ - STOP_DATA_TX /* Stop data transmission from DU to a particular UE */ + STOP_DATA_TX, /* Stop data transmission from DU to a particular UE */ + RESTART_DATA_TX /* Restart data transmission from DU to a particular UE */ }UeCtxtModAction; typedef struct f1apDb @@ -178,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