From 3c357066126673c2c687c2e4c06dc0566e8a6f4d Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 4 Oct 2021 17:12:54 +0200 Subject: [PATCH 1/2] Update nrNrm.yaml --- OpenAPI/nrNrm.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index 850106631..87c0a499f 100644 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -592,6 +592,12 @@ components: properties: resourceType: type: string + enum: + - PRB + - PRB_UL + - PRB_DL + - RRC + - DRB rRMPolicyMemberList: $ref: '#/components/schemas/RrmPolicyMemberList' -- GitLab From 066b37664c6f97a247ee544bee36c35158f7ac25 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 4 Oct 2021 17:17:20 +0200 Subject: [PATCH 2/2] Update nrNrm.yaml --- OpenAPI/nrNrm.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index 87c0a499f..be42e57f0 100644 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -583,7 +583,14 @@ components: type: array items: $ref: '#/components/schemas/TceMappingInfo' - + ResourceType: + type: string + enum: + - PRB + - PRB_UL + - PRB_DL + - RRC + - DRB #-------- Definition of abstract IOCs -------------------------------------------- @@ -591,13 +598,7 @@ components: type: object properties: resourceType: - type: string - enum: - - PRB - - PRB_UL - - PRB_DL - - RRC - - DRB + $ref: '#/components/schemas/ResourceType' rRMPolicyMemberList: $ref: '#/components/schemas/RrmPolicyMemberList' -- GitLab