X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fconfig-file.json;h=93dd1cd4abdcdac1bfd3ba6bf6735b1a8813fde2;hb=fe2cdabf98e8d1028bbe1713daa187e538f042a0;hp=ab0079ad8f6247ae08e869e6785af8cce13826b6;hpb=ff8dccd02d76eebfccc0b509ce0b42a2c1760e12;p=ric-plt%2Fsubmgr.git diff --git a/test/config-file.json b/test/config-file.json index ab0079a..93dd1cd 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"] @@ -16,5 +16,23 @@ "host": "localhost", "port": 6379, "namespaces": ["sdl", "rnib"] + }, + "rtmgr" : { + "HostAddr" : "localhost", + "port" : "8989", + "baseUrl" : "/" + }, + "controls": { + "e2tSubReqTimeout_ms": 2000, + "e2tSubDelReqTime_ms": 2000, + "e2tRecvMsgTimeout_ms": 2000, + "e2tMaxSubReqTryCount": 2, + "e2tMaxSubDelReqTryCount": 2, + "waitRouteCleanup_ms": 100, + "readSubsFromDb": "true", + "subscription": { + "host": "localhost:8088", + "timeout": 2 + } } }