From 2fdc9cc4cad29a9662a849a31f1c7d3e55c2b752 Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 9 Aug 2023 08:47:26 +0000 Subject: [PATCH 1/5] TS28.541_Rel17_CR0968 --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- OpenAPI/TS28541_NrNrm.yaml | 18 ++++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index ae61bea71..c5eb4df70 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -126,7 +126,7 @@ components: TACList: type: array items: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/NrTac' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac' WeightFactor: type: integer UdmInfo: diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index a8900cf90..2dc4822aa 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -96,24 +96,14 @@ components: NrPci: type: integer maximum: 503 - NrTac: - type: integer - maximum: 16777215 NrTacList: type: array items: - $ref: '#/components/schemas/NrTac' - Tai: - type: object - properties: - plmnId: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' - nrTac: - $ref: '#/components/schemas/NrTac' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac' TaiList: type: array items: - $ref: '#/components/schemas/Tai' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' BackhaulAddress: type: object properties: @@ -930,7 +920,7 @@ components: nrPci: $ref: '#/components/schemas/NrPci' nrTac: - $ref: '#/components/schemas/NrTac' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac' arfcnDL: type: integer arfcnUL: @@ -1009,7 +999,7 @@ components: plmnInfoList: $ref: '#/components/schemas/PlmnInfoList' nrTac: - $ref: '#/components/schemas/NrTac' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac' NRFrequency-Single: allOf: -- GitLab From 2ca96f8c83ffe51023cb963727eeb87b8fa6fc3e Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 11 Aug 2023 07:41:30 +0000 Subject: [PATCH 2/5] validation correction --- OpenAPI/TS28541_NrNrm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 2dc4822aa..51309c1ef 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -96,6 +96,9 @@ components: NrPci: type: integer maximum: 503 + # keep NrTac for backward compatibility + NrTac: + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac' NrTacList: type: array items: -- GitLab From adc8e10a56c10c454bcaf20cb50be985a0fa8aef Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 11 Aug 2023 07:50:27 +0000 Subject: [PATCH 3/5] validation correction --- OpenAPI/TS28541_NrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 51309c1ef..a8eae03a3 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -113,7 +113,7 @@ components: gnbId: $ref: '#/components/schemas/GnbId' tai: - $ref: "#/components/schemas/Tai" + $ref: "TS28623_GenericNrm.yaml#/components/schemas/Tai" MappingSetIDBackhaulAddress: type: object properties: -- GitLab From e1a3a382b407880473f797b6737a4e14f60f6f33 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 11 Aug 2023 08:02:29 +0000 Subject: [PATCH 4/5] Validation failure correction --- OpenAPI/TS28541_NrNrm.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index a8eae03a3..1329bd9bd 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -96,7 +96,6 @@ components: NrPci: type: integer maximum: 503 - # keep NrTac for backward compatibility NrTac: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac' NrTacList: @@ -113,7 +112,7 @@ components: gnbId: $ref: '#/components/schemas/GnbId' tai: - $ref: "TS28623_GenericNrm.yaml#/components/schemas/Tai" + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' MappingSetIDBackhaulAddress: type: object properties: -- GitLab From 2206ba1320cd61127f950924f4b0087460be0a33 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 11 Aug 2023 08:24:53 +0000 Subject: [PATCH 5/5] validation correction --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index c5eb4df70..343062cfc 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -648,7 +648,7 @@ components: TaiList: type: array items: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/Tai' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' #-------- Definition of concrete IOCs -------------------------------------------- ProvMnS: -- GitLab