2 #==================================================================================
3 # Copyright (c) 2019 AT&T Intellectual Property.
4 # Copyright (c) 2019 Nokia
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
10 # http://www.apache.org/licenses/LICENSE-2.0
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 #==================================================================================
20 # Abstract: Configuration values for the routing manager
26 name: configmap-ricplt-rtmgr-rtmgrcfg
28 # FQDN and port info of the platform components for routing manager to form
29 # and distribute corresponding routes to them
34 "fqdn": "service-ricplt-submgr-rmr.ricplt"
38 "fqdn": "service-ricplt-e2mgr-rmr.ricplt"
42 "fqdn": "service-ricplt-rsm-rmr.ricplt"
46 "fqdn": "service-ricplt-a1mediator-rmr.ricplt"
49 "http://service-ricplt-appmgr-http:8080/ric/v1/xapps"
51 "http://service-ricplt-e2mgr-http:3800/v1/e2t/list"
55 "/cfg/rtmgr-config.yaml"
65 "http://service-ricplt-rtmgr-http:3800"
73 "protPort": "tcp:4560"
78 "RIC_HEALTH_CHECK_REQ=100",
79 "RIC_HEALTH_CHECK_RESP=101",
81 "RIC_ALARM_QUERY=111",
82 "RIC_SCTP_CONNECTION_FAILURE=1080",
84 "E2_TERM_KEEP_ALIVE_REQ=1101",
85 "E2_TERM_KEEP_ALIVE_RESP=1102",
86 "RIC_SCTP_CLEAR_ALL=1090",
89 "RAN_RECONFIGURED=1220",
90 "RIC_ENB_LOAD_INFORMATION=10020",
91 "RIC_X2_SETUP_REQ=10060",
92 "RIC_X2_SETUP_RESP=10061",
93 "RIC_X2_SETUP_FAILURE=10062",
95 "RIC_X2_RESET_RESP=10071",
96 "RIC_ENB_CONF_UPDATE=10080",
97 "RIC_ENB_CONF_UPDATE_ACK=10081",
98 "RIC_ENB_CONF_UPDATE_FAILURE=10082",
99 "RIC_RES_STATUS_REQ=10090",
100 "RIC_RES_STATUS_RESP=10091",
101 "RIC_RES_STATUS_FAILURE=10092",
102 "RIC_ENDC_X2_SETUP_REQ=10360",
103 "RIC_ENDC_X2_SETUP_RESP=10361",
104 "RIC_ENDC_X2_SETUP_FAILURE=10362",
105 "RIC_ENDC_CONF_UPDATE=10370",
106 "RIC_ENDC_CONF_UPDATE_ACK=10371",
107 "RIC_ENDC_CONF_UPDATE_FAILURE=10372",
108 "RIC_E2_SETUP_REQ=12001",
109 "RIC_E2_SETUP_RESP=12002",
110 "RIC_E2_SETUP_FAILURE=12003",
111 "RIC_ERROR_INDICATION=12007",
113 "RIC_SUB_RESP=12011",
114 "RIC_SUB_FAILURE=12012",
115 "RIC_SUB_DEL_REQ=12020",
116 "RIC_SUB_DEL_RESP=12021",
117 "RIC_SUB_DEL_FAILURE=12022",
118 "A1_POLICY_REQ=20010",
119 "A1_POLICY_RESP=20011",
120 "A1_POLICY_QUERY=20012",
122 "TS_QOE_PRED_REQ=30001",
123 "TS_QOE_PREDICTION=30002",
125 "DCAPTERM_RTPM_RMR_MSGTYPE=33001",
126 "DCAPTERM_GEO_RMR_MSGTYPE=33002",
127 "RIC_SERVICE_QUERY=12060",
130 { 'messagetype': 'RIC_SUB_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
131 { 'messagetype': 'RIC_SUB_DEL_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1,'endpoint': '', 'meid': '%meid'},
132 { 'messagetype': 'RIC_SUB_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
133 { 'messagetype': 'RIC_SUB_DEL_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
134 { 'messagetype': 'RIC_SUB_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
135 { 'messagetype': 'RIC_SUB_DEL_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'SUBMAN', 'meid': ''},
136 { 'messagetype': 'RIC_X2_SETUP_REQ', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
137 { 'messagetype': 'RIC_X2_RESET', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
138 { 'messagetype': 'RIC_X2_RESET_RESP', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
139 { 'messagetype': 'RIC_ENDC_X2_SETUP_REQ', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
140 { 'messagetype': 'RIC_ENB_CONF_UPDATE_ACK', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
141 { 'messagetype': 'RIC_ENB_CONF_UPDATE_FAILURE', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
142 { 'messagetype': 'RIC_ENDC_CONF_UPDATE_ACK', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
143 { 'messagetype': 'RIC_ENDC_CONF_UPDATE_FAILURE', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
144 { 'messagetype': 'RIC_E2_SETUP_REQ', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
145 { 'messagetype': 'E2_TERM_INIT', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
146 { 'messagetype': 'RIC_X2_SETUP_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
147 { 'messagetype': 'RIC_X2_SETUP_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
148 { 'messagetype': 'RIC_X2_RESET', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
149 { 'messagetype': 'RIC_X2_RESET_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
150 { 'messagetype': 'RIC_ENDC_X2_SETUP_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
151 { 'messagetype': 'RIC_ENDC_X2_SETUP_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
152 { 'messagetype': 'RIC_ENDC_CONF_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
153 { 'messagetype': 'RIC_SCTP_CONNECTION_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
154 { 'messagetype': 'RIC_ERROR_INDICATION', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
155 { 'messagetype': 'RIC_ENB_CONF_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
156 { 'messagetype': 'RIC_ENB_LOAD_INFORMATION', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
157 { 'messagetype': 'E2_TERM_KEEP_ALIVE_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''},
158 { 'messagetype': 'RAN_CONNECTED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
159 { 'messagetype': 'RAN_RESTARTED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
160 { 'messagetype': 'RAN_RECONFIGURED', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
161 { 'messagetype': 'RIC_RES_STATUS_REQ', 'senderendpoint': 'RSM', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
162 { 'messagetype': 'RIC_RES_STATUS_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
163 { 'messagetype': 'RIC_RES_STATUS_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'RSM', 'meid': ''},
164 { 'messagetype': 'A1_POLICY_QUERY', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''},
165 { 'messagetype': 'A1_POLICY_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''},