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=7268ff58ebfed5c837ed02ae3dbc2970937d6336;hp=9ee9226a007db0c42a2ceea3912ded219ec60151;hpb=7d9367ae84317dce9bbe8cca3c0ae805ddaeee63;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..776a02b53 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 { @@ -74,7 +75,7 @@ typedef struct f1apDb F1apMsgDb f1apMsgDb; void F1APMsgHdlr(Buffer *mBuf); - +uint8_t BuildAndSendUeContextModificationReq(); /********************************************************************** End of file **********************************************************************/