Create PM Data Sequence diagram 09/11809/3
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 22 Sep 2023 08:49:58 +0000 (10:49 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 22 Sep 2023 09:22:59 +0000 (09:22 +0000)
- remove alt for establishing streaming connection, as it is required

Issue-ID: OAM-349
Change-Id: I7dc5473086cb4f59741c0c750b07ba173ded0650
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
spec/pm-streaming/o-ran-sc-i-pm-streaming-sequence.puml

index c479682..b8222df 100644 (file)
@@ -45,15 +45,13 @@ sdnr-> mr: Connected!
 mr -> pmCoord: Connection to NF established
 pmCoord -> sdnr: PM Job Creation
 sdnr -> nf: <<NETCONF/TLS>> PM Job Creation
-nf -> sdnr: PM Job Created
+nf -> sdnr: PM Job Created\nincludes http target for stream establishment
 sdnr -> pmCoord: PM Job Created
 
 == PM Data Streaming ==
 
-alt not needed, because streamTarget of the PM Job is the ConnectionId value
-  nf -> pmCollect : <<HTTP/TLS>> establish Streaming Connection
-  pmCollect -> nf : <<HTTP/TLS>> Connection Established returns ConnectionId (wss:url)
-end 
+nf -> pmCollect : <<HTTP/TLS>> establish Streaming Connection \nincludes mapping from streamId to jobId
+pmCollect -> nf : <<HTTP/TLS>> Connection Established returns ConnectionId (wss:url)
 
 loop while performance job is active
   trigger -> sdnr: <<RESTCONF/TLS>> Trigger PM stream,\nwhen UEs are entering, leaving the cell