X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fresources%2Fconfiguration.yaml;h=f10d275bd131b73d791a448a6bff8a2cebe0a779;hb=refs%2Fchanges%2F13%2F2113%2F1;hp=4dabf9266d038e5b509c8731c2395719388db1d9;hpb=e3623cf1310f8c8d2fd9b5842102516b9be3b441;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/resources/configuration.yaml b/E2Manager/resources/configuration.yaml index 4dabf92..f10d275 100644 --- a/E2Manager/resources/configuration.yaml +++ b/E2Manager/resources/configuration.yaml @@ -4,9 +4,13 @@ http: port: 3800 rmr: port: 3801 - maxMsgSize: 4096 + maxMsgSize: 65536 +routingManager: + baseUrl: http://10.0.2.15:12020/ric/v1/handles/v1/ notificationResponseBuffer: 100 bigRedButtonTimeoutSec: 5 maxConnectionAttempts: 3 maxRnibConnectionAttempts: 3 rnibRetryIntervalMs: 10 +keepAliveResponseTimeoutMs: 1500 +keepAliveDelayMs: 500