From d7ab7eb74e267c0eb98c4738d89a272bc48c510c Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 6 Nov 2024 08:52:47 +0000 Subject: [PATCH 01/10] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 75e49e2db..8da03a27e 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1431,6 +1431,9 @@ components: - type: array items: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' + - type: array + items: + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NetworkSlice' Tai: type: object properties: @@ -1440,7 +1443,17 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc' tac: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Tac' - + NetworkSlice: + type: object + properties: + mcc: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc' + mnc: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc' + sliceMDTlist: + type: array + items: + $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' AreaConfig: type: object properties: -- GitLab From df3a4c9e47e966eeec36f0111d2abf8e2f7fbb6b Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 6 Nov 2024 09:12:09 +0000 Subject: [PATCH 02/10] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 8da03a27e..cc58337e5 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1433,7 +1433,7 @@ components: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' - type: array items: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NetworkSlice' + $ref: '#/components/schemas/NetworkSlice' Tai: type: object properties: -- GitLab From a18821bd50f1849762fe780c285222749f140329 Mon Sep 17 00:00:00 2001 From: shixixi Date: Fri, 8 Nov 2024 09:03:59 +0000 Subject: [PATCH 03/10] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index cc58337e5..8eeb6415e 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1446,10 +1446,8 @@ components: NetworkSlice: type: object properties: - mcc: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc' - mnc: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc' + plmnId: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' sliceMDTlist: type: array items: -- GitLab From 9505d9f54138573bf7cc98a43e1b944efe694c47 Mon Sep 17 00:00:00 2001 From: shixixi Date: Fri, 8 Nov 2024 09:05:50 +0000 Subject: [PATCH 04/10] Update TS28623_TraceControlNrm.yaml -- GitLab From 7928dc1d32637b81268605da57653e8d4bd9ef14 Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 20 Nov 2024 22:58:19 +0000 Subject: [PATCH 05/10] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 8eeb6415e..39c7823ed 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1433,7 +1433,7 @@ components: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' - type: array items: - $ref: '#/components/schemas/NetworkSlice' + $ref: '#/components/schemas/SliceIdScope' Tai: type: object properties: @@ -1443,7 +1443,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc' tac: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Tac' - NetworkSlice: + SliceIdScope: type: object properties: plmnId: @@ -1451,7 +1451,7 @@ components: sliceMDTlist: type: array items: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/NSSAI' AreaConfig: type: object properties: -- GitLab From 8244a277653845749bcb34d1917f0067a42c23f1 Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 20 Nov 2024 23:09:07 +0000 Subject: [PATCH 06/10] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 39c7823ed..1fbb185c0 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1448,8 +1448,8 @@ components: properties: plmnId: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' - sliceMDTlist: - type: array + sliceScope: + type: items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/NSSAI' AreaConfig: -- GitLab From 313bb0ea10a107b916b27caf76b2748b004fcb86 Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 20 Nov 2024 23:11:03 +0000 Subject: [PATCH 07/10] Update TS28623_TraceControlNrm.yaml -- GitLab From 28f4f24557d83f4ce1f4b9f1fe7c28df263f5968 Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 20 Nov 2024 23:33:07 +0000 Subject: [PATCH 08/10] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 1fbb185c0..48c3d0168 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1449,9 +1449,9 @@ components: plmnId: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' sliceScope: - type: + type: array items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NSSAI' + $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' AreaConfig: type: object properties: -- GitLab From f7ecb678800f8500a24ca4c0d44ca8d4d1d40e1d Mon Sep 17 00:00:00 2001 From: shixixi Date: Thu, 21 Nov 2024 14:36:48 +0000 Subject: [PATCH 09/10] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 48c3d0168..129d1f53c 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1433,7 +1433,7 @@ components: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' - type: array items: - $ref: '#/components/schemas/SliceIdScope' + $ref: '#/components/schemas/PLMNInfo' Tai: type: object properties: @@ -1443,7 +1443,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc' tac: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Tac' - SliceIdScope: + PLMNInfo: type: object properties: plmnId: -- GitLab From 5a735919cacf5a4c5c9294a2f266820f1f551b05 Mon Sep 17 00:00:00 2001 From: shixixi Date: Thu, 21 Nov 2024 14:43:22 +0000 Subject: [PATCH 10/10] Update TS28623_TraceControlNrm.yaml --- OpenAPI/TS28623_TraceControlNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_TraceControlNrm.yaml b/OpenAPI/TS28623_TraceControlNrm.yaml index 129d1f53c..ff537cb89 100644 --- a/OpenAPI/TS28623_TraceControlNrm.yaml +++ b/OpenAPI/TS28623_TraceControlNrm.yaml @@ -1448,7 +1448,7 @@ components: properties: plmnId: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' - sliceScope: + sNSSAI: type: array items: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' -- GitLab