santanude | e1169f5 | 2021-05-13 20:11:38 +0530 | [diff] [blame] | 1 | This repository supports the VES collector interface in O-RAN. It |
| 2 | makes use of three containers, the ves-collector container that |
| 3 | collects VES events posted by other parts of the O-RAN solution, |
| 4 | grafana, which is used to display measurement (PM) data posted |
| 5 | by other entities and influxdb which is used to persist the data |
| 6 | received by the collector. |
| 7 | |
| 8 | PREREQUISITES: |
| 9 | |
| 10 | The prerequisite to use this solution is that you need Docker |
| 11 | running on the machine, where you want to run these containers. |
| 12 | |
| 13 | BUILD: |
| 14 | |
| 15 | To build the solution, you need to do the following in the collector |
| 16 | folder. |
| 17 | |
| 18 | % make |
| 19 | |
| 20 | RUN: |
| 21 | |
santanude | f22d9b5 | 2021-07-27 15:43:30 +0530 | [diff] [blame] | 22 | There are two scripts in this folder. A ves-start.sh script |
santanude | e1169f5 | 2021-05-13 20:11:38 +0530 | [diff] [blame] | 23 | which starts the VES collector and other parts. A ves-stop.sh script |
santanude | f22d9b5 | 2021-07-27 15:43:30 +0530 | [diff] [blame] | 24 | can be used to stop the collector. |