New submgr parameter in configmap.yaml to control order checking of E2 message IEs
[ric-plt/ric-dep.git] / helm / submgr / templates / configmap.yaml
index a8ee386..6230ce6 100644 (file)
@@ -27,9 +27,30 @@ data:
       "level": 3
     "rmr":
       "protPort" : "tcp:4560"
-      "maxSize": 2072
+      "maxSize": 8192
       "numWorkers": 1
     "rtmgr":
       "hostAddr": {{ include "common.servicename.rtmgr.http" . | quote }}
       "port"    : {{ include "common.serviceport.rtmgr.http" . }}
       "baseUrl" : "/ric/v1"
+    "db":
+      "sessionNamespace": "XMSession"
+      "host": ":6379"
+      "prot": "tcp"
+      "maxIdle": 80
+      "maxActive": 12000
+    "controls":
+      "e2tSubReqTimeout_ms": 2000
+      "e2tSubDelReqTime_ms": 2000
+      "e2tRecvMsgTimeout_ms": 2000
+      "e2tMaxSubReqTryCount": 2
+      "e2tMaxSubDelReqTryCount": 2
+      "checkE2State": "true"
+      "readSubsFromDb": "true"
+      "dbTryCount": 200
+      "dbRetryForever": "true"
+      "waitRouteCleanup_ms": 5000
+      "checkE2IEOrder": 1
+  submgrutartg: |
+      newrt|start
+      newrt|end