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=63a8dc44f294588f2f1e4c61fe3ea66dcab8d2a7;hpb=ed6a2c16c590ae858599d2d4d81eb9bfd4e354a8;p=ric-plt%2Fric-dep.git diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index 63a8dc4..da62e36 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -150,6 +150,11 @@ 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", + "RIC_E2_RESET_REQ=12004", + "RIC_E2_RESET_RESP=12005", ] "PlatformRoutes": [ @@ -184,5 +189,7 @@ 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': ''}, + { 'messagetype': 'RIC_E2_RESET_REQ', 'senderendpoint': '', 'subscriptionid': -1, 'endpoint': 'E2MAN', 'meid': ''}, ]