X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Frtmgr%2Ftemplates%2Fconfig.yaml;h=da62e36ca0fdbdf8818becdc14722959e9af2191;hb=refs%2Fchanges%2F97%2F10097%2F1;hp=024f10d503a5a0871204b846067f793ca48c92c8;hpb=4cb534811db707934f0a8ccca3dcd410ab97e820;p=ric-plt%2Fric-dep.git 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': ''}, ]