Initial commit of KPIMON xAPP for Bronze Release Enhancement.

Signed-off-by: jinweifan <jinwei.fan@samsung.com>
Change-Id: I72f3c13b42ef302e4ac66a6c89a8e043367eea8c
This commit is contained in:
jinweifan
2020-07-27 14:02:49 +08:00
parent 6d8c1c849a
commit 4a8b4de538
518 changed files with 80629 additions and 0 deletions

11
cmd/kpimon.go Normal file
View File

@@ -0,0 +1,11 @@
package main
import (
"gerrit.o-ran-sc.org/r/scp/ric-app/kpimon/control"
)
func main() {
c := control.NewControl()
c.Run()
}