Initial commit of RMR Library
[ric-plt/lib/rmr.git] / src / common / include / RIC_message_types.h
1 /*
2 ==================================================================================
3         Copyright (c) 2019 Nokia
4         Copyright (c) 2018-2019 AT&T Intellectual Property.
5
6    Licensed under the Apache License, Version 2.0 (the "License");
7    you may not use this file except in compliance with the License.
8    You may obtain a copy of the License at
9
10        http://www.apache.org/licenses/LICENSE-2.0
11
12    Unless required by applicable law or agreed to in writing, software
13    distributed under the License is distributed on an "AS IS" BASIS,
14    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15    See the License for the specific language governing permissions and
16    limitations under the License.
17 ==================================================================================
18 */
19
20
21
22
23 /* Header  file defining  message types 
24    for various RMR messages 
25
26
27     ------------------
28     WORK IN PROGRESS
29     ------------------
30
31 */
32
33 #define RIC_UNDEFINED                       -1
34
35 /* E2 Related messages  should be in the range
36    10000 to 99999
37 */
38
39 #define RIC_X2_SETUP                     10000  
40 #define RIC_X2_RESPONSE                  10001 
41 #define RIC_X2_RESOURCE_STATUS_REQUEST   10002
42 #define RIC_X2_RESOURCE_STATUS_RESPONSE  10003
43 #define RIC_X2_LOAD_INFORMATION          10004
44 #define RIC_E2_TERMINATION_HC_REQUEST    10005
45 #define RIC_E2_TERMINATION_HC_RESPONSE   10006
46 #define RIC_E2_MANAGER_HC_REQUEST        10007
47 #define RIC_E2_MANAGER_HC_RESPONSE       10008
48
49
50 /* A1 Related messages should be in the range
51    100000 to 999999
52 */
53 #define RIC_CONTROL_XAPP_CONFIG_REQUEST  100000
54 #define RIC_CONTROL_XAPP_CONFIG_RESPONSE 100001