Release L - Pre-release - Roll versions & Release notes 41/14341/3 l-release
authorJohnKeeney <john.keeney@est.tech>
Thu, 24 Apr 2025 19:19:53 +0000 (20:19 +0100)
committerJohn Keeney <john.keeney@est.tech>
Fri, 25 Apr 2025 14:03:25 +0000 (14:03 +0000)
Issue-ID: NONRTRIC-1072
Change-Id: I89f40add4762ab7ab47322110880fb082503bb58
Signed-off-by: JohnKeeney <john.keeney@est.tech>
datafilecollector/docs/release-notes.rst
datafilecollector/pom.xml
docs/conf.py
docs/release-notes.rst
pm-file-converter/container-tag.yaml
pm-file-converter/docs/release-notes.rst

index 7a2b454..0548b38 100644 (file)
@@ -1,7 +1,7 @@
 .. 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. All rights reserved. 
-.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. 
+.. Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved. 
 
 =============
 Release-Notes
@@ -23,6 +23,9 @@ Version history Non-RT RIC - RAN PM - PM Data File Collector
 | 2023-12-15 |          | John Keeney      | I Release          |
 |            |          |                  |                    |
 +------------+----------+------------------+--------------------+
+| 2025-04-24 |          | John Keeney      | L Pre-Release      |
+|            |          |                  |                    |
++------------+----------+------------------+--------------------+
 
 
 Release Data
@@ -69,3 +72,25 @@ I Release
 |                             |     Improved test coverage, code quality & 3PPs   |
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
+
+L Pre-Release
+-------------
++-----------------------------+---------------------------------------------------+
+| **Project**                 | Non-RT RIC RAN PM                                 |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Repo/commit-ID**          | nonrtric/plt/ranpm/                               |
+|                             | cadc164c7076cb4ef5b17dc5efee42edaf3f2d64          |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release designation**     | L Pre-Release                                     |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release date**            | 2025-04-24                                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Purpose of the delivery** | nonrtric-plt-ranpm-datafilecollector:1.2.0        |
+|                             |     Add support for updated 3GPP file-ready event |
+|                             |      and 5G PM file format                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
\ No newline at end of file
index 7775900..493749d 100644 (file)
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt.ranpm</groupId>
     <artifactId>datafile-collector</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>NONRTRIC RAN PM Data File Collector</name>
     <description>File Collector for collecting RAN PM files from RAN functions (O-RAN SC NONRTRIC)</description>
index 54a657f..fe5d8d8 100644 (file)
@@ -25,7 +25,7 @@ branch = 'latest'
 subsitesbranch = 'latest' # set this to latest for the first build on a new branch. Then change in next commit. 
 icsbranch = 'latest' 
 
-baseurl = 'https://docs.o-ran-sc.org/projects/'
+baseurl = 'https://docs.o-ran-sc.org/projects'
 selfurl = '%s/o-ran-sc-nonrtric-plt-ranpm/en/%s' %(baseurl, branch)
 subsitesurl = '%s/o-ran-sc-nonrtric-plt-ranpm/en/%s' %(baseurl, subsitesbranch)
 icsurl = '%s/o-ran-sc-nonrtric-plt-informationcoordinatorservice/en/%s' %(baseurl, subsitesbranch)
index 452838f..baa5d68 100644 (file)
@@ -33,6 +33,9 @@ Version history RAN PM Use-case/Functions
 | 2023-12-15 |          | John Keeney      | I Release                |
 |            |          |                  |                          |
 +------------+----------+------------------+--------------------------+
+| 2025-04-24 |          | John Keeney      | L Pre-Release            |
+|            |          |                  |                          |
++------------+----------+------------------+--------------------------+
 
 
 Release Data
@@ -108,3 +111,26 @@ I Release
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
 
+L Pre-Release
+-------------
++-----------------------------+---------------------------------------------------+
+| **Project**                 | Non-RT RIC RAN PM                                 |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Repo/commit-ID**          | nonrtric/plt/ranpm/                               |
+|                             | cadc164c7076cb4ef5b17dc5efee42edaf3f2d64          |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release designation**     | L Pre-Release                                     |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release date**            | 2025-04-24                                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Purpose of the delivery** | Pre-Release L of RAN PM Usecase + Functions       |
+|                             |    nonrtric-plt-ranpm-datafilecollector:1.2.0     |
+|                             |    nonrtric-plt-ranpm-datafilecollector:1.2.0     |
+|                             |    Add support for updated 3GPP file-ready event  |
+|                             |    and 5G PM file format                          |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
index 2d9a6db..30bae00 100644 (file)
@@ -20,4 +20,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: 1.2.0
\ No newline at end of file
+tag: 1.2.1
\ No newline at end of file
index efd99f6..fb3bf7d 100644 (file)
@@ -1,7 +1,7 @@
 .. 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. All rights reserved. 
-.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. 
+.. Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved. 
 
 =============
 Release-Notes
@@ -26,6 +26,9 @@ Version history Non-RT RIC - RAN PM - PM File Converter
 | 2023-12-15 |          | John Keeney      | I Release               |
 |            |          |                  |                         |
 +------------+----------+------------------+-------------------------+
+| 2025-04-24 |          | John Keeney      | L Pre-Release           |
+|            |          |                  |                         |
++------------+----------+------------------+-------------------------+
 
 
 Release Data
@@ -93,3 +96,25 @@ I Release
 |                             |     Improved test coverage, code quality & 3PPs   |
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
+
+L Pre-Release
+-------------
++-----------------------------+---------------------------------------------------+
+| **Project**                 | Non-RT RIC RAN PM                                 |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Repo/commit-ID**          | nonrtric/plt/ranpm/                               |
+|                             | cadc164c7076cb4ef5b17dc5efee42edaf3f2d64          |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release designation**     | L Pre-Release                                     |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release date**            | 2025-04-24                                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Purpose of the delivery** | nonrtric-plt-ranpm-pm-file-converter:1.2.0        |
+|                             |     Add support for updated 3GPP file-ready event |
+|                             |      and 5G PM file format                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+