X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Frtmgr%2Ftemplates%2Fconfig.yaml;h=07b05d6d114ab60883b1c430e512b39035354b1e;hb=refs%2Fchanges%2F60%2F4160%2F2;hp=551472aa0977b6f7237ba76143fb5c2cd30c5f50;hpb=bc4d2b325c496bbf2557b634ce70ba86ac353997;p=ric-plt%2Fric-dep.git diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index 551472a..07b05d6 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -29,10 +29,6 @@ data: # and distribute corresponding routes to them rtmgrcfg: | "PlatformComponents": - - - "name": "E2TERM" - "fqdn": "{{ printf "%s.%s" (include "common.servicename.e2term.rmr" .) (include "common.namespace.platform" .) }}" - "port": {{ include "common.serviceport.e2term.rmr.data" . }} - "name": "SUBMAN" "fqdn": "{{ printf "%s.%s" (include "common.servicename.submgr.rmr" .) (include "common.namespace.platform" .) }}" @@ -76,9 +72,10 @@ data: "level": 4 "rmr": "protPort": "tcp:4560" - "maxSize": 2072 + "maxSize": 4096 "numWorkers": 1 "threadType": 1 + "maxrecord": 50 "PlatformRoutes": [ { 'messagetype': 'RIC_SUB_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, { 'messagetype': 'RIC_SUB_DEL_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1,'endpoint': '', 'meid': '%meid'},