From 3f7a9f8b9a3acf5fee32db067dfd6e5e91007220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Pino?= Date: Mon, 27 Oct 2025 12:46:26 +0100 Subject: [PATCH 1/3] Polish readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 903c5d5..083433b 100644 --- a/README.md +++ b/README.md @@ -39,19 +39,19 @@ Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge ### EdgeCloud Platforms -| Platform | Status | +| Platform | Supported | |------------|------------| -| Kubernetes | ✅ | -| i2Edge | ✅ | -| aerOS | ✅ | +| Kubernetes | Yes | +| i2Edge | Yes | +| aerOS | Yes | ### Network Adapters | Platform | NEF Version | QoD | Location Retrieval | Traffic Influence | |--------------|-------------|-----|---------------------|--------------------| -| Open5GS | [v1.2.3](https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/29122-hc0.zip) TS 29.122 (v17.12.0) | ✅ | ✅ | ❌ | -| Open5GCore | [v1.2.3](https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/29122-hc0.zip) TS 29.122 (v17.12.0) | ✅ | ❌ | ❌ | -| OAI | [v1.2.3](https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/29122-hc0.zip) TS 29.122 (v17.12.0) | ✅ | ❌ | ✅ | +| Open5GS | [v1.2.3](https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/29122-hc0.zip) TS 29.122 (v17.12.0) | Yes | Yes | | +| Open5GCore | [v1.2.3](https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/29122-hc0.zip) TS 29.122 (v17.12.0) | Yes | | | +| OAI | [v1.2.3](https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/29122-hc0.zip) TS 29.122 (v17.12.0) | Yes | | Yes | --- -- GitLab From 62126752bb4daf7d662a7875bc708bbf29e95273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Pino?= Date: Mon, 27 Oct 2025 12:46:35 +0100 Subject: [PATCH 2/3] Update PyPI version to 1.0.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 889daa1..bfe7930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sunrise6g-opensdk" -version = "1.0.15" +version = "1.0.16" description = "Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge Cloud platforms, 5G network cores and Open RAN solutions." keywords = [ "Federation", -- GitLab From fe4796e5a1d147e20e070c31290737cea9a4e8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Pino?= Date: Mon, 27 Oct 2025 12:50:57 +0100 Subject: [PATCH 3/3] Improve readme; add O-RAN placeholder --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 083433b..b0d2d31 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge ## Features -- Abstract CAMARA Transformation Functions (TFs) -- Unified Python SDK for interacting with Edge Cloud platforms, 5G Core solutions, and O-RAN solutions. +- Abstract CAMARA NBI & GSMA E/WBI Transformation Functions (TFs) +- Unified Python SDK for interacting with Edge Cloud platforms, 5G Core solutions, and O-RAN controllers. - Modular and extensible adapter structure @@ -53,6 +53,14 @@ Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge | Open5GCore | [v1.2.3](https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/29122-hc0.zip) TS 29.122 (v17.12.0) | Yes | | | | OAI | [v1.2.3](https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/29122-hc0.zip) TS 29.122 (v17.12.0) | Yes | | Yes | +### O-RAN Adapters + +| Platform | Supported | +|------------|------------| +| Juniper O-RAN controller | WIP | +| i2CAT O-RAN controller | WIP | + + --- ## How to Use @@ -158,12 +166,6 @@ API ->> SDK: network_client.create_qos_session(QOS_SESSION_REQUEST) SDK ->> NEF: Equivalent endpoint NEF ->> 5GS: QoS session creation ``` ---- - -## Roadmap for TF SDK 2nd release - -- [ ] Add support to GSMA OPG.02 TFs -- [ ] Include JUNIPER O-RAN adapter --- -- GitLab