From db1819be92e208d41fa80209633f667517030ec6 Mon Sep 17 00:00:00 2001 From: sunxixi Date: Tue, 19 Oct 2021 03:55:01 +0200 Subject: [PATCH 1/2] Update 5gcNrm.yaml --- OpenAPI/5gcNrm.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/OpenAPI/5gcNrm.yaml b/OpenAPI/5gcNrm.yaml index 069fa158d..475ddb8da 100644 --- a/OpenAPI/5gcNrm.yaml +++ b/OpenAPI/5gcNrm.yaml @@ -1140,6 +1140,31 @@ components: EP_N66: $ref: '#/components/schemas/EP_N66-Multiple' + EASDFFunction-Single: + allOf: + - $ref: 'genericNrm.yaml#/components/schemas/Top' + - type: object + properties: + attributes: + allOf: + - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-Attr' + - type: object + properties: + plmnId: + $ref: 'nrNrm.yaml#/components/schemas/PlmnId' + sBIFqdn: + type: string + managedNFProfile: + $ref: '#/components/schemas/ManagedNFProfile' + serverAddr: + type: string + - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO' + - type: object + properties: + EP_Nxx: + $ref: '#/components/schemas/EP_Nxx-Multiple' + + ExternalAmfFunction-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' @@ -1688,7 +1713,22 @@ components: $ref: 'nrNrm.yaml#/components/schemas/LocalAddress' remoteAddress: $ref: 'nrNrm.yaml#/components/schemas/RemoteAddress' - + + EP_Nxx-Single: + allOf: + - $ref: 'genericNrm.yaml#/components/schemas/Top' + - type: object + properties: + attributes: + allOf: + - $ref: 'genericNrm.yaml#/components/schemas/EP_RP-Attr' + - type: object + properties: + localAddress: + $ref: 'nrNrm.yaml#/components/schemas/LocalAddress' + remoteAddress: + $ref: 'nrNrm.yaml#/components/schemas/RemoteAddress' + FiveQiDscpMappingSet-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' @@ -2098,6 +2138,10 @@ components: type: array items: $ref: '#/components/schemas/EP_N66-Single' + EP_Nxx-Multiple: + type: array + items: + $ref: '#/components/schemas/EP_Nxx-Single' Configurable5QISet-Multiple: type: array items: -- GitLab From 2225499f923dfb0c1cfca3fb694b89bf3739020d Mon Sep 17 00:00:00 2001 From: sunxixi Date: Tue, 19 Oct 2021 05:17:37 +0200 Subject: [PATCH 2/2] Update 5gcNrm.yaml --- OpenAPI/5gcNrm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/5gcNrm.yaml b/OpenAPI/5gcNrm.yaml index 475ddb8da..56ced5922 100644 --- a/OpenAPI/5gcNrm.yaml +++ b/OpenAPI/5gcNrm.yaml @@ -2217,6 +2217,7 @@ components: - $ref: '#/components/schemas/EP_N32-Single' - $ref: '#/components/schemas/EP_N33-Single' - $ref: '#/components/schemas/EP_N60-Single' + - $ref: '#/components/schemas/EP_Nxx-Single' - $ref: '#/components/schemas/EP_S5C-Single' - $ref: '#/components/schemas/EP_S5U-Single' -- GitLab