X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fresources%2Fconfiguration.yaml;h=f2875d4d6d251b6c2c5de5a1282452c9d4608d0e;hb=refs%2Fchanges%2F71%2F3971%2F1;hp=0e16ecda5e5100db9c089b1269fbd53aacf081eb;hpb=2151d81e25b521d1d7f76fee0f286723e9b00913;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/resources/configuration.yaml b/E2Manager/resources/configuration.yaml index 0e16ecd..f2875d4 100644 --- a/E2Manager/resources/configuration.yaml +++ b/E2Manager/resources/configuration.yaml @@ -4,7 +4,17 @@ 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: 4500 +keepAliveDelayMs: 1500 +e2tInstanceDeletionTimeoutMs: 15000 +globalRicId: + ricId: "AACCE" + mcc: "026" + mnc: "09" \ No newline at end of file