Commit e42af042 authored by Adrian Pino's avatar Adrian Pino Committed by GitHub
Browse files

Merge pull request #154 from SunriseOpenOperatorPlatform/feature/add-edgecloud-gsma-i2edge

Feature/add edgecloud gsma i2edge
parents e62ef805 ec215df4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"


[project]
[project]
name = "sunrise6g-opensdk"
name = "sunrise6g-opensdk"
version = "1.0.4"
version = "1.0.5"
description = "Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge Cloud platforms, 5G network cores and Open RAN solutions."
description = "Open source SDK to abstract CAMARA/GSMA Transformation Functions (TFs) for Edge Cloud platforms, 5G network cores and Open RAN solutions."
keywords = [
keywords = [
  "Federation",
  "Federation",
+1 −1
Original line number Original line Diff line number Diff line
@@ -1054,7 +1054,7 @@ class EdgeApplicationManager(EdgeCloudManagementInterface):
            )
            )
            payload = i2edge_schemas.AppDeploy(app_deploy_data=app_deploy_data)
            payload = i2edge_schemas.AppDeploy(app_deploy_data=app_deploy_data)
            url = "{}/application_instance".format(self.base_url)
            url = "{}/application_instance".format(self.base_url)
            response = i2edge_post(url, payload)
            response = i2edge_post(url, payload, 202)
            if response.status_code == 202:
            if response.status_code == 202:
                response_json = response.json()
                response_json = response.json()
                content = {
                content = {