X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Finclude%2FRIC_message_types.h;fp=src%2Fcommon%2Finclude%2FRIC_message_types.h;h=c61c166c984cd5f6cde4162117ba29b1dfb211eb;hb=21e91b1d6ae8847176166e0b4901c147e363f607;hp=82495c8cbff6487fb42015caf1ed1e45cb306390;hpb=e9110f771057aae6470e6d626b0351119d2e89f0;p=ric-plt%2Flib%2Frmr.git diff --git a/src/common/include/RIC_message_types.h b/src/common/include/RIC_message_types.h index 82495c8..c61c166 100644 --- a/src/common/include/RIC_message_types.h +++ b/src/common/include/RIC_message_types.h @@ -52,3 +52,52 @@ */ #define RIC_CONTROL_XAPP_CONFIG_REQUEST 100000 #define RIC_CONTROL_XAPP_CONFIG_RESPONSE 100001 + +// --------------------------------------------------------- +#define RIC_SUB_REQ 12010 +#define RIC_SUB_RESP 12011 +#define RIC_SUB_FAILURE 12012 +#define RIC_SUB_DEL_REQ 12020 +#define RIC_SUB_DEL_RESP 12021 +#define RIC_SUB_DEL_FAILURE 12022 + +#define RIC_SERVICE_UPDATE 12030 +#define RIC_SERVICE_UPDATE_ACK 12031 +#define RIC_SERVICE_UPDATE_FAILURE 12032 + +#define RIC_CONTROL_REQ 12040 +#define RIC_CONTROL_ACK 12041 +#define RIC_CONTROL_FAILURE 12042 + +#define RIC_INDICATION 12050 +#define RIC_SERVICE_QUERY 12060 + +#define RIC_X2_SETUP_REQ 10060 +#define RIC_X2_SETUP_RESP 10061 +#define RIC_X2_SETUP_FAILURE 10062 +#define RIC_X2_RESET 10070 + +#define RIC_ENDC_X2_SETUP_REQ 10360 +#define RIC_ENDC_X2_SETUP_RESP 10361 +#define RIC_ENDC_X2_SETUP_FAILURE 10362 +#define RIC_ENDC_CONF_UPDATE 10370 +#define RIC_ENDC_CONF_UPDATE_ACK 10371 +#define RIC_ENDC_CONF_UPDATE_FAILURE 10372 + +#define RIC_RES_STATUS_REQ 10090 +#define RIC_RES_STATUS_RESP 10091 +#define RIC_RES_STATUS_FAILURE 10092 + +#define RIC_ENB_CONF_UPDATE 10080 +#define RIC_ENB_CONF_UPDATE_ACK 10081 +#define RIC_ENB_CONF_UPDATE_FAILURE 10082 +#define RIC_ENB_LOAD_INFORMATION 10020 + +#define RIC_GNB_STATUS_INDICATION 10450 + +#define RIC_RESOURCE_STATUS_UPDATE 10100 + +#define RIC_ERROR_INDICATION 10030 + +#define DC_ADM_INT_CONTROL 20000 +#define DC_ADM_INT_CONTROL_ACK 20001