blob: 84282f516bb1172944b8f9d1c4938af51f27482c [file] [log] [blame]
demx8as62493dbc2019-11-13 23:57:47 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
3.. Copyright (C) 2019 highstreet technologies GmbH
4
5
6Operation and Maintenance Release Notes
7=======================================
8
9This document provides the release notes for O-RAN-SC Amber release of the Operation and Maintenance (OAM) project.
10
11.. contents::
12 :depth: 3
13 :local:
14
15
16Version history
17---------------
18
19+--------------------+--------------------+--------------------+--------------------+
20| **Date** | **Ver.** | **Author** | **Comment** |
21| | | | |
22+--------------------+--------------------+--------------------+--------------------+
23| 2019-09-08 | 0.1.0 | | Initial Version |
24| | | | |
25+--------------------+--------------------+--------------------+--------------------+
26| 2019-09-18 | 0.1.1 | | Initial Version |
27| | | | DEV environment |
28+--------------------+--------------------+--------------------+--------------------+
Alex Stancu674087e2019-11-28 14:21:17 +010029| 2019-11-14 | 1.0.0 | | Docs added |
demx8as62493dbc2019-11-13 23:57:47 +010030| | | | |
31+--------------------+--------------------+--------------------+--------------------+
32
33
34Summary
35-------
36
37According to the O-RAN-SC-OAM-Architecture document all ManagedElements
38(near-real-time-RIC, O-CU-CP, O-CU-UP, O-DU and O-RU) implement the O1-interface.
39
40The O-RAN-OAM-interface specification defines
41
42a NetConf-Server for Configuration Management (CM) and
43a http-client for Fault Managment (FM), Performance Management (PM) and other events
44on each Management-Service-Provider (MnS-Provider) running on the ManagedElement (ME).
45
46
47
48The O-RAN-SC-OAM project provides reference implementation according to the O-RAN OAM (WG1) documents.
49In addition we provide a common MnS-Consumer for development and module test purposes.
50The assumption is that the projects for the ManagedElements can concentrate on the more important user-plane.