From db4da102fc9d0511f303037cd2d123374fd26a37 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 3 Apr 2024 07:56:52 +0000 Subject: [PATCH 01/19] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index b4229dca4..1f94b3ea8 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -210,6 +210,10 @@ components: type: array items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + sNPNList: + type: array + items: + $ref: '#/components/schemas/SnpnInfo' allowedSNPNs: type: array items: -- GitLab From 2864e6eda14adc1fa38cfd24f4fcf625771530f7 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Thu, 18 Apr 2024 06:45:11 +0000 Subject: [PATCH 02/19] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 1f94b3ea8..516ba718a 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -213,7 +213,7 @@ components: sNPNList: type: array items: - $ref: '#/components/schemas/SnpnInfo' + $ref: '#/components/schemas/SnpnID' allowedSNPNs: type: array items: -- GitLab From f0c22ebfca43522c70f05242798b49a14734e04a Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Thu, 18 Apr 2024 06:54:39 +0000 Subject: [PATCH 03/19] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 516ba718a..b09853b4a 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -213,7 +213,7 @@ components: sNPNList: type: array items: - $ref: '#/components/schemas/SnpnID' + $ref: '#/components/schemas/Snpnid' allowedSNPNs: type: array items: -- GitLab From 1f64b516fc9c20f6a3529b9b8e65ae32b3c3b7c0 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Thu, 18 Apr 2024 07:05:15 +0000 Subject: [PATCH 04/19] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index b09853b4a..a73662fe8 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -213,7 +213,7 @@ components: sNPNList: type: array items: - $ref: '#/components/schemas/Snpnid' + $ref: '#/components/schemas/SnpnId' allowedSNPNs: type: array items: -- GitLab From 915c9070e6fb7f8d932004ed46087ed6decc8560 Mon Sep 17 00:00:00 2001 From: sunse Date: Sun, 7 Apr 2024 01:54:58 +0000 Subject: [PATCH 05/19] Rel17_CR0339_correction_to_OpenAPI_stage_3_issues Update TS28623_ComDefs.yaml --- OpenAPI/TS28623_ComDefs.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index ea37e0fa1..fb9533041 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -4,7 +4,7 @@ info: version: 17.6.0 description: >- OAS 3.0.1 specification of common type definitions in the Generic NRM - © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 28.623; Generic NRM; Common type definitions @@ -93,13 +93,16 @@ components: GeoAreaToCellMapping: type: object properties: - convexGeoPolygon: + geoArea: $ref: '#/components/schemas/GeoArea' associationThreshold: type: integer AreaOfInterest: oneOf: - - $ref: '#/components/schemas/GeoAreaToCellMapping' + - type: array + items: + $ref: '#/components/schemas/GeoAreaToCellMapping' + minItems: 1 - type: array items: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' @@ -163,7 +166,7 @@ components: UsageState: type: string enum: - - IDEL + - IDLE - ACTIVE - BUSY -- GitLab From be2de8742eee300fdb46ec280cdc570c1dd87cc1 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 3 May 2024 13:48:22 +0000 Subject: [PATCH 06/19] 28.623 Rel-17 CR0343 Add trace message attribute yaml --- OpenAPI/TS28623_GenericNrm.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index 3f63aed85..1a06e5376 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -755,6 +755,12 @@ components: - mcc - mnc + listOfTraceMetrics: + description: The trace messages to be reported. See 3GPP TS 32.422 clause 10 for additional details. + type: array + items: + type: string + traceDepth-Type: description: Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details. type: string @@ -1653,6 +1659,8 @@ components: $ref: '#/components/schemas/listOfNETypes-Type' pLMNTarget: $ref: '#/components/schemas/pLMNTarget-Type' + listOfTraceMetrics: + type: array traceReportingConsumerUri: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' traceCollectionEntityIPAddress: -- GitLab From 040fd5f2d179ccef54d53bed3fd0a7fc98690a71 Mon Sep 17 00:00:00 2001 From: sunse Date: Tue, 14 May 2024 02:59:51 +0000 Subject: [PATCH 07/19] Rel17 Correct_undefined_dataType_of_attribute Update TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 8b6f92e8b..908615df0 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -590,7 +590,7 @@ components: RequestedReservationExpiration: description: >- An attribute which specifies MnS consuner's requirements for the validity period of the resource reservation. - type: string + $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' ResourceReservationStatus: description: >- An attribute which specifies the resource reservation result for the feasibility check job. @@ -602,7 +602,7 @@ components: ReservationExpiration: description: >- An attribute which specifies the actual validity period of the resource reservation.. - type: string + $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' ReservationFailureReason: description: >- An attribute that specifies the additional reason information if the reservation is failed. -- GitLab From 1cab42c78d941cc5c5973a4110f2d735b797e9ac Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 31 May 2024 02:12:24 +0000 Subject: [PATCH 08/19] Rel17 TS 28.541 CR1250 correction_to_use_data_type_as_a_dataType Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 82 ++++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 38 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 61b635cca..3bda7d8e5 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -135,75 +135,81 @@ components: type: integer backhaulAddress: $ref: '#/components/schemas/BackhaulAddress' - IntraRatEsActivationOriginalCellLoadParameters: + LoadTimeThreshold: type: object properties: loadThreshold: type: integer timeDuration: type: integer + IntraRatEsActivationOriginalCellLoadParameters: + $ref: '#/components/schemas/LoadTimeThreshold' IntraRatEsActivationCandidateCellsLoadParameters: - type: object - properties: - loadThreshold: - type: integer - timeDuration: - type: integer + $ref: '#/components/schemas/LoadTimeThreshold' IntraRatEsDeactivationCandidateCellsLoadParameters: - type: object - properties: - loadThreshold: - type: integer - timeDuration: - type: integer + $ref: '#/components/schemas/LoadTimeThreshold' EsNotAllowedTimePeriod: type: object properties: - startTimeandendTime: + startTime: type: string - periodOfDay: + description: >- + Time of day is in HH:MM or H:MM 24-hour format per UTC time zone. + Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). + endTime: type: string - daysOfWeekList: - type: string - listoftimeperiods: + description: >- + Time of day is in HH:MM or H:MM 24-hour format per UTC time zone. + Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). + daysOfWeek: type: string + enum: + - MONDAY + - TUESDAY + - WEDNESDAY + - THURSDAY + - FRIDAY + - SATURDAY + - SUNDAY InterRatEsActivationOriginalCellParameters: - type: object - properties: - loadThreshold: - type: integer - timeDuration: - type: integer + $ref: '#/components/schemas/LoadTimeThreshold' InterRatEsActivationCandidateCellParameters: - type: object - properties: - loadThreshold: - type: integer - timeDuration: - type: integer + $ref: '#/components/schemas/LoadTimeThreshold' InterRatEsDeactivationCandidateCellParameters: - type: object - properties: - loadThreshold: - type: integer - timeDuration: - type: integer + $ref: '#/components/schemas/LoadTimeThreshold' UeAccProbabilityDist: + type: array + items: + $ref: '#/components/schemas/UeAccProbability' + UeAccProbability: type: object properties: targetProbability: type: integer - numberofpreamblessent: + minimum: 0 + maximum: 100 + numberOfPreamblesSent: type: integer + minimum: 0 + maximum: 200 UeAccDelayProbabilityDist: + type: array + items: + $ref: '#/components/schemas/UeAccDelayProbability' + + UeAccDelayProbability: type: object properties: targetProbability: type: integer - accessdelay: + minimum: 0 + maximum: 100 + accessDelay: type: integer + minimum: 10 + maximum: 560 NRPciList: type: array -- GitLab From f66d3e9f19ac9f58843292defe3c0f016706a273 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 10 May 2024 03:25:07 +0000 Subject: [PATCH 09/19] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 9af9bf8ad..a54dc0c33 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -113,12 +113,13 @@ components: - IS_EQUAL_TO_OR_LESS_THAN - IS_EQUAL_TO_OR_GREATER_THAN - IS_ALL_OF - FulfilStatus: + FulfilmentStatus: type: string readOnly: true enum: - FULFILLED - NOT_FULFILLED + default: NOT_FULFILLED NotFulfilledState: type: string readOnly: true @@ -132,8 +133,8 @@ components: FulfilmentInfo: type: object properties: - fulfilStatus: - $ref: "#/components/schemas/FulfilStatus" + fulfilmentStatus: + $ref: "#/components/schemas/FulfilmentStatus" notFullfilledState: description: -> An attribute which is used when FulfilmentInfo is implemented for IntentFulfilmentInfo -- GitLab From 578ad5f09268bedec3dd0ddbf3c6080473c6ad92 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 10 May 2024 03:41:12 +0000 Subject: [PATCH 10/19] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index a54dc0c33..4547740c9 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -130,6 +130,7 @@ components: - SUSPENDED - TERMINATED - FULFILMENTFAILED + default: ACKNOWLEDGED FulfilmentInfo: type: object properties: -- GitLab From 0f59caf890d8d9cad1e25c1377412559015caf6a Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Fri, 17 May 2024 07:00:17 +0000 Subject: [PATCH 11/19] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index a73662fe8..d7b5ef0e2 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1028,7 +1028,8 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' supportedBMOList: $ref: '#/components/schemas/SupportedBMOList' - + predefinedPccRuleSetRef: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - type: object properties: -- GitLab From 0df34921edb8b2b76c8a56a77c5a46a6686e6bff Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Thu, 30 May 2024 05:53:21 +0000 Subject: [PATCH 12/19] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index d7b5ef0e2..0afa114e2 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1028,7 +1028,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' supportedBMOList: $ref: '#/components/schemas/SupportedBMOList' - predefinedPccRuleSetRef: + predefinedPccRuleSetRefs: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - type: object @@ -1043,8 +1043,6 @@ components: $ref: '#/components/schemas/EP_N16-Multiple' EP_Rx: $ref: '#/components/schemas/EP_Rx-Multiple' - PredefinedPccRuleSet: - $ref: '#/components/schemas/PredefinedPccRuleSet-Single' AusfFunction-Single: allOf: -- GitLab From 71f88121234937dc7c44f5b7f3209211f7801a6c Mon Sep 17 00:00:00 2001 From: scottma Date: Mon, 13 May 2024 20:50:11 +0000 Subject: [PATCH 13/19] 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 1a06e5376..4bfccfe4f 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -756,7 +756,7 @@ components: - mnc listOfTraceMetrics: - description: The trace messages to be reported. See 3GPP TS 32.422 clause 10 for additional details. + description: The trace metrics to be reported. See 3GPP TS 32.422 clause 10 for additional details. type: array items: type: string -- GitLab From cd33d9e691bd960d75db25dbd7f6f1440e4d0489 Mon Sep 17 00:00:00 2001 From: shixixi Date: Thu, 30 May 2024 07:38:55 +0000 Subject: [PATCH 14/19] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 3bda7d8e5..dcb418953 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -482,9 +482,9 @@ components: enum: - ENABLE - DISABLE - RIMRSScrambleTimerMultiplier: + rIMRSScrambleTimerMultiplier: type: integer - RIMRSScrambleTimerOffset: + rIMRSScrambleTimerOffset: type: integer TimeDomainPara: -- GitLab From e44ecec23fbb0c3a02980da73aaa9da78e221c98 Mon Sep 17 00:00:00 2001 From: shixixi Date: Tue, 14 May 2024 09:24:02 +0000 Subject: [PATCH 15/19] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index dcb418953..ee0413fe7 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -457,6 +457,9 @@ components: type: integer rimRSCommonCarrierReferencePoint: type: integer + minimum: 0 + maximum: 3279165 + rimRSStartingFrequencyOffsetIdList: type: array items: -- GitLab From 7b1cd35162b689a096f80a3c43961f8fe7c3d180 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 7 Jun 2024 08:51:40 +0000 Subject: [PATCH 16/19] updating versions --- OpenAPI/TS28312_IntentNrm.yaml | 4 ++-- OpenAPI/TS28541_5GcNrm.yaml | 2 +- OpenAPI/TS28541_NrNrm.yaml | 4 ++-- OpenAPI/TS28541_SliceNrm.yaml | 4 ++-- OpenAPI/TS28623_ComDefs.yaml | 2 +- OpenAPI/TS28623_GenericNrm.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 4547740c9..a69a94700 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -1,10 +1,10 @@ openapi: 3.0.1 info: title: Intent NRM - version: 17.5.0 + version: 17.7.0 description: >- OAS 3.0.1 definition of the Intent NRM - © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 28.312; Intent driven management services for mobile networks diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 0afa114e2..654b010a3 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: 3GPP 5GC NRM - version: 17.14.0 + version: 17.15.0 description: >- OAS 3.0.1 specification of the 5GC NRM © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index ee0413fe7..6d087b7f6 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1,10 +1,10 @@ openapi: 3.0.1 info: title: NR NRM - version: 17.13.0 + version: 17.15.0 description: >- OAS 3.0.1 specification of the NR NRM - © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 28.541; 5G NRM, NR NRM diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 908615df0..7a0063fae 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -1,10 +1,10 @@ openapi: 3.0.1 info: title: Slice NRM - version: 17.13.0 + version: 17.15.0 description: >- OAS 3.0.1 specification of the Slice NRM - @ 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + @ 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 28.541; 5G NRM, Slice NRM diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index fb9533041..9f9219381 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Common Type Definitions - version: 17.6.0 + version: 17.10.0 description: >- OAS 3.0.1 specification of common type definitions in the Generic NRM © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index 4bfccfe4f..49f37c53d 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Generic NRM - version: 17.9.0 + version: 17.10.0 description: >- OAS 3.0.1 definition of the Generic NRM © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). -- GitLab From f00995ccdde22c0f7702a5b37382ba7353f45317 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Fri, 7 Jun 2024 10:03:35 +0000 Subject: [PATCH 17/19] TS28.541_Rel17_CR1224_correction_for_allowedSNPNs --- OpenAPI/TS28541_5GcNrm.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 654b010a3..ff66e7b95 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -217,7 +217,7 @@ components: allowedSNPNs: type: array items: - $ref: '#/components/schemas/SnpnInfo' + $ref: '#/components/schemas/SnpnId' allowedNfTypes: type: array items: @@ -642,13 +642,6 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc' nid: type: string - SnpnInfo: - type: object - properties: - snpnId: - $ref: '#/components/schemas/SnpnId' - snssai: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' TaiList: type: array items: -- GitLab From 631cf712ae3a859645dddd234ce9687b02a3b851 Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Tue, 11 Jun 2024 15:02:17 +0000 Subject: [PATCH 18/19] Rel17 TS28.105 CRCR0097 replace inferenctype with aimlInferenceName --- OpenAPI/TS28105_AiMlNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28105_AiMlNrm.yaml b/OpenAPI/TS28105_AiMlNrm.yaml index 61c0e8239..8f5d04ed9 100644 --- a/OpenAPI/TS28105_AiMlNrm.yaml +++ b/OpenAPI/TS28105_AiMlNrm.yaml @@ -25,7 +25,7 @@ components: properties: mLEntityId: type: string - inferenceType: + aIMLInferenceName: type: string mLEntityVersion: type: string -- GitLab From fee9502d4fa23f250fe86d3e09f39360d00b5fd7 Mon Sep 17 00:00:00 2001 From: sunse Date: Tue, 11 Jun 2024 15:04:09 +0000 Subject: [PATCH 19/19] update version --- OpenAPI/TS28105_AiMlNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28105_AiMlNrm.yaml b/OpenAPI/TS28105_AiMlNrm.yaml index 8f5d04ed9..30494ec64 100644 --- a/OpenAPI/TS28105_AiMlNrm.yaml +++ b/OpenAPI/TS28105_AiMlNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: AI/ML NRM - version: 17.7.0 + version: 17.8.0 description: >- OAS 3.0.1 specification of the AI/ML NRM © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). -- GitLab