.DS_STORE
.swagger*
docs/offeredapis/swagger/README.md
+api/.openapi-generator*
# Eclipse
.checkstyle
# ============LICENSE_START===============================================
-# Copyright (C) 2022 Nordix Foundation. All rights reserved.
+# Copyright (C) 2022-2023 Nordix Foundation. All rights reserved.
+# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
# ========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
## License
Copyright (C) 2022-2023 Nordix Foundation.
+Copyright (C) 2023 OpenInfra Foundation Europe.
+
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
|Yaml file | Version |
|-----------------------------|-------------------- |
-|rapp-catalogue-enhanced.yaml | 1.0.0 |
+|rapp-catalogue-enhanced.yaml | 1.1.1 |
The overall folder structure is (relative to the location of this README file):
# By default this file is in the docker build directory,
# but the location can configured in the JJB template.
---
-tag: 1.1.0
+tag: 1.1.1
from setuptools import setup
setup(name='rappcatalogue-enhanced',
- version='1.1.0',
+ version='1.1.1',
description='The O-RAN Non-RT RIC rApp Catalogue Enhanced provides an OpenApi 3.0 REST API for rApp services to register/unregister themselves and discover other services',
url='https://gerrit.o-ran-sc.org/r/admin/repos/nonrtric/plt/rappcatalogue,general',
license='Apache License, Version 2.0',
#branch configuration
-branch = 'latest'
+branch = 'i-release'
language = 'en'
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2021 Nordix
+.. Copyright (C) 2021-2013 Nordix
+.. Copyright (C) 2021 OpenInfra Foundation Europe
Developer Guide
===============
This document provides a quickstart for developers of the Non-RT RIC App Catalogue.
-Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://wiki.o-ran-sc.org/display/RICNR/Release+F>`_.
+Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://wiki.o-ran-sc.org/display/RICNR/Release+I>`_.
See the README.md file in the Gerrit repo for more details how to run the component.
:depth: 1
:local:
-Version history App Catalogue
-=================================
+Version history rApp Catalogue & rApp Catalogue Enhanced
+========================================================
+------------+----------+------------------+----------------+
| **Date** | **Ver.** | **Author** | **Comment** |
| **Project** | Non-RT RIC App Catalogue |
| | |
+-----------------------------+---------------------------------------------------+
-| **Repo/commit-ID** | nonrtric/plt/rappcatalogue |
+| **Repo/commit-ID** | nonrtric-plt-rappcatalogue-enhanced:1.0.2 |
| | f6314546c2e7c5992882fff9756ddf510151c338 |
| | |
+-----------------------------+---------------------------------------------------+
| | Update to JDK 17 & Springboot 3 |
| | |
+-----------------------------+---------------------------------------------------+
+
+I Release
+---------
++-----------------------------+---------------------------------------------------+
+| **Project** | Non-RT RIC App Catalogue-Enhanced |
+| | |
++-----------------------------+---------------------------------------------------+
+| **Repo/commit-ID** | nonrtric-plt-rappcatalogue-enhanced |
+| | c8890f7f4dfaca51762e04b24999ab0ef1a1c72e |
+| | |
++-----------------------------+---------------------------------------------------+
+| **Release designation** | I |
+| | |
++-----------------------------+---------------------------------------------------+
+| **Release date** | 2023-12-17 |
+| | |
++-----------------------------+---------------------------------------------------+
+| **Purpose of the delivery** | nonrtric-plt-rappcatalogue-enhanced:1.1.0 |
+| | Update version of Flask 3PP |
+| | |
++-----------------------------+---------------------------------------------------+