Add new message type
[ric-plt/lib/rmr.git] / src / rmr / common / include / RIC_message_types.h
index 403a770..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   
@@ -84,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 ------