FCA RIC-1353 xApp restart
[ric-plt/submgr.git] / test / config-file.json
index a98d169..a6cdac4 100644 (file)
@@ -7,7 +7,7 @@
     },
     "rmr": {
        "protPort": "tcp:14560",
-       "maxSize": 4096,
+       "maxSize": 8192,
        "numWorkers": 1,
        "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ"],
        "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_SUB_DEL_FAILURE", "RIC_INDICATION"]
     "subscription": {
       "host": "localhost:8088",
       "timeout": 2
+    },
+    "controls": {
+      "e2tSubReqTimeout_ms": 2000,
+      "e2tSubDelReqTime_ms": 2000,
+      "e2tRecvMsgTimeout_ms": 2000,
+      "e2tMaxSubReqTryCount": 2,
+      "e2tMaxSubDelReqTryCount": 2
     }
-
 }