add rmr route for reset procedure 33/8733/1
authorsandeeku <sandeep.15.kumar@nokia.com>
Wed, 6 Jul 2022 10:21:45 +0000 (15:51 +0530)
committersandeeku <sandeep.15.kumar@nokia.com>
Wed, 6 Jul 2022 10:22:00 +0000 (15:52 +0530)
Change-Id: Icce3902733ea53066a243cb1c8b695da5e2e2c93
Signed-off-by: sandeeku <sandeep.15.kumar@nokia.com>
helm/rtmgr/templates/config.yaml

index 024f10d..da62e36 100644 (file)
@@ -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': ''},
           ]