From: Martin Skorupski Date: Fri, 22 Sep 2023 08:49:58 +0000 (+0200) Subject: Create PM Data Sequence diagram X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=57fee7a5fef27cdfd591a189192e170a80d3b61f;p=oam.git Create PM Data Sequence diagram - remove alt for establishing streaming connection, as it is required Issue-ID: OAM-349 Change-Id: I7dc5473086cb4f59741c0c750b07ba173ded0650 Signed-off-by: Martin Skorupski --- diff --git a/spec/pm-streaming/o-ran-sc-i-pm-streaming-sequence.puml b/spec/pm-streaming/o-ran-sc-i-pm-streaming-sequence.puml index c479682..b8222df 100644 --- a/spec/pm-streaming/o-ran-sc-i-pm-streaming-sequence.puml +++ b/spec/pm-streaming/o-ran-sc-i-pm-streaming-sequence.puml @@ -45,15 +45,13 @@ sdnr-> mr: Connected! mr -> pmCoord: Connection to NF established pmCoord -> sdnr: PM Job Creation sdnr -> nf: <> 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 : <> establish Streaming Connection - pmCollect -> nf : <> Connection Established returns ConnectionId (wss:url) -end +nf -> pmCollect : <> establish Streaming Connection \nincludes mapping from streamId to jobId +pmCollect -> nf : <> Connection Established returns ConnectionId (wss:url) loop while performance job is active trigger -> sdnr: <> Trigger PM stream,\nwhen UEs are entering, leaving the cell