X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Frtmgr%2Ftemplates%2Fconfig.yaml;h=06e9e53bff6827dea98c22d92ee64ca7306ea23e;hb=4abc62ffad1ae1f29be6b8aeabd346b05606ccb8;hp=b1dcdfacfee93032d41176878f4694283b01d223;hpb=282e7af25ec053ae6d1c5a399c91c2c323f705cd;p=ric-plt%2Fric-dep.git diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index b1dcdfa..06e9e53 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -52,6 +52,8 @@ data: "XMURL": "http://{{ include "common.servicename.appmgr.http" . }}:{{ include "common.serviceport.appmgr.http" . }}/ric/v1/xapps" + "E2MURL": + "http://{{ include "common.servicename.e2mgr.http" . }}:{{ include "common.serviceport.e2mgr.http" . }}/v1/e2t/list" "RTFILE": "/db/rt.json" "CFGFILE": @@ -76,6 +78,7 @@ data: "protPort": "tcp:4560" "maxSize": 2072 "numWorkers": 1 + "threadType": 1 "PlatformRoutes": [ { 'messagetype': 'RIC_SUB_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'}, { 'messagetype': 'RIC_SUB_DEL_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1,'endpoint': '', 'meid': '%meid'},