From 3494e708f5ac93ae5016ba8c8af5f96dc1497e8c Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Fri, 7 Feb 2025 12:49:02 +0000 Subject: [PATCH] Added MMEFunction definition --- OpenAPI/TS28541_5GcNrm.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 82448ccc6..eb3055ec8 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -5324,6 +5324,24 @@ components: remoteAddress: $ref: 'TS28541_NrNrm.yaml#/components/schemas/RemoteAddress' + MmeFunction-Single: + allOf: + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' + - type: object + properties: + attributes: + allOf: + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr' + - type: object + properties: + pLMNIdList: + $ref: 'TS28541_NrNrm.yaml#/components/schemas/PlmnIdList' + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' + - type: object + properties: + EP_N26: + $ref: '#/components/schemas/EP_N26-Multiple' + #-------- Definition of JSON arrays for name-contained IOCs ---------------------- AmfFunction-Multiple: @@ -5404,6 +5422,11 @@ components: items: $ref: '#/components/schemas/NsacfFunction-Single' + MmeFunction-Multiple: + type: array + items: + $ref: '#/components/schemas/MmeFunction-Single' + ExternalAmfFunction-Multiple: type: array items: @@ -5434,7 +5457,7 @@ components: type: array items: $ref: '#/components/schemas/EASDFFunction-Single' - + EP_N2-Multiple: type: array items: -- GitLab