From af725d8af2c6779537d41d7de91b328097152d07 Mon Sep 17 00:00:00 2001 From: Amichai Date: Thu, 23 Jul 2020 19:38:14 +0000 Subject: [PATCH] [RIC-571] Swagger update + release version updated to 5.2.21 Change-Id: I4069f16f0610d332b39ca52dcbaa59dd54d87159 Signed-off-by: Amichai --- Swagger/E2Manager_API.yaml | 6 ++++++ releases/container-release-ric-plt-e2mgr.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Swagger/E2Manager_API.yaml b/Swagger/E2Manager_API.yaml index bb8b7fc..80e3ce5 100644 --- a/Swagger/E2Manager_API.yaml +++ b/Swagger/E2Manager_API.yaml @@ -557,6 +557,10 @@ components: type: object Gnb: properties: + gnbType: + oneOf: + - type: string + - type: integer servedNrCells: $ref: '#/components/schemas/ServedNrCells' ranFunctions: @@ -1039,5 +1043,7 @@ components: type: string setupFailure: $ref: '#/components/schemas/SetupFailure' + setupFromNetwork: + type: boolean additionalProperties: false type: object diff --git a/releases/container-release-ric-plt-e2mgr.yaml b/releases/container-release-ric-plt-e2mgr.yaml index 1ae9fa2..b550cf1 100644 --- a/releases/container-release-ric-plt-e2mgr.yaml +++ b/releases/container-release-ric-plt-e2mgr.yaml @@ -1,10 +1,10 @@ --- distribution_type: container -container_release_tag: 5.2.20 +container_release_tag: 5.2.21 container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: ric-plt/e2mgr ref: bc966a778e96ab13590722c140489e8ef053a6f0 containers: - name: ric-plt-e2mgr - version: 5.2.20 + version: 5.2.21 -- 2.16.6