Documentation of RAN PM
Added link to PM Data Converter.
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-868
Change-Id: I4b590cc637f749bea8ab7353fe919a57173c29e6
diff --git a/kafka-pm-producer/docs/overview.rst b/kafka-pm-producer/docs/overview.rst
index b2469ef..906881a 100644
--- a/kafka-pm-producer/docs/overview.rst
+++ b/kafka-pm-producer/docs/overview.rst
@@ -110,9 +110,9 @@
}
-**************************
+*************************
Output File Ready Message
-**************************
+*************************
Here follows an example of the sent object indicating that a new Json file is available.
It only contains the name of the stored file. The name of the bucket and the minio endpoint
@@ -125,5 +125,30 @@
}
+************************
+Input File Ready Message
+************************
+
+Below follows an example of an input File Ready Message. The
+message is sent by the Data File Collector. The only elemts used by this component are sourceName, name and
+objectStoreBucket.
+
+.. code-block:: javascript
+
+ {
+ "productName":"RnNode",
+ "vendorName":"Ericsson",
+ "lastEpochMicrosec":151983,
+ "sourceName":"5GRAN_DU",
+ "startEpochMicrosec":15198378,
+ "timeZoneOffset":"UTC+05:00",
+ "compression":"gzip",
+ "fileFormatType":"org.3GPP.32.435#measCollec",
+ "fileFormatVersion":"V10",
+ "name":"5GRAN_DU/A20220418.1900-1915_seliitdus00487.xml",
+ "changeIdentifier":"PM_MEAS_FILES",
+ "objectStoreBucket":"ropfiles"
+ }
+