From 399ac7e2d3b5aa8f7e0793ef257923d8af479dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Pino?= Date: Fri, 24 Oct 2025 13:28:27 +0200 Subject: [PATCH 1/2] Add Federation API to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 15f0013..903c5d5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge | Location Retrieval | [v0.4.0](https://raw.githubusercontent.com/camaraproject/DeviceLocation/refs/tags/r2.2/code/API_definitions/location-retrieval.yaml) | | Traffic Influence | [v0.8.1](https://raw.githubusercontent.com/camaraproject/EdgeCloud/v0.8.1/code/API_definitions/Traffic_Influence.yaml) | +### Federation APIs (E/WBI GSMA OPG) + +| API Name | Version | +|---------------------------|---------| +| Federation Management Service | [1.2.0](https://www.gsma.com/solutions-and-impact/technologies/networks/wp-content/uploads/2023/07/OPG.04-v3.0-GSMA-Operator-Platform-Group-East-Westbound-Interface-APIs-Version-3.0.pdf) + ### EdgeCloud Platforms | Platform | Status | -- GitLab From 8d9c97efbde9383b16e032f2600b546cd766a462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Pino?= Date: Fri, 24 Oct 2025 13:28:41 +0200 Subject: [PATCH 2/2] Update PyPI minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dbf54c..ae86646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sunrise6g-opensdk" -version = "1.0.13" +version = "1.0.14" 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