Loading README.md +9 −12 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 --- Loading Loading
README.md +9 −12 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 --- Loading