add smo o1 and inf o2 to document main stream 36/7436/1
authorweichen <niweichen@chinamobile.com>
Tue, 21 Dec 2021 07:06:46 +0000 (02:06 -0500)
committerweichen <niweichen@chinamobile.com>
Tue, 21 Dec 2021 07:07:15 +0000 (02:07 -0500)
Signed-off-by: weichen <niweichen@chinamobile.com>
Change-Id: Ide1d5b897c1be17df7fad38011cf2e9d9aeef535

docs/conf.py
docs/projects.rst
docs/release-notes.rst

index fb4832e..093dbcb 100644 (file)
@@ -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)
 
 
index 1eb8167..38a4500 100644 (file)
@@ -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 <pti-rtp:index>`
+* :doc:`RTP O2 <pti-o2:index>`
 
 
 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 <smo-ves:index>`
-
+* :doc:`SMO O1 <smo-o1:index>`
 
 
 
index b5fa610..215eedf 100644 (file)
@@ -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 <pti-rtp:release-notes>`
+* :doc:`RTP O2 Release-notes <pti-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 <sim-o1-interface:release-notes>`
+* :doc:`Realtime Platform Release-notes <pti-rtp: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 <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 <smo-ves:release-notes>`
 
 
 
+.. Simulations(SIM) Amber release features contain:
+
+.. * :doc:`SIM/O1-Interface Release-notes <sim-o1-interface:release-notes>`