Fix error in rtd docs 79/11679/3 h-release
authorJohnKeeney <john.keeney@est.tech>
Mon, 28 Aug 2023 19:42:15 +0000 (20:42 +0100)
committerJohn Keeney <John.Keeney@est.tech>
Mon, 28 Aug 2023 20:00:43 +0000 (20:00 +0000)
Issue-ID: NONRTRIC-855
Change-Id: I7beb1292e70e3155ad3dc335d0c71126f645f8fb
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/overview.rst

index f2fbbbf..97a685b 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2021 Nordix
+.. Copyright (C) 2023 Nordix
 
 .. |archpic| image:: ./images/nonrtric-architecture-H.png
   :alt: Image: O-RAN SC - NONRTRIC Overall Architecture
@@ -267,12 +267,16 @@ The auth-token-fetch is configured by the following environment variables.
 
 RAN Performance Monitoring Functions (File-based PM)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Functions to collect/parse/filter/store/forward file-based & event-based RAN PM data
+
+Functions to collect/parse/filter/store/forward file-based & event-based RAN PM data:
+
 - End-to-end tool-chain to collection, parsing, filtering and delivery of file-based RAN PM observability data.
 - PM report data format defined by 3GPP (TS 32.432 and 3GPP TS 32.435)
 - High performance, fully scalable
 - Subscribers (e.g. rApps) can subscribe for chosen measurement types from specific resources in the network
+
 Implementation:
+
 - Implemented in Go, Java and Python
 - Repo: *nonrtric/plt/ranpm*
 - Documentation at the :doc:`Non-RT RIC RAN PM Usecase / Functions documentation site <ranpm:index>`.