X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_f1ap_msg_hdl.h;h=b8ceb09f4b468a03a0f32a4261807f206ebf5515;hb=eae02ffcdfa215eb3ad990e2b0718d7a62eaa84a;hp=ba70927093492532c07c93772aced5c44b981261;hpb=62605166db94fd7d52f32de84dea8c7006e0f4c5;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 ba7092709..b8ceb09f4 100644 --- a/src/cu_stub/cu_f1ap_msg_hdl.h +++ b/src/cu_stub/cu_f1ap_msg_hdl.h @@ -35,6 +35,7 @@ #include "DRB-ToAddMod.h" #include "SDAP-Config.h" #include "du_log.h" +#include "cu_stub.h" #define ENCODE_FAIL -1 #define TRANS_ID 1 @@ -51,7 +52,10 @@ #define SRB2 2 #define DRB1 1 #define DRB2 2 +#define DRB3 3 #define QCI 9 +#define MAX_DRB_SET_UE_CONTEXT_SETUP_REQ 2 +#define MAX_DRB_SET_UE_CONTEXT_MOD_REQ 1 #define CU_UE_F1AP_ID 0 #define DU_UE_F1AP_ID 1 @@ -67,6 +71,7 @@ #define RRC_RECONFIG 6 #define UE_CONTEXT_MOD_REQ 7 + typedef struct f1apDb { uint8_t dlRrcMsgCount;