diff --git a/README.md b/README.md index 903c5d5bb7174bf128a4123e87139ace5d87bf21..b0d2d318a17c9d7c2e95c36b355cbd3a94abd828 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 @@ -39,19 +39,27 @@ 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 | + +### O-RAN Adapters + +| Platform | Supported | +|------------|------------| +| Juniper O-RAN controller | WIP | +| i2CAT O-RAN controller | WIP | + --- @@ -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 --- diff --git a/pyproject.toml b/pyproject.toml index 889daa1da97b84a2f3e07f99c8584eebde88701d..bfe793007e4c3203e0816c9e41f040c5bf9a7fc9 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",