summaryrefslogtreecommitdiffstats
path: root/docs/architecture/architecture.rst
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-10-09 13:22:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-09 13:22:46 +0000
commit5ada52af92483ebc031e72c9bb4708737a9a59f0 (patch)
tree0c3227102c75c19cf218b927d5667a571820c4c9 /docs/architecture/architecture.rst
parent84ca89aa01518324f9c76bb58150deeba096e6a6 (diff)
parent9bb9a4c495eda5720fcb47e623f2967d54dae12e (diff)
Merge "Add documentation for PMS"
Diffstat (limited to 'docs/architecture/architecture.rst')
-rwxr-xr-xdocs/architecture/architecture.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst
new file mode 100755
index 00000000..3997950b
--- /dev/null
+++ b/docs/architecture/architecture.rst
@@ -0,0 +1,33 @@
+.. SPDX-License-Identifier: CC-BY-4.0
+.. Copyright 2020 Nordix Foundation
+.. _architecture:
+
+
+Architecture
+============
+
+************
+Introduction
+************
+
+
+The CCSDK ORAN components provides handling of the O-RAN A1 interface.
+
+
+*********************************************
+Global NBI architecture for Frankfurt release
+*********************************************
+
+Following illustration provides a global view about Non-Real-Time-RIC architecture,
+integration with other ONAP components and API resource/operation provided.
+
+.. image:: ../media/o-ran-onap-integration.png
+ :width: 800pt
+
+
+***************
+Developer Guide
+***************
+
+Technical information about the ORAN components (dependencies, configuration, running & testing) could be found in :ref:`developer_guide`.
+