Evolved5g

Latest version: v1.0.13

Safety actively analyzes 682471 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

1.0.1

-------------------
* Bug fix on CAPIFProviderConnector: If you run it twice (for example for testing purposes) the .pem certificate should be overriden.

-------------------

1.0.0

-------------------
* CAPIFExposerConnector has been a) refactored to conform to the latest CAPIF API and b) renamed to `CAPIFProviderConnector`
* CAPIFProviderConnector registers, onboards and publishes a Provider (ex. NEF) to the CAPIF instance.
* Breaking changes: 'CAPIFExposerConnector' class has been renamed to `CAPIFProviderConnector`

* All Libraries classes (`LocationSubscriber`,`ConnectionMonitor`,`QosAwareness`) now communicate with CAPIF server to get authorization tokens

* ServiceDiscoverer SDK class has been updated:
* It now conforms with the latest version of CAPIF
* Provides a way to retrieve an access token from CAPIF for a specified API Name and resource name (ex. api_name: "/tsn/api/" and resource_name: "TSN_LIST_PROFILES")
* Provides methods to get the endpoint for a specified API Name and resource name (ex. api_name: "/tsn/api/" and resource_name: "TSN_LIST_PROFILES")

* New class TSNManager, that encapsulates call to the Time Sensitive Network (TSN) API.

* The examples folder has been updated
* Added examples for registering to CAPIF (both for NEF and TSN)
* Added Examples for using the service discovered in order to retrieve endpoints
* Added examples for using the TSNManager

0.8.9

-------------------
* Bug fix on LocationSubscriber on method get_location_information.
* Previously when calling this method the response object returned two properties: a) cell_id and b) enode_b_id. enode_b_id has been dropped in latest versions of the NEF emulator so it was always returned as None by the SDK.
* With current version the following two properties are returned: a) cell_id and b) g_NB_Id
* New deploy pipeline updated and integrated.
* Added new verification tests CAPIF and NEF.
* Documentation updated including new verification tests CAPIF and NEF.

0.8.8

-------------------
* Update SDK documentation:
* Update documentation of the SDK libraries by updating the ConnectionMonitor Library information.
* Update SDK pipelines by updating the commands to run and check pipelines and adding new pipelines.

0.8.7

-------------------
* Update of the SDK library:
* CAPIFExposerConnector and CAPIFInvokerConnector have capif_http_port and capif_https_port declared as "str" (via type hinting)
* If the developer passes the parameter as integer we make sure it's casted to string and the code does not fail

0.8.6

-------------------
* Update of the SDK library, on how the CAPIF endpoints are constructed.
* When connecting to CAPIF if standard ports are used (80,443) we now don't include them to the capif url/endpoint

* (ex. https://capifcore/register instead of https://capifcore:443/register)

* (ex. http://capifcore/register instead of http://capifcore:80/register)

* If non standard ports are used (ex. 8080) then they are included in the capif url/endpoint
* (ex.http://capifcore:8080/register)

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.