elinuxhenrik | 02cb601 | 2022-04-04 13:07:36 +0200 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. SPDX-License-Identifier: CC-BY-4.0 |
| 3 | .. Copyright (C) 2021 Nordix |
| 4 | |
| 5 | A1 Policy Management Service (from ONAP CCSDK) |
| 6 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 7 | |
| 8 | A1 Controller Service above A1 Controller/Adaptor that provides: |
| 9 | |
elinuxhenrik | 02cb601 | 2022-04-04 13:07:36 +0200 | [diff] [blame] | 10 | * Maintains (persistent) cache of RAN's A1 Policy information. |
| 11 | |
| 12 | * Support RAN-wide view of A1 Policy information. |
| 13 | * Streamline A1 traffic. |
| 14 | * Enable (optional) re-synchronization after inconsistencies / near-RT-RIC restarts. |
| 15 | * Supports a large number of near-RT-RICs (& multi-version support). |
| 16 | |
| 17 | * Converged ONAP & O-RAN-SC A1 Adapter/Controller functions in ONAP SDNC/CCSDK (Optionally deploy without A1 Adaptor to connect direct to near-RT-RICs). |
| 18 | * Support for different Southbound connectors per near-RT-RIC - e.g. different A1 versions, different near-RT-RIC version, different A1 adapter/controllers supports different or proprietary A1 controllers/EMSs. |
| 19 | |
elinuxhenrik | f9efac7 | 2022-06-29 12:35:56 +0200 | [diff] [blame] | 20 | See also A1 Policy Management Service in ONAP: `Wiki <https://wiki.onap.org/pages/viewpage.action?pageId=84672221>`_, :doc:`Documentation<onapa1policymanagementservice:index>`. |
elinuxhenrik | 02cb601 | 2022-04-04 13:07:36 +0200 | [diff] [blame] | 21 | |
| 22 | Implementation: |
| 23 | |
| 24 | * Implemented as a Java Spring Boot application. |
| 25 | |
elinuxhenrik | b3eae52 | 2022-06-23 10:31:09 +0200 | [diff] [blame] | 26 | This product is a part of :doc:`NONRTRIC <nonrtric:index>`. |