From 75853b90ef902dd069149fffd892a231834f70fc Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 7 Nov 2024 08:34:59 +0000 Subject: [PATCH 1/2] Rel19 CR0467 TS28623 correction to duplicate AreaScope --- OpenAPI/TS28623_TraceControlNrm.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 75e49e2db..24c78540d 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1391,7 +1391,7 @@ components: areaScope: type: array items: - $ref: '#/components/schemas/AreaScope' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/AreaScope' sensorInformation: $ref: '#/components/schemas/sensorInformation-Type' immediateMDTConfig: @@ -1414,23 +1414,6 @@ components: rootObjectInstances: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' - AreaScope: - oneOf: - - type: array - items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/EutraCellId' - - type: array - items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NrCellId' - - type: array - items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Tac' - - type: array - items: - $ref: '#/components/schemas/Tai' - - type: array - items: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' Tai: type: object properties: -- GitLab From 4e5e1f7f94b87aed17041be600f160fe79dfb5c0 Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 7 Nov 2024 08:34:59 +0000 Subject: [PATCH 2/2] Rel19 CR0467 TS28623 correction to duplicate AreaScope --- OpenAPI/TS28623_TraceControlNrm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 70cd0cc44..b0037da71 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1400,7 +1400,7 @@ components: type: array uniqueItems: true items: - $ref: '#/components/schemas/AreaScope' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/AreaScope' sensorInformation: $ref: '#/components/schemas/sensorInformation-Type' immediateMDTConfig: @@ -1448,6 +1448,7 @@ components: uniqueItems: true items: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' + Tai: type: object properties: -- GitLab