From d0b648ba4dd87e820eb1b474c573f51bb626fef5 Mon Sep 17 00:00:00 2001 From: svaidhya Date: Mon, 10 Jun 2024 16:42:39 +0530 Subject: [PATCH] J-Release Documentation [Task-ID: ODUHIGH-607] Change-Id: I512cbbc3d79ec7b4bb7c3f9eb07585b04dad9a5a Signed-off-by: svaidhya --- container-tag.yaml | 2 +- docs/api-docs.rst | 2 +- docs/installation-guide.rst | 5 +- docs/release-notes.rst | 79 ++++++++++++++++++++++++++++-- docs/user-guide.rst | 8 +-- releases/container-release-o-du-l2 | 6 +-- releases/container-release-o-du-l2-cu-stub | 6 +-- 7 files changed, 90 insertions(+), 18 deletions(-) diff --git a/container-tag.yaml b/container-tag.yaml index 661647399..c74efefe2 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -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 diff --git a/docs/api-docs.rst b/docs/api-docs.rst index 81d30c06e..b7520d8d5 100644 --- a/docs/api-docs.rst +++ b/docs/api-docs.rst @@ -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 diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 7841f3df4..1cbea4cbc 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -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 | | | | | | +--------------------+--------------------+--------------------+--------------------+ @@ -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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b9e0dde35..cf1dc1358 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 @@ -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 | | | | | | +--------------------+--------------------+--------------------+--------------------+ @@ -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: @@ -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 ^^^^^^^^^^ +--------------------------------------+------------------------------------------+ @@ -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 ^^^^^^^^^^ @@ -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 @@ -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 ^^^^^^^^^^^^^ diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 1948e9963..fa7cda8ef 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -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:: @@ -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 diff --git a/releases/container-release-o-du-l2 b/releases/container-release-o-du-l2 index 4ba13a22f..146df7498 100644 --- a/releases/container-release-o-du-l2 +++ b/releases/container-release-o-du-l2 @@ -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 diff --git a/releases/container-release-o-du-l2-cu-stub b/releases/container-release-o-du-l2-cu-stub index ce519f237..ac7e37793 100644 --- a/releases/container-release-o-du-l2-cu-stub +++ b/releases/container-release-o-du-l2-cu-stub @@ -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 -- 2.16.6