X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.h;h=ba70927093492532c07c93772aced5c44b981261;hb=c01ca171144bd6e576646466d420c6d5feaabc59;hp=9ee9226a007db0c42a2ceea3912ded219ec60151;hpb=d5e170de75b58041b00cc0a0892f669953f1c8f4;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 9ee9226a0..ba7092709 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.h +++ b/src/cu_stub/cu_f1ap_msg_hdl.h @@ -65,6 +65,7 @@ #define UE_CONTEXT_SETUP_RSP 4 #define SECURITY_MODE_COMPLETE 5 #define RRC_RECONFIG 6 +#define UE_CONTEXT_MOD_REQ 7 typedef struct f1apDb { @@ -72,9 +73,18 @@ typedef struct f1apDb OCTET_STRING_t duToCuContainer; }F1apMsgDb; -F1apMsgDb f1apMsgDb; -void F1APMsgHdlr(Buffer *mBuf); +typedef struct ueInfo +{ + uint8_t ueId; + F1apMsgDb f1apMsgDb; +}UeCb; +UeCb ueCb[MAX_NUM_UE]; + +void F1APMsgHdlr(Buffer *mBuf); +uint8_t BuildAndSendUeContextModificationReq(uint8_t ueId); +uint8_t BuildAndSendUeContextReleaseCommand(uint8_t cuUeF1apId, uint8_t duUeF1apId); +uint8_t BuildAndSendF1ResetReq(); /********************************************************************** End of file **********************************************************************/