X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.h;h=776a02b53f9219730ea809ad336689489691de25;hb=c5c410562096194a3f6836ab1a6a48b315c60974;hp=85f252a2a93a044c3f66b8c4d7c79ca405e8681b;hpb=3f340f5742e5c7c92b8541479ee7f2d670200cfb;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 85f252a2a..776a02b53 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.h +++ b/src/cu_stub/cu_f1ap_msg_hdl.h @@ -46,9 +46,12 @@ #define CU_ID 1 #define CRNTI 17017 #define CELL_INDEX 0 +#define SRB0 0 #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 @@ -57,8 +60,13 @@ #define CU_TO_DU_RRC_INF 4 #define RRC_SETUP 1 -#define RRC_SECURITY_MODE_COMMAND 2 -#define RRC_RECONFIG 3 +#define REGISTRATION_ACCEPT 2 +#define UE_CONTEXT_SETUP_REQ 3 +#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; @@ -67,7 +75,7 @@ typedef struct f1apDb F1apMsgDb f1apMsgDb; void F1APMsgHdlr(Buffer *mBuf); - +uint8_t BuildAndSendUeContextModificationReq(); /********************************************************************** End of file **********************************************************************/