From 6bf85d46ad8609cc4f2255a9e8a7f8f2f34ff143 Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Thu, 7 Aug 2025 08:23:34 +0000 Subject: [PATCH 1/3] Edit TS28541_5GcNrm.yaml to include support for AIML feature in LMFFuntion --- OpenAPI/TS28541_5GcNrm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 73fc83dfe..19fd66495 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1432,6 +1432,10 @@ components: items: $ref: '#/components/schemas/SupportedGADShapes' minItems: 1 + mLModelRefList: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + aIMLInferenceFunctionRefList: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' UdrInfo: description: Information of an UDR NF Instance type: object -- GitLab From 5f9dac8f20de18d6686fa550ca8277b5b060665a Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Thu, 7 Aug 2025 08:27:32 +0000 Subject: [PATCH 2/3] Edit TS28541_5GcNrm.yaml correct error --- 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 19fd66495..4b0aa55da 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1434,7 +1434,7 @@ components: minItems: 1 mLModelRefList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' - aIMLInferenceFunctionRefList: + aIMLInferenceFunctionRefList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' UdrInfo: description: Information of an UDR NF Instance -- GitLab From 04f468c039c05f9270531b1bde275d4f75ce01c7 Mon Sep 17 00:00:00 2001 From: rosabolzek Date: Thu, 7 Aug 2025 08:33:11 +0000 Subject: [PATCH 3/3] correct --- OpenAPI/TS28541_5GcNrm.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 4b0aa55da..3709b0c4c 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1432,10 +1432,6 @@ components: items: $ref: '#/components/schemas/SupportedGADShapes' minItems: 1 - mLModelRefList: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' - aIMLInferenceFunctionRefList: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' UdrInfo: description: Information of an UDR NF Instance type: object @@ -3557,7 +3553,11 @@ components: trpInfoList: $ref: '#/components/schemas/TrpInfoList' mappedCellIdInfoList: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/MappedCellIdInfoList' + $ref: 'TS28541_NrNrm.yaml#/components/schemas/MappedCellIdInfoList' + mLModelRefList: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + aIMLInferenceFunctionRefList: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - type: object properties: -- GitLab