From: subhash kumar singh Date: Wed, 18 May 2022 20:15:43 +0000 (+0000) Subject: Add rmr route entries for e2nodeconfigUpdate X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4cb534811db707934f0a8ccca3dcd410ab97e820;p=ric-plt%2Fric-dep.git Add rmr route entries for e2nodeconfigUpdate Added rmr route entries for e2nodeconfigUpdate message routing. Signed-off-by: subhash kumar singh Change-Id: I0320f10268eade57e7e03098792c2979a5316226 --- diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index 63a8dc4..024f10d 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -150,6 +150,9 @@ data: "RIC_SERVICE_UPDATE=12030", "RIC_SERVICE_UPDATE_ACK=12031", "RIC_SERVICE_UPDATE_FAILURE=12032", + "RIC_E2NODE_CONFIG_UPDATE=12070", + "RIC_E2NODE_CONFIG_UPDATE_ACK==12071", + "RIC_E2NODE_CONFIG_UPDATE_FAILURE=12072", ] "PlatformRoutes": [ @@ -184,5 +187,6 @@ data: { 'messagetype': 'A1_POLICY_QUERY', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''}, { 'messagetype': 'A1_POLICY_RESP', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'A1MEDIATOR', 'meid': ''}, { 'messagetype': 'RIC_SERVICE_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, + { 'messagetype': 'RIC_E2NODE_CONFIG_UPDATE', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, ]