From: JohnKeeney Date: Mon, 28 Aug 2023 19:42:15 +0000 (+0100) Subject: Fix error in rtd docs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fh-release;p=nonrtric.git Fix error in rtd docs Issue-ID: NONRTRIC-855 Change-Id: I7beb1292e70e3155ad3dc335d0c71126f645f8fb Signed-off-by: JohnKeeney --- diff --git a/docs/overview.rst b/docs/overview.rst index f2fbbbfa..97a685bc 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -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 `.