From 57fee7a5fef27cdfd591a189192e170a80d3b61f Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Fri, 22 Sep 2023 10:49:58 +0200 Subject: [PATCH] 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 --- spec/pm-streaming/o-ran-sc-i-pm-streaming-sequence.puml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.16.6