diff options
author | 2021-04-26 14:06:08 +0200 | |
---|---|---|
committer | 2021-04-29 14:49:49 +0200 | |
commit | 21bd915bac67e586ea4d990e4704f254c0af1d3c (patch) | |
tree | 38d9d0f7512a61800630d2f4e33d1dc85c0fa071 /sleepingcelldetector/README.md | |
parent | 2f7a1b8783367c6804c6599569c72ad7d88ab267 (diff) |
Minor code fixes after CR
Fixed url building (added protocol, setted in env variables)
Naming fixes
Minor code refactors
Issue-ID: INT-1896
Signed-off-by: Yauheni <y.busko@partner.samsung.com>
Change-Id: Id8a26d0ebd1ecabd85aaa6cb724c218f4b6f741e
Diffstat (limited to 'sleepingcelldetector/README.md')
-rw-r--r-- | sleepingcelldetector/README.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sleepingcelldetector/README.md b/sleepingcelldetector/README.md index 1a7b432..b91c15a 100644 --- a/sleepingcelldetector/README.md +++ b/sleepingcelldetector/README.md @@ -66,24 +66,26 @@ Set parameters of environment variables: A1PolicyManagementService URL can be set using environment variables: +- A1\_PROTOCOL - A1\_HOST - A1\_PORT To customize DataCollector R-APP connectivity you need to set the following: -- DC_HOST -- DC_PORT -- DC_VERSION +- DATACOLLECTOR_PROTOCOL +- DATACOLLECTOR_HOST +- DATACOLLECTOR_PORT +- DATACOLLECTOR_VERSION SleepingCellDetector R-APP configuration fields: -- SCD_PREFIX -- SCD_SLOT -- SCD_COUNT +- SLEEPINGCELLDETECTOR_PREFIX +- SLEEPINGCELLDETECTOR_SLOT +- SLEEPINGCELLDETECTOR_COUNT Prefix of high priority user equipment (policy instances will be created only for user equipments with this prefix), example: -`emergency_` - policy instances will be created only for UEs with "emergency\_" prefix Slot of time in seconds, +`"emergency_"` - policy instances will be created only for UEs with `"emergency_"` prefix Slot of time in seconds, number of slots for DataCollector R-APP Aggregated Metrics endpoint call. Slot: aggregation period (in seconds) for which an average performance metrics are calculated Count: number of aggregated performance metrics that should be returned by the method, one aggregated performance metric per each slot. The first performance metrics is average |