From 212001cf108853aa8bb414435f5cf4fb337c13cc Mon Sep 17 00:00:00 2001 From: Srinivas Gudumasu Date: Tue, 30 Jan 2024 13:18:41 -0500 Subject: [PATCH 1/2] Metrics reporting and service access information yaml files are updated with reporting time offset and reporting duration. --- TS26510_Maf_Provisioning_MetricsReporting.yaml | 4 ++++ TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/TS26510_Maf_Provisioning_MetricsReporting.yaml b/TS26510_Maf_Provisioning_MetricsReporting.yaml index 3ea30cb..db3d24f 100644 --- a/TS26510_Maf_Provisioning_MetricsReporting.yaml +++ b/TS26510_Maf_Provisioning_MetricsReporting.yaml @@ -258,6 +258,10 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri' dataNetworkName: $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn' + reportingStartOffset: + $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec' + reportingDuration: + $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec' reportingInterval: $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec' samplePercentage: diff --git a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml index 49ffee5..14d6135 100644 --- a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml +++ b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml @@ -180,6 +180,9 @@ components: required: - serverAddresses - scheme + - dataNetworkName + - reportingStartOffset + - reportingDuration - samplePercentage - urlFilters - samplingPeriod @@ -191,6 +194,10 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri' dataNetworkName: $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn' + reportingStartOffset: + $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec' + reportingDuration: + $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec' reportingInterval: $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec' samplePercentage: -- GitLab From 78d0ebd4261fae14adf5b89419ab534e49bac274 Mon Sep 17 00:00:00 2001 From: Srinivas Gudumasu Date: Tue, 30 Jan 2024 23:27:46 -0500 Subject: [PATCH 2/2] corrected the required parameters list. --- TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml index 14d6135..5299326 100644 --- a/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml +++ b/TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml @@ -180,9 +180,6 @@ components: required: - serverAddresses - scheme - - dataNetworkName - - reportingStartOffset - - reportingDuration - samplePercentage - urlFilters - samplingPeriod -- GitLab