From 3c7ffd35c896194e46ca8ecf4f8afa7ad8d50768 Mon Sep 17 00:00:00 2001 From: cesarcajas Date: Fri, 14 Nov 2025 13:39:33 +0100 Subject: [PATCH 1/2] hotfix/readme-update: update supported items --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 74186ad..f1b4b7e 100644 --- a/README.md +++ b/README.md @@ -41,24 +41,24 @@ Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge | Platform | Supported | |------------|------------| -| Kubernetes | Yes | -| i2Edge | Yes | -| aerOS | Yes | +| Kubernetes | ✅ | +| i2Edge | ✅ | +| aerOS | ✅ | ### 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) | 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 | +| 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) | ✅ | | ✅ | ### O-RAN Adapters | Platform | Supported | |------------|------------| | Juniper O-RAN controller | WIP | -| i2CAT O-RAN controller | WIP | +| i2CAT O-RAN controller | ✅ | ### O-RAN Platforms @@ -86,8 +86,8 @@ pip install sunrise6g-opensdk If you plan to modify the SDK: ```bash -git clone https://github.com/SunriseOpenOperatorPlatform/open-sdk.git -cd open-sdk +git clone https://labs.etsi.org/rep/oop/code/tf-sdk.git +cd tf-sdk python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt @@ -174,15 +174,12 @@ API ->> SDK: network_client.create_qos_session(QOS_SESSION_REQUEST) SDK ->> NEF: Equivalent endpoint NEF ->> 5GS: QoS session creation ``` -<<<<<<< HEAD --- ## Roadmap for Open SDK 2nd release - [ ] Add support to GSMA OPG.02 TFs - [x] Include JUNIPER O-RAN adapter -======= ->>>>>>> main --- -- GitLab From 99345b93198e2b10fea704cd820049f42d62396e Mon Sep 17 00:00:00 2001 From: cesarcajas Date: Fri, 14 Nov 2025 13:41:37 +0100 Subject: [PATCH 2/2] hotfix/readme-update: update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 632dba4..9dff3d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sunrise6g-opensdk" -version = "1.0.19" +version = "1.0.20" 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