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 a92391c..6230ce6 100644 (file)
@@ -33,13 +33,24 @@ data:
       "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