Overview

Related jira: 

Bundle hierarchy

netconfnode-state-provider (netconfnode-state-API)

States of NetconfNode

Devicemanager

Factory based creation of a specific devicemanager if connect state achived

Device

A device with netconf/yang interface. The device provides during netcnf startup a list with all specifications implemented. This could be ONF Core model, O-RAN or other.

Devicemanager can start related service bundles for the supported specifications.

NetconfNetworkElementService

The specific devecemanagers for ONF, O-RAN or 3GPP devices need a registration in the devicemanager. The interface NetconfNetworkElementService allows to register a factory class.
The factory class is called in case of new mounted device, if a Netconf session has started. The information received with the "hello" answer is forwarded to the Factory. The factory can decide to start an instance of a specific handler object to manage the new device.

DeviceManagerService centralized services

Devicemanager provides base services to the specific devicemanager bundles. This kind of services are marked with interface DeviceManagerService.

The DeviceManagerServiceProvider containes getters for individual services described by list.

NameImplDescription
AaiService (D)aaiconnector

Device registration and unregistration for AAI Service.

EquipmentService (D)datamanagerWrite equipment of device into internal database.
EventHandlingService (question)
(legacy) Provide status changes of a device to update database and notify web client.
FaultService (D)datamanager

Handle fault/problem status changes to update database and notify web client. 
Subservices are: notificationdelay dcaeforwarding maintenance

MaintenanceService (D)maintenanceUse centralized maintenance service for a device.
NotificationService (D)datamanagerForward NetconfNotification to devicemanager
PerformanceManager(D)performancemanagerRegister device for centralised PM Service. Device needs to implement PerformanceDataProvider
DeviceManagerServiceimplMarker of interface for NetworkElement.
DeviceManagerServiceProviderimplProvides access to services

NetworkElementService device specific providers

Technology specific device handlers are providing abstract information for centralized devicemanager services.

NameDescription
PerformanceDataProviderProvide 15min and 24h performance recordes
DeviceMonitoredNeUsed by central devicemonitor
InventoryProviderProvide inventory information of device
NetworkElementTop level interface of a device representation
NetworkElementServiceMarker for interface provided to devicemanager

Notification-service

data-provider