aboutsummaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/eslintrc.json
blob: 01b65f3845a675eadc24e85cf55d018e102d4f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
    "parser": "babel-eslint",
    "parserOptions": {
        "ecmaVersion": 6,
        "sourceType": "module",
        "ecmaFeatures": {
            "jsx": true,
            "classes": true,
            "modules": true,
            "experimentalDecorators": true
        }
    },
    "env": {
        "es6": true,
        "jquery": true,
        "node": true,
        "jest": true
    },
    "plugins": ["react", "import", "prettier"],
    "extends": ["prettier"],
    "globals": {
        "Event": true,
        "window": true,
        "navigator": true,
        "System": true,
        "document": true,
        "localStorage": true,
        "sessionStorage": true,
        "Image": true,
        "requestAnimationFrame": true,
        "cancelAnimationFrame": true,
        "DEBUG": true,
        "SVGElement": true,
        "FormData": true,
        "DEV": true,
        "Blob": true,
        "XMLHttpRequest": true,
        "WebSocket": true,
        "URL": true,
        "PunchOutRegistry": true,
        "it": true,
        "describe": true
    },
    "rules": {
        "prettier/prettier": [
            "error",
            {
                "singleQuote": true,
                "jsxBracketSameLine": true,
                "tabWidth": 4
            }
        ],
        "linebreak-style": 0,
        "no-unused-vars": 2,
        "no-bitwise": 0,
        "no-eq-null": 2,
        "eqeqeq": 2,
        "no-unused-expressions": 2,
        "no-use-before-define": 2,
        "new-cap": [
            2,
            {
                "capIsNewExceptions": ["DataTable", "V"]
            }
        ],
        "no-caller": 2,
        "no-empty": 2,
        "no-undef": 2,
        "quotes": [2, "single", "avoid-escape"],
        "no-plusplus": 0,
        "no-cond-assign": [2, "except-parens"],
        "no-invalid-this": 0,
        "dot-notation": 0,
        "camelcase": [
            2,
            {
                "properties": "never"
            }
        ],
        "curly": 2,
        "semi": [2, "always"],
        "import/default": 0,
        "import/no-unresolved": 0,
        "import/no-named-as-default": 2,
        "import/no-duplicates": 0,
        "import/imports-first": 2,
        "import/export": 2,
        "react/display-name": 0,
        "react/forbid-prop-types": 0,
        "react/jsx-boolean-value": 0,
        "react/jsx-no-duplicate-props": 1,
        "react/jsx-no-literals": 0,
        "react/jsx-no-undef": 1,
        "react/jsx-sort-prop-types": 0,
        "react/jsx-sort-props": 0,
        "react/jsx-uses-react": 1,
        "react/jsx-uses-vars": 1,
        "react/no-danger": 1,
        "react/no-did-mount-set-state": 2,
        "react/no-did-update-set-state": 2,
        "react/no-direct-mutation-state": 1,
        "react/no-multi-comp": 0,
        "react/no-set-state": 0,
        "react/no-unknown-property": 1,
        "react/prop-types": 0,
        "react/react-in-jsx-scope": 1,
        "react/self-closing-comp": 1,
        "react/sort-comp": 0
    }
}
ction.Magic */ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ } @media (prefers-color-scheme: light) { .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
.. This work is licensed under a Creative Commons Attribution
.. 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2023 Nordix Foundation.
.. Copyright (C) 2024 OpenInfra Foundation Europe.

.. _release_notes:

=============
Release-Notes
=============

This document provides the release notes for the release of the different parts
of the CCSDK ORAN project.

.. contents::
   :depth: 3
   :local:

Version history A1 Policy Management Service
============================================

+------------+----------+-------------+-------------------+
| **Date**   | **Ver.** | **Author**  | **Comment**       |
|            |          |             |                   |
+------------+----------+-------------+-------------------+
| 2020-09-10 | 1.0.0    | Dan Timoney | M4 version,       |
|            |          |             | Guilin Release    |
+------------+----------+-------------+-------------------+
| 2020-11-02 | 1.0.1    | Dan Timoney | RC1 version,      |
|            |          |             | Guilin Release    |
+------------+----------+-------------+-------------------+
| 2021-01-08 | 1.0.2    | Dan Timoney | Guilin Maintenance|
|            |          |             | Release           |
+------------+----------+-------------+-------------------+
| 2020-11-30 | 1.1.0    | Dan Timoney | First version,    |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-02-23 | 1.1.1    | Dan Timoney | M3 version,       |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-03-25 | 1.1.2    | Dan Timoney | RC0 version,      |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-04-05 | 1.1.3    | Dan Timoney | RC1 version,      |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-04-19 | 1.1.4    | Dan Timoney | RC2 version,      |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-05-10 | 1.1.5    | Dan Timoney | Final version,    |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-09-02 | 1.2.0    | Dan Timoney | M3 version,       |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-09-16 | 1.2.1    | Dan Timoney | M4 version,       |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-10-19 | 1.2.2    | Dan Timoney | RC  version,      |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-10-21 | 1.2.3    | Dan Timoney | Release version,  |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-12-06 | 1.2.4    | Dan Timoney | Release version,  |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-12-09 | 1.2.5    | Dan Timoney | Release version,  |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2022-03-29 | 1.3.0    | Dan Timoney | M4 version,       |
|            |          |             | Jakarta Release   |
+------------+----------+-------------+-------------------+
| 2022-04-29 | 1.3.1    | Dan Timoney | RC1 version,      |
|            |          |             | Jakarta Release   |
+------------+----------+-------------+-------------------+
| 2022-06-07 | 1.3.2    | Dan Timoney | Release version,  |
|            |          |             | Jakarta Release   |
+------------+----------+-------------+-------------------+
| 2022-08-29 | 1.3.3    | John Keeney | Release version,  |
|            |          |             | Jakarta Release   |
+------------+----------+-------------+-------------------+
| 2022-09-26 | 1.4.0    | Dan Timoney | M3 version,       |
|            |          |             | Kohn Release      |
+------------+----------+-------------+-------------------+
| 2022-10-25 | 1.4.1    | Dan Timoney | RC (1) version,   |
|            |          |             | Kohn Release      |
+------------+----------+-------------+-------------------+
| 2022-12-06 | 1.4.2    | Dan Timoney | Release version,  |
|            |          |             | Kohn Release      |
+------------+----------+-------------+-------------------+
| 2023-04-26 | 1.5.0    | Dan Timoney | RC version,       |
|            |          |             | London Release    |
+------------+----------+-------------+-------------------+
| 2023-11-10 | 1.6.0    | Dan Timoney | RC version,       |
|            |          |             | Montreal Release  |
+------------+----------+-------------+-------------------+
| 2023-11-27 | 1.6.1    | Dan Timoney | Release version,  |
|            |          |             | Montreal Release  |
+------------+----------+-------------+-------------------+
| 2024-06-20 | 1.7.0    | John Keeney | Release version,  |
|            |          |             | New Delhi Release |
+------------+----------+-------------+-------------------+

Version history A1 Adapter
==========================

+------------+----------+-------------+-------------------+
| **Date**   | **Ver.** | **Author**  | **Comment**       |
|            |          |             |                   |
+------------+----------+-------------+-------------------+
| 2020-09-10 | 1.0.0    | Dan Timoney | M4 version,       |
|            |          |             | Guilin Release    |
+------------+----------+-------------+-------------------+
| 2020-11-02 | 1.0.1    | Dan Timoney | RC1 version,      |
|            |          |             | Guilin Release    |
+------------+----------+-------------+-------------------+
| 2021-01-08 | 1.0.2    | Dan Timoney | Guilin Maintenance|
|            |          |             | Release           |
+------------+----------+-------------+-------------------+
| 2020-11-30 | 1.1.0    | Dan Timoney | First version,    |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-02-23 | 1.1.1    | Dan Timoney | M3 version,       |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-03-25 | 1.1.2    | Dan Timoney | RC0 version,      |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-04-05 | 1.1.3    | Dan Timoney | RC1 version,      |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-04-19 | 1.1.4    | Dan Timoney | RC2 version,      |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-05-10 | 1.1.5    | Dan Timoney | Final version,    |
|            |          |             | Honolulu Release  |
+------------+----------+-------------+-------------------+
| 2021-09-02 | 1.2.0    | Dan Timoney | M3 version,       |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-09-16 | 1.2.1    | Dan Timoney | M4 version,       |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-10-19 | 1.2.2    | Dan Timoney | RC  version,      |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-10-21 | 1.2.3    | Dan Timoney | Release version,  |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-12-06 | 1.2.4    | Dan Timoney | Release version,  |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2021-12-09 | 1.2.5    | Dan Timoney | Release version,  |
|            |          |             | Istanbul Release  |
+------------+----------+-------------+-------------------+
| 2022-03-29 | 1.3.0    | Dan Timoney | M4 version,       |
|            |          |             | Jakarta Release   |
+------------+----------+-------------+-------------------+
| 2022-04-29 | 1.3.1    | Dan Timoney | RC1 version,      |
|            |          |             | Jakarta Release   |
+------------+----------+-------------+-------------------+
| 2022-06-07 | 1.3.2    | Dan Timoney | Release version,  |
|            |          |             | Jakarta Release   |
+------------+----------+-------------+-------------------+
| 2022-08-29 | 1.3.3    | John Keeney | Release version,  |
|            |          |             | Jakarta Release   |
+------------+----------+-------------+-------------------+
| 2022-09-26 | 1.4.0    | Dan Timoney | M3 version,       |
|            |          |             | Kohn Release      |
+------------+----------+-------------+-------------------+
| 2022-10-25 | 1.4.1    | Dan Timoney | RC (1) version,   |
|            |          |             | Kohn Release      |
+------------+----------+-------------+-------------------+
| 2022-12-06 | 1.4.2    | Dan Timoney | Release version,  |
|            |          |             | Kohn Release      |
+------------+----------+-------------+-------------------+
| 2023-04-26 | 1.5.0    | Dan Timoney | RC version,       |
|            |          |             | London Release    |
+------------+----------+-------------+-------------------+
| 2023-11-10 | 1.6.0    | Dan Timoney | RC version,       |
|            |          |             | Montreal Release  |
+------------+----------+-------------+-------------------+
| 2023-11-27 | 1.6.1    | Dan Timoney | Release version,  |
|            |          |             | Montreal Release  |
+------------+----------+-------------+-------------------+
| 2024-06-20 | 1.7.0    | John Keeney | Release version,  |
|            |          |             | New Delhi Release |
+------------+----------+-------------+-------------------+

Release Data
============

Guilin, M4
----------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/28d357836d89914e241c0fcd20239aff7498568e |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Guilin                                              |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2020-09-10                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Introducing ORAN, M4 version                        |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Guilin, RC1
-----------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/50a0abeaa63fa8103ae0e663ed2fcf6272b2637b |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Guilin                                              |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2020-11-02                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Introducing ORAN, RC1 version                       |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Guilin, Maintenance
-------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/a36efc8971cb3eafa37e71de819060c0390e4aa4 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Guilin Maintenance                                  |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-01-08                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Introducing ORAN, Maintenance version               |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Honolulu, First version
-----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/7f767b4455af5ea65bb69ce40a8ac998ddbca04f |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Honolulu                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2020-11-30                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, First version                 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Honolulu, M3
------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/53c4d37cfdfc65a47431d27deb2764d277f62720 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Honolulu                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-02-23                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, M3 version                    |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Honolulu, RC0
-------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/e9e8fda7dc7facf288d1652152ceb358977c1006 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Honolulu                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-03-25                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, RC0 version                   |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Honolulu, RC1
-------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/a17d643fcee3240c98bf3e101c1eac5a2b53119a |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Honolulu                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-04-05                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, RC1 version                   |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Honolulu, RC2
-------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/b4f33c2d6fef60df2e48d81e2f7cdbf6a66cb30d |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Honolulu                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-04-19                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, RC2 version                   |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Honolulu, Final version
-----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/9f99c19662c8190ad821144f3f4406c60d48025c |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Honolulu                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-05-10                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, Final version                 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Istanbul, M3
------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/8a70f00cc986df657ddd3ab92f449f9e1690cf62 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Istanbul                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-09-02                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, M3 version                    |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Istanbul, M4
------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/9241d1d555884ba2d28eab9ed692f50a660ba2a5 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Istanbul                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-09-16                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, 1.2.1, M4 version             |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Istanbul, RC
------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/f726685a515dc9442887b2cea982604c0c459de7 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Istanbul                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-10-19                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, 1.2.2, RC version             |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Istanbul, Release 1.2.3
-----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/ddc61485ae3c9c856c1f7989515d60a800aba6b9 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Istanbul                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-10-21                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, 1.2.3, Release                |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Istanbul, Release 1.2.4
-----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/72d8a8abbe096a3e21c920abdc8034437d4b6f7f |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Istanbul                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-12-06                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, 1.2.4, Release                |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Istanbul, Release 1.2.5
-----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/b056353185760a887d4555c315e094436aaf0050 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Istanbul                                            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2021-12-09                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements in ORAN, 1.2.5, Release                |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Jakarta, M4
------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/75978a77bc2d332b23506bc3fc37cf34a809e277 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Jakarta                                             |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2022-03-29                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, M4 1.3.0 version                      |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Jakarta, RC1
------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/f061e6cce023d789f2de4035b85e210496216c61 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Jakarta                                             |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2022-04-29                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, RC1 1.3.1 version                     |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Jakarta, Release 1.3.2
----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/da4210def8b1eb998af881ff0cb275cc09449aac |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Jakarta                                             |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2022-06-07                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, Release 1.3.2 version                 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Jakarta, Release 1.3.3
----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/97ace6245fb8b7238d2f7f871797ba03df2d435f |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Jakarta                                             |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2022-08-29                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, Release 1.3.3 version                 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Kohn, M3
--------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/4e7d4dea70232b2e03a1f8e72d700698acf2bb47 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Kohn                                                |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2022-09-26                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, Kohn M3  1.4.0 version                |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Kohn, RC (1)
------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/f2e9dce279d7db91645da4c5a19c81904d8cbb9a |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Kohn                                                |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2022-10-25                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, Kohn RC  1.4.1 version                |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

Kohn, Release 1.4.2
-------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/e774b9608cb82c6ad7a89542a559915468c58158 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Kohn                                                |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2022-12-06                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, Kohn Release, 1.4.2 version           |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+

London, Release 1.5.0
---------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/6ef6b6ffec7ad343a73a355b5563913200dbf52f |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | London                                              |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2023-04-26                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, London Release, 1.5.0 version         |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+


Montreal, Release 1.6.0
-----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/376ac6d1d25fa69016a92ddf47794ad3e3691a8b |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Montreal, RC                                        |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2023-11-10                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, Montreal RC, 1.6.0 version            |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+


Montreal, Release 1.6.1
-----------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/80e8366498e34302afe7e85db6d345e148571712 |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Montreal, RC                                        |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2023-11-27                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, Montreal Release, 1.6.1 version       |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+


New Delhi, Release 1.7.0
------------------------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/ad800650d7958985a34ac30d77407a9ce7c2de1a |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | New Delhi                                           |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2024-06-25                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Improvements, New Delhi Release, 1.7.0 version      |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+