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=82495c8cbff6487fb42015caf1ed1e45cb306390;hb=fd9cc7a5b3355146388ebdf4d558cb284c66c5f1;hp=0000000000000000000000000000000000000000;hpb=008bc5b4414cebe48cecf63e8c817a02f7c3ce74;p=ric-plt%2Flib%2Frmr.git diff --git a/src/common/include/RIC_message_types.h b/src/common/include/RIC_message_types.h new file mode 100644 index 0000000..82495c8 --- /dev/null +++ b/src/common/include/RIC_message_types.h @@ -0,0 +1,54 @@ +/* +================================================================================== + Copyright (c) 2019 Nokia + Copyright (c) 2018-2019 AT&T Intellectual Property. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +================================================================================== +*/ + + + + +/* Header file defining message types + for various RMR messages + + + ------------------ + WORK IN PROGRESS + ------------------ + +*/ + +#define RIC_UNDEFINED -1 + +/* E2 Related messages should be in the range + 10000 to 99999 +*/ + +#define RIC_X2_SETUP 10000 +#define RIC_X2_RESPONSE 10001 +#define RIC_X2_RESOURCE_STATUS_REQUEST 10002 +#define RIC_X2_RESOURCE_STATUS_RESPONSE 10003 +#define RIC_X2_LOAD_INFORMATION 10004 +#define RIC_E2_TERMINATION_HC_REQUEST 10005 +#define RIC_E2_TERMINATION_HC_RESPONSE 10006 +#define RIC_E2_MANAGER_HC_REQUEST 10007 +#define RIC_E2_MANAGER_HC_RESPONSE 10008 + + +/* A1 Related messages should be in the range + 100000 to 999999 +*/ +#define RIC_CONTROL_XAPP_CONFIG_REQUEST 100000 +#define RIC_CONTROL_XAPP_CONFIG_RESPONSE 100001