From 57c0f405d87b1380844b54a44c85b3e489183dab Mon Sep 17 00:00:00 2001 From: weichen Date: Tue, 21 Dec 2021 02:06:46 -0500 Subject: [PATCH] add smo o1 and inf o2 to document main stream Signed-off-by: weichen Change-Id: Ide1d5b897c1be17df7fad38011cf2e9d9aeef535 --- docs/conf.py | 3 ++- docs/projects.rst | 3 ++- docs/release-notes.rst | 17 ++++++++++++----- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fb4832e..093dbcb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,6 +80,7 @@ intersphinx_mapping['o-du-phy'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc- #INF intersphinx_mapping['pti-rtp'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-pti-rtp/en/%s' % branch, None) +intersphinx_mapping['pti-o2'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-pti-o2/en/%s' % branch, None) #SIM @@ -95,6 +96,6 @@ intersphinx_mapping['it-otf'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-it #SMO intersphinx_mapping['smo-ves'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-smo-ves/en/%s' % branch, None) - +intersphinx_mapping['smo-o1'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-smo-o1/en/%s' % branch, None) diff --git a/docs/projects.rst b/docs/projects.rst index 1eb8167..38a4500 100644 --- a/docs/projects.rst +++ b/docs/projects.rst @@ -120,6 +120,7 @@ Initial building blocks for infrastructure to run O-RAN NF components. More detailed function documentation can be found as follow: * :doc:`Realtime Platform ` +* :doc:`RTP O2 ` Simulations(SIM) @@ -153,7 +154,7 @@ Initial simulators used for testing O-RAN NF interfaces. More detailed function documentation can be found as follow: * :doc:`SMO-VES ` - +* :doc:`SMO O1 ` diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b5fa610..215eedf 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -229,14 +229,14 @@ O-DU Layer 1, which is the O-RAN FHI Lib built on top of DPDK to perform U-plane Infrastructure (INF) features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Realtime Platform, which implements a real time platform to deploy the O-CU and O-DU components. +RTP O2 repository implements a reference O2 IMS and DMS service to expose O2 interface to SMO. -* :doc:`Realtime Platform Release-notes ` +* :doc:`RTP O2 Release-notes ` -.. Simulations(SIM) Amber release features contain: +Realtime Platform, which implements a real time platform to deploy the O-CU and O-DU components. -.. * :doc:`SIM/O1-Interface Release-notes ` +* :doc:`Realtime Platform Release-notes ` @@ -270,12 +270,19 @@ IT-DEV includes the initial commit of the OTF platform code. Applications includ Service Management and Orchestration (SMO) features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The primary goal of the SMO project is to integrate different software artifacts of existing open-source projects creating a fully functional open-source Service Management and Orchestration (SMO). +SMO O1 repository is for the implementation, installation, and use of the O1 interface of SMO. It uses the Software Defined Netowrk (SDN) Controller for Radio (SDNR) to implement the O1 interface. The software comes in the form of Docker containers that are setup using docker-compose. + +* :doc:`SMO O1 Release-notes ` + +The O1/VES interface supports the monitoring side of SMO. The diagram below shows how the Network Elements interact with the O1/VES interface in the SMO. * :doc:`SMO-VES Release-notes ` +.. Simulations(SIM) Amber release features contain: + +.. * :doc:`SIM/O1-Interface Release-notes ` -- 2.16.6