Removed E2TERM entry and changed maxSize parameter of rmr
[ric-plt/ric-dep.git] / helm / rtmgr / templates / config.yaml
index 551472a..07b05d6 100644 (file)
@@ -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'},