Merge "Create VES client example for domain 'stndefined'"
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Tue, 20 Apr 2021 09:38:18 +0000 (09:38 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 20 Apr 2021 09:38:18 +0000 (09:38 +0000)
12 files changed:
.gitignore
docs/_static/o-ran-architecture.png
docs/abbreviations.rst
docs/config-deploy.rst
docs/connect.rst
docs/developer-guide.rst
docs/index.rst
docs/mediator.rst
docs/overview.rst
docs/release-notes.rst
docs/sdnr_Docker_Image_configuration.rst
docs/sdnr_WT_Service_Configuration_parameters.rst

index d4d7d55..2355669 100644 (file)
@@ -22,6 +22,7 @@ pom.xml.next
 dependency-reduced-pom.xml
 buildNumber.properties
 .mvn/timing.properties
+*.pyc
 
 */**/bin/
 
@@ -32,12 +33,13 @@ target/
 # Opendaylight yang-tools
 yang-gen-sal/
 
-# Eclipse related
+# IDE (Eclipse, vsCode) related
 .project
 .classpath
 .settings/
 target-ide/
 release.properties
+.vscode
 
 # data models in scp/oam/modeling
 *.yang
index 9642d0d..af0d517 100644 (file)
Binary files a/docs/_static/o-ran-architecture.png and b/docs/_static/o-ran-architecture.png differ
index 0f59b36..d0b45e9 100644 (file)
@@ -7,346 +7,518 @@ Abbreviations
 
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | **Abbreviation** | **Description**                                                                                                                                                              |
-+==================+==============================================================================================================================================================================+
+|                  |                                                                                                                                                                              |
++------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | AAF              | `Application Authorization Framework <https://wiki.onap.org/display/DW/Application+Authorization+Framework+Project>`__                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | A&AI             | `Active & Available Inventory <https://wiki.onap.org/display/DW/Active+and+Available+Inventory+Project>`__                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | AAA              | `Authentication,Authorization and Accounting <https://en.wikipedia.org/wiki/AAA_(computer_security)>`__                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | AID              | Architecture Integration Document                                                                                                                                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | APPC             | `ApplicationController <https://wiki.onap.org/display/DW/Application+Controller+Project>`__                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | BPEL             | Business Process Execution Language                                                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | BPMN             | `Business Process Model and Notation or Business Process Management Notation <https://en.wikipedia.org/wiki/Business_Process_Model_and_Notation>`__                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | BRMS             | Business Rules Management System                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | BSS              | Business Support System                                                                                                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CCSDK            | Common Controller SDK project                                                                                                                                                |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CDAP             | `Cask Data Application Platform <https://cdap.io/>`__                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CDS              | Controller Design Studio                                                                                                                                                     |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CI/CD            | Continuous Integration / Continuous Delivery                                                                                                                                 |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CL               | Control Loop                                                                                                                                                                 |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CLAMP            | Closed Loop Automation Management Platform (project)                                                                                                                         |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CLI              | `Command Line Interface (project) <https://wiki.onap.org/display/DW/Command+Line+Interface+Project>`__                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CMA              | Change Management Application (within ONAP)                                                                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CNF              | Cloud Native network Function.                                                                                                                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | COE              | Container Orchestration Engine                                                                                                                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CPE              | Customer Premise Equipment                                                                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | CSAR             | `Cloud Service ARchive (link) <http://openbaton.github.io/documentation/tosca-CSAR-onboarding/>`__                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DAO              | `Data Access Object <https://en.wikipedia.org/wiki/Data_access_object>`__                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DCAE             | `Data Collection Analytics & Events <https://wiki.onap.org/pages/viewpage.action?pageId=6592895>`__                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DDoS             | Distributed Denial-of-Service attack                                                                                                                                         |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DG               | Directed Graph                                                                                                                                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DG Builder       | Directed Graph Builder                                                                                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DMaaP            | `Data Movement as a Platform <https://wiki.onap.org/display/DW/DMaaP>`__                                                                                                     |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DME              | `Direct Messaging Engine (common service within ONAP) <https://wiki.onap.org/display/DW/Common+Services>`__                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DNS              | Domain Name System                                                                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | DPDK             | Data Plane Development Kit                                                                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | EELF             | `Event and Error-Logging Framework <https://wiki.onap.org/display/DW/Common+Services>`__                                                                                     |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | EMS              | `Element Management System <https://en.wikipedia.org/wiki/Element_management_system>`__                                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | ESR              | `External System Register <https://wiki.onap.org/pages/viewpage.action?pageId=5734948>`__                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | ETSI             | `European Telecommunications Standards Institute <http://www.etsi.org/technologies-clusters/technologies/689-network-functions-virtualisation>`__                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | EUAG             | `ONAP End User Advisory Group <https://wiki.lfnetworking.org/pages/viewpage.action?pageId=2916362>`__                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | FCAPS            | Fault Configuration Accounting Performance Security                                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | GBP              | `Group-Based Policy <https://wiki.openstack.org/wiki/GroupBasedPolicy>`__                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| GNFC             | `Genric Network Function Controller <https://wiki.onap.org/download/attachments/45300148/ONAP_GNF_ControllersSOL003.pptx?version=1&modificationDate=1548619943000&api=v2>`__ |
+| GNFC             | `Generic Network Function Controller <https://wiki.onap.org/download/attachments/45300148/ONAP_GNF_ControllersSOL003.pptx?version=1&modificationDate=1548619943000&api=v2>`__|
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | GUI              | `Graphical User Interface <https://en.wikipedia.org/wiki/Graphical_user_interface>`__                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | HAS              | `Homing and Allocation Service <https://wiki.onap.org/pages/viewpage.action?pageId=16005528>`__                                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | HDFS             | Hadoop Distributed File System                                                                                                                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | HPA              | Hardware Platform Awareness                                                                                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| HTTP             | HyperText Transfer Protococol                                                                                                                                                |
+| HTTP             | HyperText Transfer Protocol                                                                                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | HV VES           | `High Volume Virtual function Event Stream <https://wiki.onap.org/display/DW/High+Volume+VES+Collector>`__                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | IAM/IDAM         | Identity and Access Management                                                                                                                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | ICE              | Incubation and Certification Environment                                                                                                                                     |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | IDS              | `Intrusion Detection System <https://en.wikipedia.org/wiki/Intrusion_detection_system>`__                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | IETF             | `Internet Engineering Task Force <http://www.ietf.org>`__                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | IKE              | `Internet Key Exchange <https://en.wikipedia.org/wiki/Internet_Key_Exchange>`__                                                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | IPS              | `Intrusion Prevention System <https://en.wikipedia.org/wiki/Intrusion_detection_system>`__                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | IPSEC            | `Internet Protocol Security <https://en.wikipedia.org/wiki/IPsec>`__                                                                                                         |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | JAR              | `Java Archive <https://en.wikipedia.org/wiki/JAR_(file_format)>`__                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | JSC              | `Java Service Container <https://wiki.onap.org/display/DW/Common+Services>`__                                                                                                |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | JSON             | JavaScript Object Notation                                                                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | LCM              | Life Cycle Management                                                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | LFN CVC          | `Linux Foundation Networking Compliance/Verification Committee <https://wiki.onap.org/display/DW/LFN+CVC+Testing+in+VNFSDK>`__                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | LFN CVP          | `Linux Foundation Networking Compliance/Verification Program <https://wiki.onap.org/display/DW/LFN+CVC+Testing+in+VNFSDK>`__                                                 |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | LRM              | Local Resource Monitor                                                                                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | M0               | Release Kick-off milestone. See also Release Lifecycle                                                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | M1               | Release Planning milestone. See also Release Lifecycle                                                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | M2               | Release Functionality Freeze milestone.  See also Release Lifecycle                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | M3               | Release API Freeze milestone.  See also Release Lifecycle                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | M4               | Release Code Freeze milestone.  See also Release Lifecycle                                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MACD             | (Vendor specific) Move Add Change Delete/Disconnect                                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MANO             | MANagement and Organization of NFV                                                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MD-SAL           | Model Driven Service Abstraction Layer                                                                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MR               | Message Router (a Common Service of ONAP)                                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MOP              | Method of Procedure                                                                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MOTS             | Mechanized Operations Tracking System                                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MSB              | Microservice Bus                                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MSO              | `Master Service Orchestrator <https://wiki.onap.org/pages/viewpage.action?pageId=1015834>`__                                                                                 |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | MVP              | `Minimum Viable Product <https://en.wikipedia.org/wiki/Minimum_viable_product>`__                                                                                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NAI              | Network Artificial Intelligence                                                                                                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NANCSP           | Network Cloud Service Provider                                                                                                                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NBI              | North Bound Interface                                                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NEP              | Network Equipment Provider                                                                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NETCONF          | `Network Configuration Protocol <https://en.wikipedia.org/wiki/NETCONF>`__                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NFV              | `Network Function Virtualization <https://en.wikipedia.org/wiki/Network_function_virtualization>`__                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NFVI             | Network Functions Virtualization Infrastructure                                                                                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NOD              | Network On Demand                                                                                                                                                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NS               | Network Services                                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | NS               | (Vendor Specific) New Start                                                                                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | O-CU             | O-RAN Centralized Unit                                                                                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | O-DU             | O-RAN Distributed Unit                                                                                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | O-RAN            | `O-RAN Alliance, Operator Defined Next Generation Radio Access Networks Alliance <https://www.o-ran.org>`__                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | O-RAN-SC         | `O-RAN Software Community <https://o-ran-sc.org>`__                                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | O-RU             | O-RAN Radio Unit                                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OAM              | Operation and Maintenance                                                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OA&M             | Operations, Administration and Management                                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OMF              | Operational Management Framework (of ONAP)                                                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OMSA             | ONAP Microservice Architecture                                                                                                                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | ONAP             | `Open Network Automation Platform <https://wiki.onap.org/display/DW/Developer+Wiki>`__                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OOF              | ONAP Optimization Framework                                                                                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | ODL              | `OpenDaylight <https://www.opendaylight.org/>`__                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OOM              | `ONAP Operations Manager <https://wiki.onap.org/display/DW/OOM+User+Guide>`__                                                                                                |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OPNFV            | `Open Platform for NFV Project <https://www.opnfv.org>`__                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OSAM             | `Open Source Access Manager <https://wiki.onap.org/display/DW/OpenSource+Access+Manager+%28OSAM%29+Use+Case>`__                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OSC              | O-RAN Software Community or Optical Supervisory Channel                                                                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | OSS              | Operations Support System                                                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PAP              | Policy Administration Point (ONAP)                                                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PCE              | Path Computation and Element (ONAP)                                                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PCI              | Physical Cell ID                                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | pCPE             | physical Customer Premise Equipment                                                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PDP-x            | Policy Decision Point - XACML (ONAP)                                                                                                                                         |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PDP-d            | Policy Decision Point - Drools (ONAP)                                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PO               | Platform Orchestrator                                                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PoC              | Proof of Concept                                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | POMBA            | `Post Orchestration Model Based Audit <https://wiki.onap.org/display/DW/POMBA>`__                                                                                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PNDA             | `Open source Platform for Network Data Analytics <https://wiki.onap.org/display/DW/Integrating+PNDA>`__                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | PNF              | Physical Network Function                                                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | RCA              | Root Cause Analysis                                                                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | RCT              | Reference Connection Tool                                                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | REST             | `Representational State Transfer <https://en.wikipedia.org/wiki/Representational_state_transfer>`__                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | RESTCONF         | A protocol based on HTTP for configuring data defined in YANG                                                                                                                |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | RO               | Resource Orchestrator                                                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | RPC              | Remote Procedure Call                                                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | S3P              | `Stability, Security, Scalability, Performance <https://wiki.onap.org/pages/viewpage.action?pageId=16003367>`__                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SDC              | Service Design and Creation (component of ONAP for visual modeling and design)                                                                                               |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SDN              | `Software-defined networking <https://en.wikipedia.org/wiki/Software-defined_networking>`__                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SDN-C            | `SDN-Controller <https://wiki.onap.org/display/DW/SDN+Controller+Development+Guide>`__                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SDN-R            | `SDN-Radio <https://wiki.onap.org/display/DW/SDN-R>` __                                                                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SDN-GP           | Software Defined Network - Global Platform                                                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SEBA             | SDN-Enabled Broadband Access, see also                                                                                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SLA              | Service Level Agreement                                                                                                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SLI              | Service Logic Interpreter                                                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SME              | Subject Matter Expert                                                                                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SMTP             | Simple Mail Transfer Protocol                                                                                                                                                |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SNMP             | Simple Network Management Protocol                                                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SO               | `Service Orchestrator (project) <https://wiki.onap.org/display/DW/Service+Orchestrator+Project>`__                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SOT              | Source Of Truth                                                                                                                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SR-IOV           | `Single-Root Input/Output Virtualization <https://en.wikipedia.org/wiki/Single-root_input/output_virtualization>`__                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SSL              | `Secure Sockets Layer <https://en.wikipedia.org/wiki/Transport_Layer_Security>`__                                                                                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | SUPP             | (Vendor Specific) short for supplement, changing a connection before activation                                                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | Swagger          | legacy name for the OpenAPI Specification                                                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | TCP              | Transmission Control Protocol                                                                                                                                                |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | TEM              | Telecom Electronics Manufacturer                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | TLS              | `Transport Layer Security <https://en.wikipedia.org/wiki/Transport_Layer_Security>`__                                                                                        |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | TOSCA            | `Topology and Orchestration Specification for Cloud Applications <https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=tosca>`__                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | TPS              | Transactions Per Second                                                                                                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | TSC              | Technical Steering Committee                                                                                                                                                 |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| U-UI             | `Usecase User Interface <https://wiki.onap.org/display/DW/Usecase+UI+Project>`__                                                                                             |
+| U-UI             | `Use case User Interface <https://wiki.onap.org/display/DW/Usecase+UI+Project>`__                                                                                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | UI               | `User Interface <https://en.wikipedia.org/wiki/User_interface>`__                                                                                                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | UX               | `User Experience <https://en.wikipedia.org/wiki/User_experience>`__                                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | vCE              | virtual CE (Customer Edge) router (an example VNF)                                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | vCPE             | Virtual Customer Premise Equipment                                                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | vDNS             | Virtual Domain Name Server (an example VNF)                                                                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| VDU              | `Virtualisation Deployment Unit <https://wiki.onap.org/display/DW/Comparison+of+Current+R3+Clean+Version+with+IFA011+v2.5.1>`__                                              |
+| VDU              | `Virtualization Deployment Unit <https://wiki.onap.org/display/DW/Comparison+of+Current+R3+Clean+Version+with+IFA011+v2.5.1>`__                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VES              | `Virtual function Event Stream <https://wiki.opnfv.org/download/attachments/6819329/OPNVF%20VES.pptx?version=4&modificationDate=1466395653000&api=v2>`__                     |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | vF               | Virtual Firewall (an example VNF)                                                                                                                                            |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VF               | Virtual Function                                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VFC              | `Virtual Function Controller <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`__                                                                       |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VFC              | Virtual Function Component (Resource Onboarding)                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | vfModule         | Virtual Function Module                                                                                                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VID              | Virtual Instantiation Deployment                                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VID              | `Virtual Infrastructure Deployment (Project) <https://wiki.onap.org/display/DW/Virtual+Infrastructure+Deployment+Project>`__                                                 |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VIM              | Virtualized Infrastructure Manager                                                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VLAN             | Virtual Local Area Network                                                                                                                                                   |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VM               | Virtual Machine                                                                                                                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VNF              | `Virtual Network Function <http://searchsdn.techtarget.com/definition/virtual-network-functions>`__                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VNFC             | Virtual Network Function Component                                                                                                                                           |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VNFD             | `VNF Descriptor <https://wiki.onap.org/pages/viewpage.action?pageId=8226059>`__                                                                                              |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VNFM             | VNF Manager                                                                                                                                                                  |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VNO              | Virtual Network Operator                                                                                                                                                     |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | vPE              | virtual PE (Provider Edge) router (an example of a VNF)                                                                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VPP              | `Vector Packet Processing <https://wiki.fd.io/view/VPP/What_is_VPP%3F>`__                                                                                                    |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VSP              | Vendor Software Product (from SDC Demo Guide)                                                                                                                                |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VTP              | `VNF Test Platform <https://wiki.onap.org/pages/viewpage.action?pageId=43386304>`__                                                                                          |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | VVP              | `VNF Validation Program <https://wiki.onap.org/display/DW/VNF+Validation+Program+Project>`__                                                                                 |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | WAR              | `Web application Archive <https://en.wikipedia.org/wiki/WAR_(file_format)>`__                                                                                                |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | xNF              | The combination of PNF and VNF; Network Function                                                                                                                             |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | YANG             | Yet Another Next Generation - a Data Modeling Language for the Network Configuration Protocol (NETCONF)                                                                      |
+|                  |                                                                                                                                                                              |
 +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
index f379485..8949551 100644 (file)
@@ -183,13 +183,13 @@ Kubernetes deployment resources is beyond the scope of this document.
 
   helm -n dev-smo local/onap -f ~/workspace/smo/deploy_smo_bronce.yaml --namespace onap --timeout 900
 
-* verifiy deployment
+* verify deployment
 
 .. code-block:: RST
   :linenos:
 
   helm ls
 
-* verifiy pnf-registration, fault notification use case
+* verify pnf-registration, fault notification use case
 
 Please open the O1 Dashboard: http://localhost:8181/odlux/index.html
index c93c1f9..7572fb9 100644 (file)
@@ -34,8 +34,8 @@ required, it will be deleted once disconnected.
 By right-clicking on an element, an action menu opens. The menu allows
 to mount, unmount, view the details, edit and remove the element.
 Additionally, it links to several applications like
-`Fault <../pnfFault/README.md>`__ and
-`Configure <../pnfConfig/README.md>`__, which will be filtered to
+`Fault <fault.rst>`__ and
+`Configure <config.rst>`__, which will be filtered to
 display information relevant to the selected element.
 
 Connection Status Log
index 211480d..6a7cac1 100644 (file)
@@ -7,5 +7,5 @@ OAM Developer Guide
 
 This document provides a quickstart for developers of the O-RAN SC OAM components.
 
-All informations fo development are documented in coorespondding O-RAN-SC wiki:
+All information of development are documented in corresponding O-RAN-SC wiki:
 https://wiki.o-ran-sc.org/display/OAM/Operations+and+Maintenance
index 3ce7271..a7339a6 100644 (file)
@@ -1,10 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2019 highstreet technologies and others
-
-.. _oam:
-
-.. OAM Operation and Maintenance master
+.. Copyright (C) 2021 highstreet technologies and others
 
 OAM Operation and Maintenance
 =============================
index 1dad777..b05282e 100644 (file)
@@ -5,10 +5,13 @@
 Mediator
 ========
 
-Some device vendors (Altiostar, CommScope, Dragonwave-X) use the
+A 'Mediator' provides an external -  to the physical network function - 
+OAM interface.
+
+Some physical network function manufactures use the
 `generic mediator
 framework <https://github.com/Melacon/NetConf2SNMP>`__. Such mediators
-offer an API to create, delete, start and stop mediator instances.
+offer a management API to control mediator function.
 
 New mediator servers can be added via the '+' button. Afterward, a
 server can be selected to view all available mediator instances.
index d0bb5b3..a8b458d 100644 (file)
@@ -6,15 +6,15 @@ OAM Operation and Maintenance Overview
 ======================================
 
 The O-RAN SC OAM project provides administrative and operator
-functions for O-RAN components, such as Near-Realtime-RAN-Inelegent-Controller,
+functions for O-RAN components, such as Near-Realtime-RAN-Inelegant-Controller,
 O-RAN Centralized Unit, O-RAN Distributed Unit and O-RAN Radio Unit. 
 
-The project follows the specifications for the O1 interface as provided by
-O-RAN Working Group1. 
+The project follows the specifications for the `O1 interface <https://www.o-ran.org/specifications>`_ 
+as provided by O-RAN Working Group 1 (new 10).
 
 The O-RAN-SC OAM project adds features and functions to the OpenDaylight-based ONAP
 controller 'CCSDK/SDNC'. It is built on the Common Controller Framework
-to control and manage O-RAN managed elements and O-RAN managed functions. 
+to control and to manage O-RAN ManagedElements and O-RAN ManagedFunctions. 
 
 .. figure:: ./_static/o-ran-architecture.png
    :alt: SDN-R in ONAP
@@ -24,7 +24,6 @@ to control and manage O-RAN managed elements and O-RAN managed functions.
 
 Project Resources
 -----------------
-
 The project uses the following Linux Foundation resources:
 
 * The source code is maintained in this Gerrit:
@@ -43,21 +42,21 @@ The project uses the following Linux Foundation resources:
 Scope
 -----
 
-According to the O-RAN-SC-OAM-Architecture document all ManagedElements 
-(near-real-time-RIC, O-CU-CP, O-CU-UP, O-DU and O-RU) implement the 
-O1-interface.
+According to the `O-RAN-OAM-Architecture document <https://www.o-ran.org/specifications>`_ 
+all ManagedElements (ME) (near-real-time-RIC, O-CU-CP, O-CU-UP, O-DU and O-RU) 
+implement the O1-interface.
 
 The O-RAN-OAM-interface specification defines
 
 - a NetConf-Server for Configuration Management (CM) and
-- a http-client for Fault Managment (FM), Performance Management (PM) and other 
+- a http-client for Fault Management (FM), Performance Management (PM) and other 
   events on each Management-Service-Provider (MnS-Provider) running on the 
-  ManagedElement (ME).
+  ManagedElement.
 
 THe O-RAN-SC-OAM project provides reference implementation according to the 
-O-RAN OAM (WG1) documents. In addition we provide a common MnS-Consumer for 
-development and module test purposes.  The assumption is that the projects 
+O-RAN OAM documents. In addition it provides a lightweight MnS-Consumer for 
+development and module test purposes. The assumption is that the projects 
 for the ManagedElements can concentrate on the more important user-plane.
 
-Of cause each project needs its own OAM repo to address the specific needs 
-of the ManagedElement.
+Each project requires its own OAM repository to address the specific needs 
+of the ManagedFunction.
index 32e3d42..68857b4 100644 (file)
@@ -1,26 +1,87 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2020 highstreet technologies GmbH
+.. Copyright (C) 2021 highstreet technologies GmbH
 
 
 Operation and Maintenance Release Notes
 =======================================
 
-This document provides the release notes for O-RAN-SC Amber release of the Operation and Maintenance (OAM) project. 
+This document provides the release notes for O-RAN-SC D-Release of the Operation and Maintenance (OAM) project.
 
 .. contents::
    :depth: 3
    :local:
 
+Version 4.0.2, 2021-04-02
+--------------------------
+
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| Issue                                                              | Summary                                                                 |
++====================================================================+=========================================================================+
+| `OAM-180     <https://jira.o-ran-sc.org/browse/OAM-180>`__         | Wrong time format in VES client scripts                                 |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `OAM-176     <https://jira.o-ran-sc.org/browse/OAM-176>`__         | Support of IPv6 by docker-compose                                       |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `OAM-175     <https://jira.o-ran-sc.org/browse/OAM-175>`__         | Update docker-compose and its configurations                            |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `OAM-174     <https://jira.o-ran-sc.org/browse/OAM-174>`__         | Update VES Client scripts supporting VES 7.2                            |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `OAM-173     <https://jira.o-ran-sc.org/browse/OAM-173>`__         | Update VES client scripts supporting https                              |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `OAM-170     <https://jira.o-ran-sc.org/browse/OAM-170>`__         | Delete folder 'model' from OAM repo'                                    |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `OAM-169     <https://jira.o-ran-sc.org/browse/OAM-169>`__         | Use case driven yang for O-DU                                           |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `OAM-168     <https://jira.o-ran-sc.org/browse/OAM-168>`__         | Update namespace definitions in prototype yangs of O-RAN-SC             |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `OAM-164     <https://jira.o-ran-sc.org/browse/OAM-164>`__         | Add WG4 november train yangs modules                                    |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `SDNC-1480   <https://jira.onap.org/browse/SDNC-1480>`__           | O-RAN (FrontHaul) deviceManager: support of GuiCutThrough               |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `CCSDK-3161  <https://jira.onap.org/browse/CCSDK-3161>`__          | O-RAN (FrontHaul) deviceManager: o-ran-fm.yang/alarm-notif to VES:fault |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `CCSDK-3160  <https://jira.onap.org/browse/CCSDK-3160>`__          | CallHome to VES:pnfRegistration                                         |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `NETCONF-766 <https://jira.opendaylight.org/browse/NETCONF-766>`__ | Logging al RESTCONF requests and responses [1]_                         |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `NETCONF-744 <https://jira.opendaylight.org/browse/NETCONF-744>`__ | Read whole leaf-list using get/get-config RPC [1]_                      |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+| `NETCONF-735 <https://jira.opendaylight.org/browse/NETCONF-735>`__ | Support NETCONF get/get-config with multiple selected subtrees [1]_     |
++--------------------------------------------------------------------+-------------------------------------------------------------------------+
+
+.. [1] Patched via MAVEN repo into CCSDK as long as code is not merged into OpenDaylight master branch
+
+
+Version 4.0.1, 2021-03-12
+--------------------------
+
++--------------------------------------------------------+-------------------------------------------------------------+
+| Issue                                                  | Summary                                                     |
++========================================================+=============================================================+
+| `OAM-166 <https://jira.o-ran-sc.org/browse/OAM-166>`__ | Add WG4 July 2020 yang modules                              |
++--------------------------------------------------------+-------------------------------------------------------------+
+| `OAM-163 <https://jira.o-ran-sc.org/browse/OAM-163>`__ | Rename yang filename to <module>@<revision> format          |
++--------------------------------------------------------+-------------------------------------------------------------+
+| `OAM-160 <https://jira.o-ran-sc.org/browse/OAM-160>`__ | Modeling Repo: SIM directory not longer required            |
++--------------------------------------------------------+-------------------------------------------------------------+
+| `OAM-159 <https://jira.o-ran-sc.org/browse/OAM-159>`__ | Remove yang models from Repo                                |
++--------------------------------------------------------+-------------------------------------------------------------+
+| `OAM-154 <https://jira.o-ran-sc.org/browse/OAM-154>`__ | OAM tr069: Changing .gitignore for IntelliJ related files   |
++--------------------------------------------------------+-------------------------------------------------------------+
+| `OAM-121 <https://jira.o-ran-sc.org/browse/OAM-121>`__ | Request to modify SMO deployment SOP                        |
++--------------------------------------------------------+-------------------------------------------------------------+
+| `OAM-120 <https://jira.o-ran-sc.org/browse/OAM-120>`__ | Release dashboard image at version 2.0.3                    |
++--------------------------------------------------------+-------------------------------------------------------------+
+
 Version 2.0.4, 2020-06-13
 --------------------------
 
 * Documentation updated
-* Develop reusable OAM API such that the first consumer being a VTH can query, subscribe or publish on a DMAAP topic   Story
+* Develop reusable OAM API such that the first consumer being a VTH can query, subscribe or publish on a DMaaP topic   Story
 * Create helm deployment for SMO
-* Featuresplit for starting devicemanages
+* Feature split for starting devicemanagers
 * Seed coder for an YANG linter
-* Please see also Release Notes of `ONAP SDNC <https://onap-doc.readthedocs.io/projects/onap-sdnc-oam/en/frankfurt/release-notes.html#release-notes>`_ and `ONAP OOM <https://onap-doc.readthedocs.io/projects/onap-oom/en/frankfurt/release-notes.html#release-notes>`_
+* Please see also Release Notes of `ONAP SDNC, DCAE, DMaaP, OOM <https://onap-doc.readthedocs.io/en/frankfurt/release/index.html>`_
 
 Version 2.0.3, 2020-04-08
 -------------------------
index 5297a09..2c3c795 100644 (file)
@@ -14,10 +14,10 @@ ONAP SDN-R is running in a docker container using ONAP/SDN-C image
 The container is available as Alpine and Ubuntu version. The description
 uses examples for the Alpine version.
 
-The alpine based sdnc docker imanges are stored in \ `ONAP Nexus sdnc
+The alpine based sdnc docker images are stored in \ `ONAP Nexus sdnc
 image <https://nexus3.onap.org:10001/v2/onap/sdnc-image/tags/list>`__.
 
-The docker image contains a Opendaylight distribution in a standard
+The docker image contains a OpenDaylight distribution in a standard
 configuration and ONAP/SDN-R specific microservices.
 
 The Root location of ODL Karaf directory structure
@@ -46,7 +46,7 @@ Different SDN-R services are using different parameter to be installed.
 |                  |                     |                                                                                                                         |
 |                  |                     | Devicemanager configuration is provided via *$ODL\_HOME/etc/devicemanager.properties*                                   |
 |                  |                     |                                                                                                                         |
-|                  |                     | See  `SDN-R WT Service Configuration parameters <sdnr_WT_Service_Configuration_parameters.html>`__                    |
+|                  |                     | See  `SDN-R WT Service Configuration parameters <sdnr_WT_Service_Configuration_parameters.rst>`__                     |
 +------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+
 | SDNRNORTHBOUND   | true\|\ **false**   | Set true to activate sdnr oofpci service.                                                                               |
 +------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------+
index a27e511..779aa2f 100644 (file)
@@ -14,7 +14,7 @@ same for each cluster node.
    -  `devicemonitor <#SDN-RWTServiceConfigurationparameters-d>`__
 
 Backgrounds regarding the container inter structure is described
-in \ `SDN-R Docker Image configuration <sdnr_Docker_Image_configuration.html>`__.
+in \ `SDN-R Docker Image configuration <sdnr_Docker_Image_configuration.rst>`__.
 
 The configuration information of sdnr wireless transport parameters are
 in a single file.