X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fresources%2Fconfiguration.yaml;h=e4bb14ccbaa689522750f4233e45e7a70b7bceae;hb=7dbe77a33d8bc8308d9d12b12f1e75f8329a2d92;hp=833c927f2487c0d898913ef8c6686acf872561ed;hpb=07ef76dd471a0892a893c90e0ab06713aee34be1;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/resources/configuration.yaml b/E2Manager/resources/configuration.yaml index 833c927..e4bb14c 100644 --- a/E2Manager/resources/configuration.yaml +++ b/E2Manager/resources/configuration.yaml @@ -1,9 +1,24 @@ logging: - logLevel: debug + logLevel: info http: port: 3800 rmr: port: 3801 - maxMsgSize: 4096 + maxMsgSize: 65536 +routingManager: + baseUrl: http://10.0.2.15:31000/ric/v1/handles/ notificationResponseBuffer: 100 bigRedButtonTimeoutSec: 5 +maxRnibConnectionAttempts: 3 +rnibRetryIntervalMs: 10 +keepAliveResponseTimeoutMs: 4500 +keepAliveDelayMs: 1500 +e2tInstanceDeletionTimeoutMs: 15000 +e2ResetTimeOutSec: 10 +globalRicId: + ricId: "AACCE" + mcc: "310" + mnc: "411" +rnibWriter: + stateChangeMessageChannel: RAN_CONNECTION_STATUS_CHANGE + ranManipulationMessageChannel: RAN_MANIPULATION \ No newline at end of file