Skip to content

Commit

Permalink
J-Release Documentation
Browse files Browse the repository at this point in the history
[Task-ID: ODUHIGH-607]

Change-Id: I512cbbc3d79ec7b4bb7c3f9eb07585b04dad9a5a
Signed-off-by: svaidhya <[email protected]>
  • Loading branch information
svaidhya committed Jun 11, 2024
1 parent 230b04f commit d0b648b
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 18 deletions.
2 changes: 1 addition & 1 deletion container-tag.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Jenkins job requires a tag to build the Docker image.
# Global-JJB script assumes this file is in the repo root.
---
tag: 9.0.5
tag: 10.0.1
2 changes: 1 addition & 1 deletion docs/api-docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
API-Docs
########

This is the API-docs for I release o-du/l2.
This is the API-docs for J release o-du/l2.

.. contents::
:depth: 3
Expand Down
5 changes: 4 additions & 1 deletion docs/installation-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Version history
| **Date** | **Ver.** | **Author** | **Comment** |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
| 2023-06-10 | 8.0.1 | Radisys | J release |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
| 2023-12-14 | 7.0.1 | Radisys | I release |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
Expand Down Expand Up @@ -101,7 +104,7 @@ Following libraries are required to compile and execute O-DU High:
- Ubuntu : sudo apt-get install -y build-essential
- CentOS : sudo yum groups mark install -y “Development Tools”

Ensure the version is 4.6.3 and above using
Ensure the version is 11.4.0 and above using

- gcc --version

Expand Down
79 changes: 74 additions & 5 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Release-Notes
**************

This document provides the release notes for I Release of O-DU-L2.
This document provides the release notes for J Release of O-DU-L2.

.. contents::
:depth: 3
Expand All @@ -19,6 +19,9 @@ Version history
| **Date** | **Ver.** | **Author** | **Comment** |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
| 2024-06-10 | 10.0.0 | Radisys | J release |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
| 2023-12-14 | 9.0.0 | Radisys | I release |
| | | | |
+--------------------+--------------------+--------------------+--------------------+
Expand Down Expand Up @@ -56,6 +59,18 @@ Version history
Summary
-------

J- release
^^^^^^^^^^
This release contains the following:

- Multi UE (max=2) scheduling per TTI in scheduler
- Supporting both DL and UL scheduling

- XML based input configuration for ODU-High
- Added E2 related configurations

- Code changes upgraded to Gcc version 11.4.0

I- release
^^^^^^^^^^
This release contains the following:
Expand Down Expand Up @@ -234,6 +249,25 @@ This release contains the following:

Release Data
------------
J release
^^^^^^^^^^
+--------------------------------------+------------------------------------------+
| **Project** | ODUHIGH |
| | |
+--------------------------------------+------------------------------------------+
| **Repo/commit-ID** | o-du/l2/ |
| | I512cbbc3d79ec7b4bb7c3f9eb07585b04dad9a5a|
+--------------------------------------+------------------------------------------+
| **Release designation** | J release |
| | |
+--------------------------------------+------------------------------------------+
| **Release date** | 2024-06-10 |
| | |
+--------------------------------------+------------------------------------------+
| **Purpose of the delivery** | J release |
| | |
+--------------------------------------+------------------------------------------+

I release
^^^^^^^^^^
+--------------------------------------+------------------------------------------+
Expand Down Expand Up @@ -422,6 +456,26 @@ Feature Additions

**JIRA BACK-LOG:**

J-release
^^^^^^^^^^

+-----------------------------------------------+-----------------------------------------------+
| **JIRA REFERENCE** | **SLOGAN** |
| | |
+-----------------------------------------------+-----------------------------------------------+
| https://jira.o-ran-sc.org/browse/ODUHIGH-556 | Multi UE per slot scheduling UL |
| | |
+-----------------------------------------------+-----------------------------------------------+
| https://jira.o-ran-sc.org/browse/ODUHIGH-538 | XML based input configuration for ODU-High |
| | |
+-----------------------------------------------+-----------------------------------------------+
| https://jira.o-ran-sc.org/browse/ODUHIGH-557 | OSC-OAI Collaboration |
| | |
+-----------------------------------------------+-----------------------------------------------+
| https://jira.o-ran-sc.org/browse/ODUHIGH-475 | Integration of ODU-High with intel L1 |
| | |
+-----------------------------------------------+-----------------------------------------------+

I-release
^^^^^^^^^^

Expand Down Expand Up @@ -644,7 +698,25 @@ Bug Corrections

**JIRA TICKETS:**

NA
J-release
^^^^^^^^^^

+----------------------------------------------+-------------------------------------------------+
| **JIRA REFERENCE** | **BUG DESCRIPTION** |
| | |
+----------------------------------------------+-------------------------------------------------+
| https://jira.o-ran-sc.org/browse/ODUHIGH-606 | Fixing null memory size allocation issue |
| | |
+----------------------------------------------+-------------------------------------------------+
| https://jira.o-ran-sc.org/browse/ODUHIGH-593 | Pack and unpack function nomenclature correction|
| | |
+----------------------------------------------+-------------------------------------------------+
| https://jira.o-ran-sc.org/browse/ODUHIGH-584 | Fixing the error number issue CmInetSctpConnectx|
| | function |
+----------------------------------------------+-------------------------------------------------+
| https://jira.o-ran-sc.org/browse/ODUHIGH-574 | Fix for Inconsistent behavious in ML |
| | |
+----------------------------------------------+-------------------------------------------------+


Deliverables
Expand Down Expand Up @@ -723,9 +795,6 @@ System Limitations

- Multi UE scheduling per TTI is supported up to 2 UEs as of now.

- Currently, only DL supports multi-UE scheduling. UL supports single-UE scheduling per TTI


Known Issues
^^^^^^^^^^^^^

Expand Down
8 changes: 4 additions & 4 deletions docs/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
User Guide
***********

This is the user guide for I release of O-DU/l2.
This is the user guide for J release of O-DU/l2.
Follow installation-guide to get all the dependencies ready.

.. contents::
Expand Down Expand Up @@ -66,17 +66,17 @@ II. Execution - Using Docker Images
The call flow between O-DU High and CU Stub can be achieved by executing docker containers.

- Pull the last built docker images:
- docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.5
- docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:10.0.1
- docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:

- Run CU Stub docker:
- docker run -it --privileged --net=host --entrypoint bash
nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:9.0.5
nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:10.0.1
- ./cu_stub

- Run ODU docker:
- docker run -it --privileged --net=host --entrypoint bash
nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.5
nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:10.0.1
- ./odu


Expand Down
6 changes: 3 additions & 3 deletions releases/container-release-o-du-l2
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---

distribution_type: container
container_release_tag: 9.0.5
container_release_tag: 10.0.1
container_pull_registry: nexus.o-ran-sc.org:10004
container_push_registry: nexus.o-ran-sc.org:10002
project: o-du-l2
ref: 6e44ef6bdb6ece8e5a19a662016c3cec5b346c91
ref: 666701aebc17e9f0160ad0f763497503d7c67870
containers:
- name: o-du-l2
version: 9.0.5
version: 10.0.1
6 changes: 3 additions & 3 deletions releases/container-release-o-du-l2-cu-stub
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---

distribution_type: container
container_release_tag: 9.0.5
container_release_tag: 10.0.1
container_pull_registry: nexus.o-ran-sc.org:10004
container_push_registry: nexus.o-ran-sc.org:10002
project: o-du-l2
ref: 6e44ef6bdb6ece8e5a19a662016c3cec5b346c91
ref: 666701aebc17e9f0160ad0f763497503d7c67870
containers:
- name: o-du-l2-cu-stub
version: 9.0.5
version: 10.0.1

0 comments on commit d0b648b

Please sign in to comment.