Implementation of ue context modification response JIRA ID = ODUHIGH-298
[o-du/l2.git] / src / cu_stub / cu_f1ap_msg_hdl.h
index 9ee9226..776a02b 100644 (file)
@@ -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
 **********************************************************************/