X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fresources%2Fconfiguration.yaml;h=0914b8875e79c25adf80057691dd2e4bba1680e0;hb=32d7f427aab3ca627b8c9c5ded15b9517200cde3;hp=94d9fc19f01675ed48182b6c370f7aa5804a540b;hpb=57c3faebe7df51f7da6dcdcc6ae03927f380d1e4;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/resources/configuration.yaml b/E2Manager/resources/configuration.yaml index 94d9fc1..0914b88 100644 --- a/E2Manager/resources/configuration.yaml +++ b/E2Manager/resources/configuration.yaml @@ -4,6 +4,13 @@ http: port: 3800 rmr: port: 3801 - maxMsgSize: 4096 + maxMsgSize: 65536 +routingManager: + baseUrl: http://10.0.2.15:12020/ric/v1/handles/ notificationResponseBuffer: 100 bigRedButtonTimeoutSec: 5 +maxConnectionAttempts: 3 +maxRnibConnectionAttempts: 3 +rnibRetryIntervalMs: 10 +keepAliveResponseTimeoutMs: 1500 +keepAliveDelayMs: 500