From: svaidhya Date: Fri, 13 Jun 2025 11:28:24 +0000 (+0000) Subject: [Task-ID: ODUHIG-644] L release documentation X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fl-release;p=o-du%2Fl2.git [Task-ID: ODUHIG-644] L release documentation Change-Id: I8437a83b5c5dcdd7ff96ef5ebbb85f650db63cde Signed-off-by: svaidhya --- diff --git a/container-tag.yaml b/container-tag.yaml index 447c5b6e1..ce5d3b8cc 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: 11.0.1 +tag: 12.0.1 diff --git a/docs/api-docs.rst b/docs/api-docs.rst index 9f4eb45fe..931c03b7b 100644 --- a/docs/api-docs.rst +++ b/docs/api-docs.rst @@ -6,7 +6,7 @@ API-Docs ######## -This is the API-docs for K release o-du/l2. +This is the API-docs for L release o-du/l2. .. contents:: :depth: 3 diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 92470c3ba..fa9f8f7ad 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -18,6 +18,9 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2025-06-25 | 10.0.1 | Radisys | L release | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ | 2024-12-10 | 9.0.1 | Radisys | K release | | | | | | +--------------------+--------------------+--------------------+--------------------+ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 11b91a09c..e695cf1b4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,7 +5,7 @@ Release-Notes ************** -This document provides the release notes for K Release of O-DU-L2. +This document provides the release notes for L Release of O-DU-L2. .. contents:: :depth: 3 @@ -19,6 +19,9 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2025-06-25 | 12.0.0 | Radisys | L release | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ | 2024-12-10 | 11.0.0 | Radisys | K release | | | | | | +--------------------+--------------------+--------------------+--------------------+ @@ -62,6 +65,24 @@ Version history Summary ------- +L- release +^^^^^^^^^^ +This release contains the following: + + - Adapting to New ASN.1 encoder decoder + + - Generated new codec_utils with new ASN.1 encoder and decoder using https://github.com/mouse07410/asn1c tool. + + - End-to-end integration support + + - WLS memory management update aligned with latest odu-low-k-releasev1.0 (FlexRAN 23.07 intel L1) + + - Introduction of new L1 interaction with ODU-High. + + - OAI L1 communication with ODU-High is now active. + + - OAI-CU can also be executed with ODU-High. + K- release ^^^^^^^^^^ This release contains the following: @@ -262,6 +283,25 @@ This release contains the following: Release Data ------------ +L release +^^^^^^^^^^ ++--------------------------------------+------------------------------------------+ +| **Project** | ODUHIGH | +| | | ++--------------------------------------+------------------------------------------+ +| **Repo/commit-ID** | o-du/l2/ | +| | I8437a83b5c5dcdd7ff96ef5ebbb85f650db63cde| ++--------------------------------------+------------------------------------------+ +| **Release designation** | L release | +| | | ++--------------------------------------+------------------------------------------+ +| **Release date** | 2025-06-25 | +| | | ++--------------------------------------+------------------------------------------+ +| **Purpose of the delivery** | L release | +| | | ++--------------------------------------+------------------------------------------+ + K release ^^^^^^^^^^ +--------------------------------------+------------------------------------------+ @@ -488,6 +528,23 @@ Feature Additions **JIRA BACK-LOG:** +L-release +^^^^^^^^^^ + ++-------------------------------------------------------+-----------------------------------------------+ +| **JIRA REFERENCE** | **SLOGAN** | +| | | ++-------------------------------------------------------+-----------------------------------------------+ +| https://lf-o-ran-sc.atlassian.net/browse/ODUHIGH-636 | ASN1c update | +| | | ++-------------------------------------------------------+-----------------------------------------------+ +| https://lf-o-ran-sc.atlassian.net/browse/ODUHIGH-641 | Master Branch Updation from OAI Branch | +| | | ++-------------------------------------------------------+-----------------------------------------------+ +| https://lf-o-ran-sc.atlassian.net/browse/ODUHIGH-475 | Integration of ODU-High with intel L1 | +| | | ++-------------------------------------------------------+-----------------------------------------------+ + K-release ^^^^^^^^^^ @@ -885,6 +942,8 @@ Known Issues - L1 unable to process SIB1 with hardware accelerator enabled. +- ODU-High with OAI-L1 works till MSG2. There are few known issues to be resolved after ODU-High sends MSG2 to OAI-L1. + **JIRA TICKETS:** NA diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 834a7bd1e..5ca4fc6e8 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -4,7 +4,7 @@ User Guide *********** -This is the user guide for K release of O-DU/l2. +This is the user guide for L 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:11.0.1 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:12.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:11.0.1 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:12.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:11.0.1 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:12.0.1 - ./odu diff --git a/releases/container-release-o-du-l2 b/releases/container-release-o-du-l2 index 594e34852..f14215e99 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: 11.0.1 +container_release_tag: 12.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: 022cddba581286d2a334e05086cbb6a534f3efd2 +ref: a49d4e5ae906b5786b6003669fb4fe2c85802663 containers: - name: o-du-l2 -version: 11.0.1 +version: 12.0.1 diff --git a/releases/container-release-o-du-l2-cu-stub b/releases/container-release-o-du-l2-cu-stub index 717502f44..344efa0e2 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: 11.0.1 +container_release_tag: 12.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: 022cddba581286d2a334e05086cbb6a534f3efd2 +ref: a49d4e5ae906b5786b6003669fb4fe2c85802663 containers: - name: o-du-l2-cu-stub -version: 11.0.1 +version: 12.0.1