Commit 0773dc04 authored by Cesar Cajas's avatar Cesar Cajas
Browse files

Merge branch 'hotfix/readme-update' into 'main'

hotfix/readme-update: update supported items

See merge request !194
parents 13f8bd89 99345b93
Loading
Loading
Loading
Loading
Loading
+9 −12
Original line number Diff line number Diff line
@@ -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

---

+1 −1
Original line number Diff line number Diff line
@@ -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",