From 3bf6d6fa5f07ac7fb1b0e19963b4459b1c0b7d9b Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Fri, 22 Sep 2023 11:29:57 +0200 Subject: [PATCH] Create PM Data Sequence diagram - housekeeping Issue-ID: OAM-349 Change-Id: If20689af49cb8a8d41d6e4eefb5be284527dd875 Signed-off-by: Martin Skorupski --- spec/pm-streaming/o-ran-sc-i-pm-streaming-sequence.puml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 02ace39..56220f9 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 @@ -124,7 +124,7 @@ loop while PM job is active in NF pmDFC -> mr : PM Data (raw) available end -== PM Data Convertion (Common) == +== PM Data Conversion (Common) == loop while PM Job is active in NF mr -> pmConvert : PM Data (raw) available @@ -150,7 +150,7 @@ loop while PM Job is active in NF opt RAN PM Data (R1-PM 'streamed ranpm' datatype) is streamed to rApp note over pmProducer, dmeICS : Init RAN PM Data Producer registration with DME (DME Producer) pmProducer -> dmeICS : Register data 'streamed ranpm' type (if not already registered) - pmProducer -> dmeICS : Register as 'streamed ranpm' producder + pmProducer -> dmeICS : Register as 'streamed ranpm' producer note over rApp, dmeICS : rApp creates 'streamed ranpm' subscription (DME Consumer) rApp -> dmeICS : Register data 'streamed ranpm' type (if not already registered) rApp -> dmeICS : Create subscription/job for 'streamed ranpm' data @@ -173,7 +173,7 @@ loop while PM Job is active in NF note over pmInflux, dmeICS : Init RAN PM Data Producer registration with DME (DME Producer) pmInflux -> dmeICS : Register data 'stored ranpm' type (if not already registered) group #a0a0a090 TBC - pmInflux -> dmeICS : Register as 'stored ranpm' producder + pmInflux -> dmeICS : Register as 'stored ranpm' producer note over rApp, dmeICS : rApp creates 'stored ranpm' subscription (DME Consumer) rApp -> dmeICS : Register data 'stored ranpm' type (if not already registered) rApp -> dmeICS : Create subscription/job for 'streamed ranpm' data @@ -195,7 +195,7 @@ loop while PM Job is active in NF end opt group #a0a0a090 TBC - ' Currently AIMLFMW does not act as a DME consumer to read the InfluxDB. It reads it direct + ' Currently AIMLFW does not act as a DME consumer to read the InfluxDB. It reads it direct ' According to the 'current' specs that is fine - AIMLFW is not an 'rApp' ' However, as the Disaggregated SMo work progressed it will need to use DME. opt RAN PM Data (R1-PM 'stored ranpm' datatype) is consumed by rApp from influxDB producer -- 2.16.6