blob: d01358d7ed696b4ab64a312d69bb0174b28a87ce [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 and others
4
5OAM Operation and Maintenance Overview
6======================================
7
8The O-RAN SC OAM provides administrative and operator
9functions for O-RAN components, such as Near-Realtime-RAN-Inelegent-Controller,
10O-RAN Centralized Unit, O-RAN Distributed Unit and O-RAN Radio Unit.
11
12The project follows the specifications for the O1 interface as provided by
13O-RAN Working Group1.
14
15
16Project Resources
17-----------------
18
demx8as62bb02ea2020-06-13 13:47:30 +020019The project uses the following Linux Foundation resources:
demx8as62493dbc2019-11-13 23:57:47 +010020
demx8as62bb02ea2020-06-13 13:47:30 +020021* The source code is maintained in this Gerrit:
demx8as62493dbc2019-11-13 23:57:47 +010022 `<https://gerrit.o-ran-sc.org/r/admin/repos/oam>`_
23
demx8as62bb02ea2020-06-13 13:47:30 +020024* The build (CI) jobs are in this Jenkins:
demx8as62493dbc2019-11-13 23:57:47 +010025 `<https://jenkins.o-ran-sc.org/view/oam/>`_
26
demx8as62bb02ea2020-06-13 13:47:30 +020027* Issues are tracked in this Jira:
demx8as62493dbc2019-11-13 23:57:47 +010028 `<https://jira.o-ran-sc.org/projects/OAM/>`_
29
demx8as62bb02ea2020-06-13 13:47:30 +020030* Project information is available in this Wiki:
demx8as62493dbc2019-11-13 23:57:47 +010031 `<https://wiki.o-ran-sc.org/display/OAM/Operations+and+Maintenance>`_
32
33
34Scope
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
39O1-interface.
40
41The O-RAN-OAM-interface specification defines
42
43- a NetConf-Server for Configuration Management (CM) and
44- a http-client for Fault Managment (FM), Performance Management (PM) and other
45 events on each Management-Service-Provider (MnS-Provider) running on the
46 ManagedElement (ME).
47
48THe O-RAN-SC-OAM project provides reference implementation according to the
49O-RAN OAM (WG1) documents. In addition we provide a common MnS-Consumer for
50development and module test purposes. The assumption is that the projects
51for the ManagedElements can concentrate on the more important user-plane.
52
53Of cause each project needs its own OAM repo to address the specific needs
54of the ManagedElement.