X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fconfig-file.json;h=7d15902da6eb571599948d1876129ee2384f2fa7;hb=c92b421ec9f89e77df36422987e478ed8db85299;hp=a98d1698898443200829619b6095a13c440c040c;hpb=c9eb08a02821033f198fcde1ea60279b19c5c617;p=ric-plt%2Fsubmgr.git diff --git a/test/config-file.json b/test/config-file.json index a98d169..7d15902 100644 --- a/test/config-file.json +++ b/test/config-file.json @@ -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"] @@ -25,6 +25,13 @@ "subscription": { "host": "localhost:8088", "timeout": 2 + }, + "controls": { + "e2tSubReqTimeout_ms": 2000, + "e2tSubDelReqTime_ms": 2000, + "e2tRecvMsgTimeout_ms": 2000, + "e2tMaxSubReqTryCount": 2, + "e2tMaxSubDelReqTryCount": 2, + "readSubsFromDb": "true" } - }