From 4fdf81d39d685632dd8907936974da213aa97218 Mon Sep 17 00:00:00 2001 From: wahidw Date: Mon, 23 Mar 2020 12:17:14 +0000 Subject: [PATCH] Added RIC_E2_SETUP_REQ message type in static file Change-Id: I90806ecea582a2b603e2bd1d53cb1431ade8c2a4 Signed-off-by: wahidw --- helm/rtmgr/templates/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index 06e9e53..abbf2f0 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -94,6 +94,7 @@ data: { 'messagetype': 'RIC_ENB_CONF_UPDATE_FAILURE', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, { 'messagetype': 'RIC_ENDC_CONF_UPDATE_ACK', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, { 'messagetype': 'RIC_ENDC_CONF_UPDATE_FAILURE', 'senderendpoint': 'E2MAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, + { 'messagetype': 'RIC_E2_SETUP_REQ', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, { 'messagetype': 'E2_TERM_INIT', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, { 'messagetype': 'RIC_X2_SETUP_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, { 'messagetype': 'RIC_X2_SETUP_FAILURE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, -- 2.16.6