From 8cb9c01bb4f3a81e7b17155017a1254ac48f91e8 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Tue, 14 Jan 2025 08:52:04 +0000 Subject: [PATCH] Fix broken links Issue-ID: NONRTRIC-1042 Change-Id: I576f7abe7d9fd0a5ad27039fe01a4e7aa26c836d Signed-off-by: saul.gill --- docs/overview.rst | 4 ++-- docs/use-cases.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/overview.rst b/docs/overview.rst index 60515a09..da5d94cb 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -114,7 +114,7 @@ Maintains (persistent) cache of RAN's A1 Policy information. Implementation: - Implemented as a Java Spring Boot application. -- Wiki: `A1 Policy Management Service in ONAP `_ . +- Wiki: `A1 Policy Management Service in ONAP `_ . - Repo: *nonrtric/plt/a1policymanagementservice*. - Documentation at the :doc:`A1 Policy Management Service documentation site `. @@ -133,7 +133,7 @@ Mediation point for A1 interface termination in SMO/NONRTRIC. Implementation: - Repo: *nonrtric/plt/sdnca1controller* -- Wiki: `A1 Adapter/Controller Functions in ONAP `_ . +- Wiki: `A1 Adapter/Controller Functions in ONAP `_ . A1 Interface / Near-RT-RIC Simulator ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/use-cases.rst b/docs/use-cases.rst index c9f4d39d..d1e7d7d0 100644 --- a/docs/use-cases.rst +++ b/docs/use-cases.rst @@ -23,7 +23,7 @@ O-RU Front-Haul Recovery This use case is a non-real-world closed-loop use case to demonstrate automated recovery when the front-haul connection between an O-DU and O-RU is reset. An application in the NONRTRIC senses the fault from the O-RU (O1-FM) and initiates a NETCONF reset operation (O1-CM) using the OAM controller. -More details about the use case can be found on the O-RAN SC wiki: `RSAC `_ and `OAM `_. +More details about the use case can be found on the O-RAN SC wiki: `RSAC `_ and `OAM `_. Non-RT RIC provides multiple implementation versions of the recovery part of the use case. One in the form of a python script, one utilizing the ONAP Policy Framework, and one Go version that utilizes Information Coordination Service (ICS). @@ -42,7 +42,7 @@ All parts are Dockerized and can be started as individual containers, in the sam ONAP Policy Solution ++++++++++++++++++++ -There is also another solution for performing the front-haul recovery that is based on `ONAP Policy Framework `_. +There is also another solution for performing the front-haul recovery that is based on `ONAP Policy Framework `_. A TOSCA Policy has been created that listens to DMaaP Message Router, makes a decision on an appropriate remedy and then signals the decision as a configuration change message via REST call to the OAM controller. -- 2.16.6