700ebc7e14a3e66d71636073e1cfdc84bf4c4008
[ric-plt/resource-status-manager.git] / RSM / resources / configuration.yaml
1 logging:
2   logLevel: info
3 http:
4   port: 4800
5 rmr:
6   port: 4801
7   maxMsgSize: 65536
8   readyIntervalSec: 1
9 rnib:
10   maxRnibConnectionAttempts: 3
11   rnibRetryIntervalMs: 10
12 resourceStatusParams:
13   enableResourceStatus: true
14   partialSuccessAllowed: true
15   prbPeriodic: true
16   tnlLoadIndPeriodic: true
17   hwLoadIndPeriodic: true
18   absStatusPeriodic: true
19   rsrpMeasurementPeriodic: true
20   csiPeriodic: true
21   periodicityMs: 1000
22   periodicityRsrpMeasurementMs: 480
23   periodicityCsiMs: 20