--- /dev/null
+# NOT DESIGNED FOR PRODUCTION
+
+This component, module, or repository is not intended for production use.
+
+## Purpose
+The code contained here is provided as a pre-specification reference implementation and is meant to support the development and validation of technical requirements under discussion within the O-RAN Alliance. It may be used for prototyping, research, and early feedback, but:
+
+It is not complete,
+
+It may not conform to finalized specifications,
+
+It may contain known or unknown security vulnerabilities,
+
+It is not monitored for CVEs, and
+
+It receives no guarantee of support, updates, or fixes.
+
+## Disclaimer
+This software is made available as-is and without warranty of any kind.
+Use in production systems is strongly discouraged.
+Any use in products or deployments is at the user's own risk.
+
+For production-grade implementations, please consult finalized O-RAN specifications and implementations that explicitly state compliance and maintenance support.
+
+---
+2025 OpenInfra Foundation Europe - Licensed under the terms in the [Apache 2.0 LICENSE file](LICENSE.txt).
\ No newline at end of file
-# DFC (DataFile Collector)
+# DFC (DataFile Collector) (Experimental O-RAN-SC Module)
+
+
+
+
+> [!WARNING]
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.
Datafile Collector is responsible for collecting PM counter files from traffical functions.
The files are stored in a persistent volume or in an S3 object store.
-## Https server to simulate a RAN node for file download over https
+## Https server to simulate a RAN node for file download over https (Experimental O-RAN-SC Module)
+
+
+
+
+> [!WARNING]
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.
### General
-# O-RAN-SC Non-RealTime RIC Influx Logger
+# O-RAN-SC Non-RealTime RIC Influx Logger (Experimental O-RAN-SC Module)
+
+
+
+
+> [!WARNING]
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.
This product receives PM data and stores it in an influx datbase.
-## PM Data Producer
+## PM Data Producer (Experimental O-RAN-SC Module)
+
+
+
+
+> [!WARNING]
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.
The latest documentation can be found here:
https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/latest/pm-file-converter/index.html
-## Basic rAPP for demo purpose
+## Basic rAPP for demo purpose (Experimental O-RAN-SC Module)
+
+
+
+
+> [!WARNING]
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.
### Manual build, tag and push to image repo
-# O-RAN-SC Non-RealTime RIC PM Producer
+# O-RAN-SC Non-RealTime RIC PM Producer (Experimental O-RAN-SC Module)
+
+
+
+
+> [!WARNING]
+> This repository is pre-spec and not intended for production use. No CVE remediation or production guarantees apply.
This product is a PM data information producer (as defined by the Information Coordinator Service (ICS)). Its main tasks is to distribute PM data to PM data consumers (using Kafka topics).