X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.h;h=002113e3db83b1984919bac3abc4385c0b1e6dae;hb=53088c437fc01fb772f221e228ba7475fb5131d5;hp=c2df121532d1637577afd7032dc775c4adac0090;hpb=95fc4329bde1b6a06b00f94bd0eeab8bc5ba7295;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 c2df12153..002113e3d 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.h +++ b/src/cu_stub/cu_f1ap_msg_hdl.h @@ -50,6 +50,8 @@ #define SRB1 1 #define SRB2 2 #define DRB1 1 +#define DRB2 2 +#define QCI 9 #define CU_UE_F1AP_ID 0 #define DU_UE_F1AP_ID 1 @@ -60,7 +62,11 @@ #define RRC_SETUP 1 #define REGISTRATION_ACCEPT 2 #define UE_CONTEXT_SETUP_REQ 3 -#define RRC_RECONFIG 4 +#define UE_CONTEXT_SETUP_RSP 4 +#define SECURITY_MODE_COMPLETE 5 +#define RRC_RECONFIG 6 +#define UE_CONTEXT_MOD_REQ 7 + typedef struct f1apDb { uint8_t dlRrcMsgCount; @@ -69,7 +75,8 @@ typedef struct f1apDb F1apMsgDb f1apMsgDb; void F1APMsgHdlr(Buffer *mBuf); - +uint8_t BuildAndSendUeContextModificationReq(); +uint8_t BuildAndSendUeContextReleaseCommand(uint8_t cuUeF1apId, uint8_t duUeF1apId); /********************************************************************** End of file **********************************************************************/