From ed257be7e52bc09d775bf0b7f112a6cea4106a6f Mon Sep 17 00:00:00 2001 From: qiwen Date: Fri, 9 Aug 2024 17:18:41 +0000 Subject: [PATCH 1/2] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 325ddc2df..ad9cecb1e 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -4586,6 +4586,23 @@ components: type: integer qFMeasurementPeriod: type: integer + qFMonitoredSatelliteBackhaulCategories: + type: array + items: + $ref: '#/components/schemas/SatelliteBackhaulCategories' + + SatelliteBackhaulCategories: + type: string + description: any of enumerated value + enum: + - GEO + - MEO + - LEO + - OTHER_SAT + - DYNAMIC_GEO + - DYNAMIC_MEO + - DYNAMIC_LEO + - DYNAMIC_OTHER_SAT PredefinedPccRuleSet-Single: allOf: -- GitLab From 9782e922ea6f82fcd7cb4f0c0b0fbe6af476e273 Mon Sep 17 00:00:00 2001 From: qiwen Date: Wed, 21 Aug 2024 11:12:40 +0000 Subject: [PATCH 2/2] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index ad9cecb1e..5e812b21e 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -4595,10 +4595,6 @@ components: type: string description: any of enumerated value enum: - - GEO - - MEO - - LEO - - OTHER_SAT - DYNAMIC_GEO - DYNAMIC_MEO - DYNAMIC_LEO -- GitLab