Add Subscriber (Top Down)
...
title | Add Subscriber (Top Down) - UML |
---|
...
box "Generally Edge" #LightGreen
Participant EMB as "Edge Message Bus"
Participant ESO as "Edge Service Orchestrator"
Participant EAAI as "Edge Inventory"
Participant DSC as "Domain Specific Controller"
Participant HA as "Hardware Abstraction"
Participant DU as "Distribution Unit"
end box
...
Add Subscriber (Bottom Up)
...
title | Add Subscriber (Bottom Up) - UML |
---|
@startuml
...
box "Generally Edge" #LightGreen
Participant EMB as "Edge Message Bus"
Participant ESO as "Edge Service Orchestrator"
Participant EAAI as "Edge Inventory"
participant BNG as "vBNG"
participant RADIUS as "FreeRADIUS"
Participant DSC as "Domain Specific Controller"
Participant HA as "Hardware Abstraction"
Participant DU as "Distribution Unit"
Participant NTE as "Network Termination Element"
participant RG as "Remote Gateway'"
end box
...