Fix possible nil pointer deref in interface check
[ric-plt/lib/rmr.git] / src / rmr / common / include / RIC_message_types.h
index 8e0c67c..c3660a2 100644 (file)
 #define RMRRM_TABLE_STATE                      22              // state of table to route mgr
 
 
+// --- system support messages -----------------------
+#define RIC_HEALTH_CHECK_REQ    100
+#define RIC_HEALTH_CHECK_RESP   101
+
 // --- please keep additions in numerical order ------
 
 #define RIC_SCTP_CONNECTION_FAILURE 1080
 
 #define RIC_GNB_STATUS_INDICATION      10450
 
+#define RIC_E2_SETUP_REQ                       12001
+#define RIC_E2_SETUP_RESP                      12002
+#define RIC_E2_SETUP_FAILURE           12003
+#define RIC_E2_RESET_REQ                       12004
+#define RIC_E2_RESET_RESP                      12005
+#define RIC_E2_RAN_ERROR_INDICATION    12006
+#define RIC_E2_RIC_ERROR_INDICATION    12007
+
+
 #define RIC_SUB_REQ                                    12010
 #define RIC_SUB_RESP                           12011
 #define RIC_SUB_FAILURE                                12012
 #define A1_POLICY_QUERY                                20012
 
 
+// --- application specific message numbers 30000 - 39999
+    
+#define TS_UE_LIST                                     30000           // traffic steering
+#define TS_QOE_PRED_REQ                                30001
+#define TS_QUE_PREDICTION                      30002
+
 
 
 // ---- these are old (release 0) definitions and should not be used ------