Add models
[ric-plt/xapp-frame.git] / examples / example-xapp.go
index abb0e6e..714cd37 100755 (executable)
@@ -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,