From a34ded84ad893908b11ce076c06c915312542103 Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 9 Aug 2023 09:03:33 +0000 Subject: [PATCH 1/9] TS28.532_Rel16_CR0266 --- OpenAPI/TS28532_FaultMnS.yaml | 4 ++-- OpenAPI/TS28532_FileDataReportingMnS.yaml | 2 +- OpenAPI/TS28532_ProvMnS.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28532_FaultMnS.yaml b/OpenAPI/TS28532_FaultMnS.yaml index cbf54aa6a..750266c9c 100644 --- a/OpenAPI/TS28532_FaultMnS.yaml +++ b/OpenAPI/TS28532_FaultMnS.yaml @@ -135,7 +135,7 @@ paths: patch: summary: 'Clear, acknowledge or unacknowledge a single alarm' description: >- - Clears, acknowledges or uncknowldeges a single alarm by patching the alarm + Clears, acknowledges or unacknowldeges a single alarm by patching the alarm information. A conditional acknowledge request based on the perceived severity is not supported. parameters: @@ -961,7 +961,7 @@ components: MergePatchAcknowledgeAlarm: description: >- Patch document acknowledging or unacknowledging a single alarm. For - acknowleding an alarm the value of ackState is ACKNOWLEDGED, for unacknowleding + acknowledging an alarm the value of ackState is ACKNOWLEDGED, for unacknowledging an alarm the value of ackState is UNACKNOWLEDGED. type: object required: diff --git a/OpenAPI/TS28532_FileDataReportingMnS.yaml b/OpenAPI/TS28532_FileDataReportingMnS.yaml index 5cb93b6c1..49917b6ab 100644 --- a/OpenAPI/TS28532_FileDataReportingMnS.yaml +++ b/OpenAPI/TS28532_FileDataReportingMnS.yaml @@ -179,7 +179,7 @@ components: enum: - Performance - Trace - - Anatytics + - Analytics - Proprietary FileNotificationTypes: type: string diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index 74450c4fc..505d97f6c 100644 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -52,7 +52,7 @@ paths: This status code shall be returned when the resource is replaced, and when the replaced resource representation is not identical to the resource representation in the request. - This status code may be retourned when the resource is updated and when the + This status code may be returned when the resource is updated and when the updated resource representation is identical to the resource representation in the request. The representation of the updated resource is returned in the response @@ -202,7 +202,7 @@ paths: description: >- This parameter specifies the attributes of the scoped resources that are returned. - required: true + required: false schema: type: array items: -- GitLab From 7148d99cdd420625c0cb4b8c4dd8daddf20ec6d8 Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 9 Aug 2023 09:22:09 +0000 Subject: [PATCH 2/9] TS28.541_Rel16_CR0971 --- OpenAPI/TS28541_5GcNrm.yaml | 8 ++++---- OpenAPI/TS28541_NrNrm.yaml | 12 ++++++------ OpenAPI/TS28541_SliceNrm.yaml | 4 +++- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 0116560e6..1e8c8c0f4 100644 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -112,7 +112,7 @@ components: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' NFStatus: type: string - description: any of enumrated value + description: any of enumerated value enum: - REGISTERED - SUSPENDED @@ -151,7 +151,7 @@ components: type: integer SupportedDataSetId: type: string - description: any of enumrated value + description: any of enumerated value enum: - SUBSCRIPTION - POLICY @@ -192,7 +192,7 @@ components: type: integer SEPPType: type: string - description: any of enumrated value + description: any of enumerated value enum: - CSEPP - PSEPP @@ -209,7 +209,7 @@ components: $ref: '#/components/schemas/SupportedFunc' CommModelType: type: string - description: any of enumrated value + description: any of enumerated value enum: - DIRECT_COMMUNICATION_WO_NRF - DIRECT_COMMUNICATION_WITH_NRF diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 82df429f2..c753fd44e 100644 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -158,7 +158,7 @@ components: timeDuration: type: integer - UeAccProbilityDist: + UeAccProbabilityDist: type: object properties: targetProbability: @@ -166,7 +166,7 @@ components: numberofpreamblessent: type: integer - UeAccDelayProbilityDist: + UeAccDelayProbabilityDist: type: object properties: targetProbability: @@ -1287,10 +1287,10 @@ components: properties: drachOptimizationControl: type: boolean - ueAccProbilityDist: - $ref: "#/components/schemas/UeAccProbilityDist" - ueAccDelayProbilityDist: - $ref: "#/components/schemas/UeAccDelayProbilityDist" + ueAccProbabilityDist: + $ref: "#/components/schemas/UeAccProbabilityDist" + ueAccDelayProbabilityDist: + $ref: "#/components/schemas/UeAccDelayProbabilityDist" - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' DMROFunction-Single: diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 080c9cf31..abb39e0ba 100644 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -258,7 +258,9 @@ components: v2XCommModels: $ref: '#/components/schemas/V2XCommModels' coverageArea: - type: string + type: array + items: + type: string termDensity: $ref: '#/components/schemas/TermDensity' activityFactor: -- GitLab From e98c1bf39a09b4f4bee5f6b95c80d8d12a996181 Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 9 Aug 2023 08:39:42 +0000 Subject: [PATCH 3/9] TS28.541_Rel16_CR0967 --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- OpenAPI/TS28541_NrNrm.yaml | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 1e8c8c0f4..34db1437a 100644 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -126,7 +126,7 @@ components: TACList: type: array items: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/NrTac' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac' WeightFactor: type: integer UdmInfo: diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index c753fd44e..f7d67db26 100644 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -79,16 +79,6 @@ components: NrPci: type: integer maximum: 503 - NrTac: - type: integer - maximum: 16777215 - Tai: - type: object - properties: - plmnId: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' - nrTac: - $ref: '#/components/schemas/NrTac' BackhaulAddress: type: object @@ -96,7 +86,7 @@ components: gnbId: $ref: '#/components/schemas/GnbId' tai: - $ref: "#/components/schemas/Tai" + $ref: "TS28623_GenericNrm.yaml#/components/schemas/Tai" MappingSetIDBackhaulAddress: type: object properties: @@ -847,7 +837,7 @@ components: nrPci: $ref: '#/components/schemas/NrPci' nrTac: - $ref: '#/components/schemas/NrTac' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac' arfcnDL: type: integer arfcnUL: -- GitLab From 15f75401e6f60ccd709b566c691bdeb9d7fe5169 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Wed, 2 Aug 2023 16:07:00 +0000 Subject: [PATCH 4/9] Update type of coverageAreaTAList from TACList to array of Tai --- OpenAPI/TS28541_SliceNrm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index abb39e0ba..dffbb2d65 100644 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -286,7 +286,9 @@ components: maxNumberofUEs: type: number coverageAreaTAList: - $ref: 'TS28541_5GcNrm.yaml#/components/schemas/TACList' + type: array + items: + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' latency: type: number uEMobilityLevel: -- GitLab From 76c22b231494208b99834d25b60bbea011e26549 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Tue, 5 Sep 2023 12:35:52 +0000 Subject: [PATCH 5/9] 28.541_Rel16_CR0977_Update_RRMPolicyRatio --- OpenAPI/TS28541_NrNrm.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index f7d67db26..ada6f6366 100644 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1051,10 +1051,19 @@ components: properties: rRMPolicyMaxRatio: type: integer + default: 100 + minimum: 0 + maximum: 100 rRMPolicyMinRatio: type: integer + default: 0 + minimum: 0 + maximum: 100 rRMPolicyDedicatedRatio: type: integer + default: 0 + minimum: 0 + maximum: 100 NRCellRelation-Single: allOf: -- GitLab From d4984c1445a02515acf1bfd87cb87dd1c48854ed Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 09:53:55 +0000 Subject: [PATCH 6/9] Update file TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index dffbb2d65..d5c912f86 100644 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -23,8 +23,8 @@ components: enum: - STATIONARY - NOMADIC - - RESTRICTED MOBILITY - - FULLY MOBILITY + - RESTRICTED_MOBILITY + - FULLY_MOBILITY SharingLevel: type: string enum: @@ -109,7 +109,7 @@ components: Support: type: string enum: - - NOT SUPPORTED + - NOT_SUPPORTED - SUPPORTED DelayTolerance: type: object -- GitLab From 6ffb19cbb4e5c2130b9c901e10707f32464928a3 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 24 Aug 2023 08:17:59 +0000 Subject: [PATCH 7/9] Update file TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index d5c912f86..1210e76ed 100644 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -24,17 +24,17 @@ components: - STATIONARY - NOMADIC - RESTRICTED_MOBILITY - - FULLY_MOBILITY + - FULL_MOBILITY SharingLevel: type: string enum: - SHARED - - NON-SHARED + - NON_SHARED NetworkSliceSharingIndicator: type: string enum: - SHARED - - NON-SHARED + - NON_SHARED PerfReqEmbb: type: object properties: -- GitLab From aeee59fcc53aaa87dd17a5131d9ad29ded424acf Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Wed, 26 Jul 2023 10:03:39 +0000 Subject: [PATCH 8/9] Update TS28541_SliceNrm.yaml, replace models with mode --- OpenAPI/TS28541_SliceNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 1210e76ed..368a6b27c 100644 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -195,7 +195,7 @@ components: $ref: '#/components/schemas/ServAttrCom' support: $ref: '#/components/schemas/Support' - V2XCommModels: + V2XCommMode: type: object properties: servAttrCom: @@ -255,8 +255,8 @@ components: $ref: '#/components/schemas/KPIMonitoring' userMgmtOpen: $ref: '#/components/schemas/UserMgmtOpen' - v2XCommModels: - $ref: '#/components/schemas/V2XCommModels' + v2XCommMode: + $ref: '#/components/schemas/V2XCommMode' coverageArea: type: array items: -- GitLab From d82c57429af56877fece4a337994e94ec3c93677 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 8 Sep 2023 06:32:52 +0000 Subject: [PATCH 9/9] Update 3 files - /OpenAPI/TS28532_FaultMnS.yaml - /OpenAPI/TS28532_FileDataReportingMnS.yaml - /OpenAPI/TS28532_ProvMnS.yaml --- OpenAPI/TS28532_FaultMnS.yaml | 2 +- OpenAPI/TS28532_FileDataReportingMnS.yaml | 2 +- OpenAPI/TS28532_ProvMnS.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28532_FaultMnS.yaml b/OpenAPI/TS28532_FaultMnS.yaml index 750266c9c..8e4cd130d 100644 --- a/OpenAPI/TS28532_FaultMnS.yaml +++ b/OpenAPI/TS28532_FaultMnS.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Fault Supervision MnS - version: 16.15.0 + version: 16.16.0 description: >- OAS 3.0.1 definition of the Fault Supervision MnS © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). diff --git a/OpenAPI/TS28532_FileDataReportingMnS.yaml b/OpenAPI/TS28532_FileDataReportingMnS.yaml index 49917b6ab..10ed0b892 100644 --- a/OpenAPI/TS28532_FileDataReportingMnS.yaml +++ b/OpenAPI/TS28532_FileDataReportingMnS.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: File Data Reporting MnS - version: 16.15.0 + version: 16.16.0 description: >- OAS 3.0.1 definition of the File Data Reporting MnS © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index 505d97f6c..951c2320f 100644 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Provisioning MnS - version: 16.15.0 + version: 16.16.0 description: >- OAS 3.0.1 definition of the Provisioning MnS © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). -- GitLab