Add new message type
[ric-plt/lib/rmr.git] / src / rmr / common / include / RIC_message_types.h
index 92e2602..010ce7d 100644 (file)
 
 #define RIC_UNDEFINED                          -1
 
+// ---- RESERVED -------------------------------------------
+// all message types 0 - 99 are reserved for RMR
 // ---------------------------------------------------------
+
+#define RIC_SCTP_CONNECTION_FAILURE 1080
+#define RIC_SCTP_CLEAR_ALL                     1090
+
+#define        E2_TERM_INIT                            1100
+
 #define RIC_SUB_REQ                                    12010   
 #define RIC_SUB_RESP                           12011   
 #define RIC_SUB_FAILURE                                12012   
@@ -57,6 +65,7 @@
 #define RIC_X2_RESET                           10070   
 #define        RIC_X2_RESET_RESP                       10071
 
+
 #define RIC_ENDC_X2_SETUP_REQ          10360   
 #define RIC_ENDC_X2_SETUP_RESP         10361   
 #define RIC_ENDC_X2_SETUP_FAILURE      10362   
@@ -81,6 +90,9 @@
 
 #define DC_ADM_INT_CONTROL                     20000   
 #define DC_ADM_INT_CONTROL_ACK         20001   
+#define DC_ADM_GET_POLICY                      20002
+#define DC_ADM_GET_POLICY_ACK          20003
+
 
 
 // ---- these are old (release 0) definitions and should not be used ------