blob: 018b7b4a00fbe2a4e63893deba33c1b1f19f87b3 [file] [log] [blame]
elinuxhenrik02cb6012022-04-04 13:07:36 +02001.. 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
5A1 Policy Management Service (from ONAP CCSDK)
6~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
8A1 Controller Service above A1 Controller/Adaptor that provides:
9
elinuxhenrik02cb6012022-04-04 13:07:36 +020010* 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
elinuxhenrikf9efac72022-06-29 12:35:56 +020020See also A1 Policy Management Service in ONAP: `Wiki <https://wiki.onap.org/pages/viewpage.action?pageId=84672221>`_, :doc:`Documentation<onapa1policymanagementservice:index>`.
elinuxhenrik02cb6012022-04-04 13:07:36 +020021
22Implementation:
23
24* Implemented as a Java Spring Boot application.
25
elinuxhenrikb3eae522022-06-23 10:31:09 +020026This product is a part of :doc:`NONRTRIC <nonrtric:index>`.