From e17a77beb1529b311250782365cab33cc8d1b06e Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 4 Nov 2022 03:31:21 +0000 Subject: [PATCH 1/2] Update TS28623_GenericNrm.yaml// Initial CR --- OpenAPI/TS28623_GenericNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index c9834fd84..6274e635f 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -1911,8 +1911,8 @@ components: collectionTimeWindow: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' reportingCtrl: - type: string - dataScope: + $ref: '#/components/schemas/ReportingCtrl' + dataGranularity: type: string enum: - SNSSAI -- GitLab From 3642d53eca87a6c42afb3d3c66c78264bb875270 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 16 Nov 2022 13:29:12 +0000 Subject: [PATCH 2/2] Update TS28623_GenericNrm.yaml --- OpenAPI/TS28623_GenericNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index 6274e635f..15b9a4fdd 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -1912,7 +1912,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' reportingCtrl: $ref: '#/components/schemas/ReportingCtrl' - dataGranularity: + dataScope: type: string enum: - SNSSAI -- GitLab