X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Fe2if_state.go;h=b86ef81fc90594c9d41f7e7ce7808ef0326048b8;hb=9c4697fa22fae79ac923e72f417ecbebf1c1e4d6;hp=876dfc4f67b90bdad30a18de8726b0ac6295c6eb;hpb=2a08dd799ad0de2ec84f7dd32ef5a1c3974e2575;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/e2if_state.go b/pkg/control/e2if_state.go index 876dfc4..b86ef81 100644 --- a/pkg/control/e2if_state.go +++ b/pkg/control/e2if_state.go @@ -57,7 +57,10 @@ func (e *E2IfState) Init(c *Control) { e.control = c e.NbIdMap = make(map[string]string, 0) e.ReadE2ConfigurationFromRnib() - e.SubscribeChannels() + err := e.SubscribeChannels() + if err != nil { + xapp.Logger.Error("Init(): SubscribeChannels() failed: %v", err) + } } func (e *E2IfState) GetE2NodesJson() []byte {