From f5dfee2e2385455ddd4f5bcf652f14bc2c654b07 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Thu, 16 Jan 2025 11:29:33 +0000 Subject: [PATCH] Update links and release references Issue-ID: NONRTRIC-1042 Change-Id: Idae69dac01c89400f6c43a7b38f4ce940c87db85 Signed-off-by: saul.gill --- README.md | 2 +- docs/conf.py | 10 +++++----- docs/installation-guide.rst | 4 ++-- docs/requirements.rst | 4 ++-- docs/use-cases.rst | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 81caa272..973441bd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The O-RAN SC Non-RT RIC provides support for non-real-time intelligent radio res Please see the documentation in the docs/ folder -For more information about the Non-RT RIC project please see the [project website](https://wiki.o-ran-sc.org/display/RICNR "O-RAN-SC Non-RT RIC project") +For more information about the Non-RT RIC project please see the [project website](https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/overview "O-RAN-SC Non-RT RIC project") ## License diff --git a/docs/conf.py b/docs/conf.py index 1bf42b62..770b0850 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2019-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2019-2025 Nordix Foundation. All rights reserved. # Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); @@ -36,10 +36,10 @@ ranpmbranch = 'latest' onapbranch = 'latest' # Add some useful links available in every page rst_epilog = """ -.. _nonrtricwiki: https://wiki.o-ran-sc.org/display/RICNR/ -.. _nonrtricwikidevguide: https://wiki.o-ran-sc.org/display/RICNR/Release+J -.. _nonrtricwikik8s: https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Kubernetes -.. _nonrtricwikidocker: https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Docker +.. _nonrtricwiki: https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/overview +.. _nonrtricwikidevguide: https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802434/Release+K +.. _nonrtricwikik8s: https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802787/Release+K+-+Run+in+Kubernetes +.. _nonrtricwikidocker: https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/pages/86802677/Release+K+-+Run+in+Docker """ ## diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 4a4f0131..7f6c24c7 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2021-2023 Nordix Foundation. All rights Reserved +.. Copyright (C) 2021-2025 Nordix Foundation. All rights Reserved .. Copyright (C) 2023 OpenInfra Foundation Europe. All Rights Reserved Installation Guide @@ -48,4 +48,4 @@ command to start the components: -f ics/docker-compose.yaml The example above is just an example to start some of the components. -For more information on running and configuring the functions can be found in the README file in the "`docker-compose `_" folder, and on the `wiki page `_ +For more information on running and configuring the functions can be found in the README file in the "`docker-compose `_" folder, and on the `wiki page `_ diff --git a/docs/requirements.rst b/docs/requirements.rst index 471cf898..af9bdb6a 100644 --- a/docs/requirements.rst +++ b/docs/requirements.rst @@ -1,13 +1,13 @@ .. 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) 2021-2025 Nordix Requirements for the Non-RT RIC project ======================================= Find detailed description of what Non-RT RIC is on this `page`_. -.. _page: https://wiki.o-ran-sc.org/display/RICNR/ +.. _page: https://lf-o-ran-sc.atlassian.net/wiki/spaces/RICNR/overview The NONRTRIC project (and the O-RAN Non-RealTime RIC function) can be considered from a number of different viewpoints. This page presents some of these views: diff --git a/docs/use-cases.rst b/docs/use-cases.rst index d1e7d7d0..754e6e77 100644 --- a/docs/use-cases.rst +++ b/docs/use-cases.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2021 Nordix +.. Copyright (C) 2021-2025 Nordix Use Cases ######### @@ -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). @@ -50,7 +50,7 @@ There is a `docker-compose `_. +the `wiki `_. ICS Consumer Solution +++++++++++++++++++++ -- 2.16.6