From b83fbf47b8d0686335e0b64f9368f3f9e42d729b Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Fri, 4 Oct 2024 10:33:23 +0000 Subject: [PATCH 1/3] Update TS28541_5GcNrm.yaml TS28541_REL19_CR1353_Correct_AIML_Associations --- OpenAPI/TS28541_5GcNrm.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index d3342c96a..9dc6b4bef 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -5536,7 +5536,11 @@ components: enum: - ACTIVATED - DEACTIVATED - readOnly: true + readOnly: true + mLModelRefList: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + aIMLInferenceFunctionRefList: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' EP_SM12-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' -- GitLab From 0f9758dbfa97c9c3e306bc817136c93f8c6be1b4 Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Fri, 4 Oct 2024 11:43:07 +0000 Subject: [PATCH 2/3] Update TS28541_5GcNrm.yaml TS28541_REL19_CR1353_Correct_AIML_Associations --- OpenAPI/TS28541_5GcNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 9dc6b4bef..cb87b85dc 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -5538,9 +5538,9 @@ components: - DEACTIVATED readOnly: true mLModelRefList: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' aIMLInferenceFunctionRefList: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' EP_SM12-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' -- GitLab From af438150c8b519296dc6cd62fa1b58241e6250be Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Fri, 4 Oct 2024 11:50:10 +0000 Subject: [PATCH 3/3] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index cb87b85dc..70aacb251 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -5536,7 +5536,6 @@ components: enum: - ACTIVATED - DEACTIVATED - readOnly: true mLModelRefList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' aIMLInferenceFunctionRefList: -- GitLab