Versions Compared

Key

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

Updates are made for O-RAN-SC G-Release after the O-RAN Alliance has specified the o1NotifyPnfRegistration event for VES-domain "stndDefined".


PlantUML Macro
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
' PlantUML for ONAP/O-RAN o1NotifyPnfRegistration use case 2022-10
'
' Copyright 2022 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 O1 Notify PNF registration 
end title
                          
box “Network” #lightpink
  participant "O-RAN-SC O1 Simulation\n (e.g. O-DU)" as ntsim
end box
box "Service Management and Orchestration (SMO) (e.g. ONAP)" #gold
  participant "O1 VES Collector" as ves
  participant "Message Router" as dmaap
  participant "O1 NETCONF" as sdnr
end box

autonumber 1 1 "<b>[00]"
ntsim -> ves: REST: VES:o1NotifyPnfRegistration
ves -> dmaap: REST: Publish event \nVES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT
sdnr -> dmaap: REST: Get topic \nVES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT
dmaap -> sdnr: REST: pnfRegistration
sdnr ->sdnr: create \nmountpoint
sdnr -> ntsim: NETCONF <hello/>-req \n[TLS,SSH]
ntsim -> sdnr:  <hello/>-res

' 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! 
  2022-10-20 | onap.org | 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


The PNF registration data flow was simplified for demonstration purposes for the O-RAN-SC Amber release.  

The implementation on SDN-R was made in a way that it won't conflict with the complete 5G PNF Plug'n'Play please see: PNF PLUG and PLAY in R6 Frankfurt and 5G - PNF Plug and Play.



PlantUML Macro
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
' PlantUML for ONAP/O-RAN pnfRegistration use case 2019-12
'
' Copyright 2019 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 
  ONAP/O-RAN PNF registration 
end title
                          
box “Network” #lightpink
  participant "NTSim" as ntsim
end box
box "Service Management and Orchestration (SMO) (e.g. ONAP)" #gold
  participant "VES Collector" as ves
  participant "DMaaP" as dmaap
  participant "SDN-R" as sdnr
end box

autonumber 1 1 "<b>[00]"
ntsim -> ves: REST: VES:pnfRegistration
ves -> dmaap: REST: Publish event \nunauthenticated.VES_PNFREG_OUTPUT
sdnr -> dmaap: REST: Get topic \nunauthenticated.VES_PNFREG_OUTPUT
dmaap -> sdnr: REST: pnfRegistration
sdnr ->sdnr: create \nmountpoint
sdnr -> ntsim: NETCONF <hello/>-req \n[TLS,SSH]
ntsim -> sdnr:  <hello/>-res

' 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 | onap.org | 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