X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Fexample-xapp.go;h=714cd37cbd0f652cd50f53aa9161da7637f7d79e;hb=3895a8c8775ef96652e6473414fdd7366c59f404;hp=abb0e6e3574b8096eb202d8409a7757150a6c739;hpb=96be5095a97c975d6644cdae6244366a9d2e59fe;p=ric-plt%2Fxapp-frame.git diff --git a/examples/example-xapp.go b/examples/example-xapp.go index abb0e6e..714cd37 100755 --- a/examples/example-xapp.go +++ b/examples/example-xapp.go @@ -111,6 +111,7 @@ func GetMetricsOpts() []xapp.CounterOpts { func NewExampleXapp(appReady, rmrReady bool) *ExampleXapp { metrics := GetMetricsOpts() return &ExampleXapp{ + msgChan: make(chan *xapp.RMRParams), stats: xapp.Metric.RegisterCounterGroup(metrics, "ExampleXapp"), rmrReady: rmrReady, appReady: appReady,