blob: 0f333117c589ceb70326df70460e884c02c59f0c [file] [log] [blame]
Alex Stancu02b62662019-11-13 16:30:07 +02001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
Alex Stancub4dd14f2019-11-14 17:54:13 +02003.. Copyright (C) 2019 highstreet technologies GmbH and others
Alex Stancu02b62662019-11-13 16:30:07 +02004
5
6Release Notes
7=============
8
9
Alex Stancu58ab2802020-06-15 13:07:42 +030010This document provides the release notes for the sim/o1-interface project.
Alex Stancu02b62662019-11-13 16:30:07 +020011
12.. contents::
13 :depth: 3
14 :local:
15
16
17Version history
18---------------
19
20+--------------------+--------------------+--------------------+--------------------+
21| **Date** | **Ver.** | **Author** | **Comment** |
22| | | | |
23+--------------------+--------------------+--------------------+--------------------+
Alex Stancu96526af2020-12-02 19:17:24 +020024| 2020-12-02 | 1.0.3 | Alex Stancu | Cherry release |
25| | | | |
26+--------------------+--------------------+--------------------+--------------------+
27| 2020-11-11 | 1.0.0 | Alex Stancu | Cherry release |
28| | | | |
29+--------------------+--------------------+--------------------+--------------------+
Alex Stancu58ab2802020-06-15 13:07:42 +030030| 2020-06-08 | 0.6.1 | Alex Stancu | Bronze release |
31| | | | |
32+--------------------+--------------------+--------------------+--------------------+
33| 2019-11-13 | 0.0.1 | Alex Stancu | First draft - Amber|
Alex Stancu02b62662019-11-13 16:30:07 +020034| | | | |
35+--------------------+--------------------+--------------------+--------------------+
36
37
38Summary
39-------
40
41The O1 interface simulator is a framework that provides simulated devices with a management plane exposed through a NETCONF/YANG interface, using the O-RAN O1 interface YANG modules.
42
43
44Release Data
45------------
Alex Stancu96526af2020-12-02 19:17:24 +020046version 1.0.3
47
48[fixed] fixed issues where ODL could not parse the correct versions for yang files
49
50
51version 1.0.2
52
53[fixed] bug that occured when trying to start a wrong instance (bad docker-repository or docker-tag)
54[fixed] when populating the fault-delay-list, if the sum of all the faults was 0, the network funciton kept on generating faults and crashed
55
56
57version 1.0.1
58
59[feature-add] added web-cut-through feature
60[fixed] mount-point-addressing-method was mistakenly changing after starting
61
62
63version 1.0.0
64Initial release.
Alex Stancu02b62662019-11-13 16:30:07 +020065
66Feature Additions
67^^^^^^^^^^^^^^^^^
Alex Stancu58ab2802020-06-15 13:07:42 +030068* IPv6 for the simulated devices
69* NETCONF CallHome for the simulated devices
70* Manual notification generation
71* Custom naming of the simulated devices
Alex Stancu02b62662019-11-13 16:30:07 +020072
73Bug Corrections
74^^^^^^^^^^^^^^^
Alex Stancu58ab2802020-06-15 13:07:42 +030075* `ssh-connections` and `tls-connections` leafs are now removed from the simulator-config
76* `fault-notification-delay-period` has now the attribute `ordered-by user`
Alex Stancu02b62662019-11-13 16:30:07 +020077
78Deliverables
79^^^^^^^^^^^^
80
81Software Deliverables
82+++++++++++++++++++++
83
Alex Stancu58ab2802020-06-15 13:07:42 +030084The following docker containers are the resulting artefacts of the sim-o1-project:
Alex Stancu02b62662019-11-13 16:30:07 +020085
Alex Stancu58ab2802020-06-15 13:07:42 +030086* **o-ran-sc/ntsim-manager** - this image contains the NTS Manager, which handles the simulation environment;
Alex Stancub4dd14f2019-11-14 17:54:13 +020087
Alex Stancu58ab2802020-06-15 13:07:42 +030088* **o-ran-sc/ntsim-o-ran-ru-fh** - this image contains a simulated device which exposes a management interface via NETCONF/YANG, implementing the O1 FH interface specifications;
89
Alex Stancu58ab2802020-06-15 13:07:42 +030090* **o-ran-sc/ntsim-x-ran** - this image contains a simulated device which exposes a management interface via NETCONF/YANG, implementing the X-RAN Management interface.
Alex Stancu02b62662019-11-13 16:30:07 +020091
92
93Documentation Deliverables
94++++++++++++++++++++++++++
95
Alex Stancu02b62662019-11-13 16:30:07 +020096
97Known Limitations, Issues and Workarounds
98-----------------------------------------
Alex Stancub4dd14f2019-11-14 17:54:13 +020099N/A
Alex Stancu02b62662019-11-13 16:30:07 +0200100
101System Limitations
102^^^^^^^^^^^^^^^^^^
Alex Stancub4dd14f2019-11-14 17:54:13 +0200103N/A
Alex Stancu02b62662019-11-13 16:30:07 +0200104
105Known Issues
106^^^^^^^^^^^^
Alex Stancub4dd14f2019-11-14 17:54:13 +0200107N/A
Alex Stancu02b62662019-11-13 16:30:07 +0200108
109Workarounds
110^^^^^^^^^^^
Alex Stancub4dd14f2019-11-14 17:54:13 +0200111N/A
Alex Stancu02b62662019-11-13 16:30:07 +0200112
113
114References
115----------
Alex Stancub4dd14f2019-11-14 17:54:13 +0200116`NTS Project <https://github.com/Melacon/ntsim>`_
Alex Stancu02b62662019-11-13 16:30:07 +0200117
118
119