elinuxhenrik | 9bb9a4c | 2020-10-08 14:36:37 +0200 | [diff] [blame] | 1 | .. SPDX-License-Identifier: CC-BY-4.0 |
JohnKeeney | 069b469 | 2022-05-12 22:15:14 +0100 | [diff] [blame] | 2 | .. Copyright 2022 Nordix Foundation |
elinuxhenrik | 9bb9a4c | 2020-10-08 14:36:37 +0200 | [diff] [blame] | 3 | .. _architecture: |
| 4 | |
| 5 | |
| 6 | Architecture |
| 7 | ============ |
| 8 | |
| 9 | ************ |
| 10 | Introduction |
| 11 | ************ |
| 12 | |
| 13 | |
JohnKeeney | de4ac0d | 2021-03-09 18:32:45 +0000 | [diff] [blame] | 14 | The CCSDK ORAN components add support for handling "A1 Policies" as defined for the O-RAN A1 interface. |
| 15 | |
| 16 | The O-RAN A1 interface is defined by the `O-RAN Alliance <https://www.o-ran.org>`_ |
elinuxhenrik | 9bb9a4c | 2020-10-08 14:36:37 +0200 | [diff] [blame] | 17 | |
| 18 | |
JohnKeeney | 069b469 | 2022-05-12 22:15:14 +0100 | [diff] [blame] | 19 | ******************* |
| 20 | Architecture Review |
| 21 | ******************* |
elinuxhenrik | 9bb9a4c | 2020-10-08 14:36:37 +0200 | [diff] [blame] | 22 | |
JohnKeeney | de4ac0d | 2021-03-09 18:32:45 +0000 | [diff] [blame] | 23 | This picture provides a overview of ONAP's A1 Controller architecture, |
elinuxhenrik | 9bb9a4c | 2020-10-08 14:36:37 +0200 | [diff] [blame] | 24 | integration with other ONAP components and API resource/operation provided. |
| 25 | |
elinuxhenrik | 42fb47f | 2020-11-17 17:43:28 +0100 | [diff] [blame] | 26 | .. image:: ../media/ONAP-A1ControllerArchitecture.png |
| 27 | :width: 500pt |
elinuxhenrik | 9bb9a4c | 2020-10-08 14:36:37 +0200 | [diff] [blame] | 28 | |
| 29 | |
| 30 | *************** |
| 31 | Developer Guide |
| 32 | *************** |
| 33 | |
JohnKeeney | de4ac0d | 2021-03-09 18:32:45 +0000 | [diff] [blame] | 34 | Technical information about the O-RAN components (dependencies, configuration, running & testing) can be found in :ref:`developer_guide`. |
elinuxhenrik | 9bb9a4c | 2020-10-08 14:36:37 +0200 | [diff] [blame] | 35 | |