X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fcommon%2Finclude%2FRIC_message_types.h;h=aeb360ef492312e502a9cfb8d41c243451afebf6;hb=05ce11d8c370a66c238b1db3fff1fde4790fa701;hp=028a5988d34044eaa97a4593e314295ef53bfabb;hpb=36262115f77dc315e156c574dfb3b8e9090e6970;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/common/include/RIC_message_types.h b/src/rmr/common/include/RIC_message_types.h index 028a598..aeb360e 100644 --- a/src/rmr/common/include/RIC_message_types.h +++ b/src/rmr/common/include/RIC_message_types.h @@ -42,6 +42,13 @@ #define RIC_SCTP_CLEAR_ALL 1090 #define E2_TERM_INIT 1100 +#define E2_TERM_KEEP_ALIVE_REQ 1101 +#define E2_TERM_KEEP_ALIVE_RESP 1102 + +#define RAN_CONNECTED 1200 +#define RAN_RESTARTED 1210 +#define RAN_RECONFIGURED 1220 + #define RIC_ENB_LOAD_INFORMATION 10020 @@ -125,6 +132,11 @@ #define DC_ADM_GET_POLICY 20002 #define DC_ADM_GET_POLICY_ACK 20003 +#define A1_POLICY_REQ 20010 +#define A1_POLICY_RESP 20011 +#define A1_POLICY_QUERY 20012 + + // ---- these are old (release 0) definitions and should not be used ------