UL data path changes at Phy stub, RLC UL UM and DU APP [Issue-ID: ODUHIGH-262]
[o-du/l2.git] / src / cu_stub / cu_f1ap_msg_hdl.h
index 85f252a..9ee9226 100644 (file)
 #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
 #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
+
 typedef struct f1apDb
 {
    uint8_t dlRrcMsgCount;