[RIC-432] - Support Update eNB REST API - log changes
[ric-plt/e2mgr.git] / E2Manager / managers / ran_list_manager.go
old mode 100644 (file)
new mode 100755 (executable)
index d392e3d..030180f
@@ -126,5 +126,7 @@ func (m *ranListManagerInstance) GetNbIdentityList() []*entities.NbIdentity {
                nbIds = append(nbIds, v)
        }
 
+       m.logger.Infof("#ranListManagerInstance.GetNbIdentityList - %d identity returned", len(nbIds))
+
        return nbIds
 }