Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Macro
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
' Copyright 20192020 highstreet technologies GmbH
' Licensed under the Apache License, Version 2.0 (the "License"); 
' you may not use this file except in compliance with the License. 
' You may obtain a copy of the License at 
' 
'   http://www.apache.org/licenses/LICENSE-2.0 
' 
' Unless required by applicable law or agreed to in writing, software 
' distributed under the License is distributed on an "AS IS" BASIS, 
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
' See the License for the specific language governing permissions and 
' limitations under the License. 
'

@startuml

' Diagram 
title 
  O-RAN-SC
  O!O1-interface Component Architecture
end title

node ABS #8064A2 {
  interface HTTP as http
}

' End Diagram
' Format
header
  <b><font color=#8888ff>License</font></b>
  <b><font color=#8888ff>Apache 2.0</font></b>
end header

right footer 
  Thanks to plantUml! 
  2019-11-21 | o-ran-sc.org
end footer

skinparam backgroundColor #fefefe

skinparam backgroundColor #fefefe
'skinparam handwritten true
skinparam roundcorner 15

skinparam databaseBorderColor #444444
skinparam databaseBackgroundColor #fefefe
skinparam databaseFontColor #444444

skinparam sequence {
  MessageAlign left
  ArrowColor #2277dd
  ArrowFontColor #444444
  ActorBorderColor #444444
  LifeLineBorderColor #444444
  LifeLineBackgroundColor #eeeeee
 
  BoxBorderColor #444444
    
  GroupBorderColor #444444
  GroupBackgroundColor #eeeeee
  
  ParticipantBorderColor #444444
  ParticipantBackgroundColor #ffffdd
  ParticipantFontColor #444444
    
  ActorBackgroundColor #ffffdd
  'ActorFontColor DeepSkyBlue
  'ActorFontSize 17
  'ActorFontName Aapex
}

@enduml

llll

PlantUML Macro
@startuml


node "\nManagement-Service (MnS) Consumer\nOAM ControllernOAM Controller" #8064A2#gold {
   interface "TLS/HTTP" as http
   [VES Server-Provider] -down-> http: provides
   [NetConf Client] as ncc
} 

node "\nManagement-Service (MnS) Provider Provider\nManagedElement" #ED7D31#lightpink {
   interface "TLS/NetConf" as nc
   [NetConf Server] -up-> nc: provides
   [VES ClientConsumer] .up.> http: <font color=#222222>use
   [VES ClientConsumer] -[hidden]left- [NetConf Server]
} 

   ncc .down.> nc: <font color=#222222>use

' End Diagram
' Format
header
   <b><font color=#8888ff>License</font></b>
   <b><font color=#8888ff>Apache 2.0</font></b>
end header
'caption "\n UML Formatting"

right footer footer 
  VES Subscription
  Thanks to plantUml!  
   2019-07-16 | o-ran-sc.org
end footer

skinparam backgroundColor #fefefe

skinparam backgroundColor #fefefe
'skinparam handwritten true
skinparam roundcorner 15

skinparam componentStyle uml2

skinparam databaseBorderColor #444444
skinparam databaseBackgroundColor #fefefe
skinparam databaseFontColor #444444

skinparam component {
  BorderColor #666666
  BackgroundColor #fefefe
}

skinparam interface {
  BorderColor #666666
  BackgroundColor #fefefe
  FontColor #fefefe
}

skinparam databaseBorderColor #666666
skinparam databaseBackgroundColor #fefefe
skinparam databaseFontColor #666666

skinparam node {
  FontColor #ffffff
}

skinparam sequence {
   MessageAlign left
  
   ArrowColor #fefefe#2277dd
  ArrowFontColor  ArrowThickness #fefefe3
  ArrowThickness 2.5 
  
  ActorBorderColor #666666
  LifeLineBorderColor #666666
   ArrowFontColor #444444
  ActorBorderColor #444444
  LifeLineBorderColor #444444
  LifeLineBackgroundColor #eeeeee
 
 
 
  BoxColor #444444
  BoxBorderColor #666666
    
 #444444
    
  GroupBorderColor #666666#444444
   GroupBackgroundColor #eeeeee
    
   ParticipantBorderColor #666666#444444
   ParticipantBackgroundColor #ffffdd
   'ParticipantFontNameParticipantFontColor Impact#444444
  'ParticipantFontSize 17
  ParticipantFontColor #666666
    
   ActorBackgroundColor #ffffdd
   'ActorFontColor DeepSkyBlue
   'ActorFontSize 17
   'ActorFontName Aapex
}

@enduml

...

The  VES collectors will receive the VES messages of the O1 interface. For real-time event streaming the SMP project provide HV-VES.

Image RemovedImage Added