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:
11
cmd/kpimon.go
Normal file
11
cmd/kpimon.go
Normal 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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user