From: sandeeku Date: Wed, 6 Jul 2022 10:21:45 +0000 (+0530) Subject: add rmr route for reset procedure X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=de009b0c291f743daaa3abe3e259d2b11e1aa9c9;p=ric-plt%2Fric-dep.git add rmr route for reset procedure Change-Id: Icce3902733ea53066a243cb1c8b695da5e2e2c93 Signed-off-by: sandeeku --- diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index 024f10d..da62e36 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -153,6 +153,8 @@ data: "RIC_E2NODE_CONFIG_UPDATE=12070", "RIC_E2NODE_CONFIG_UPDATE_ACK==12071", "RIC_E2NODE_CONFIG_UPDATE_FAILURE=12072", + "RIC_E2_RESET_REQ=12004", + "RIC_E2_RESET_RESP=12005", ] "PlatformRoutes": [ @@ -188,5 +190,6 @@ data: { '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': ''}, + { 'messagetype': 'RIC_E2_RESET_REQ', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, ]