From 106ee8f9cf6a50142a02683a9c55d7eb80fe1c51 Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Tue, 17 Aug 2021 03:15:41 +0200 Subject: [PATCH] Update 5gcNrm.yaml --- OpenAPI/5gcNrm.yaml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/OpenAPI/5gcNrm.yaml b/OpenAPI/5gcNrm.yaml index 7c3fa97ae..1626b02b1 100644 --- a/OpenAPI/5gcNrm.yaml +++ b/OpenAPI/5gcNrm.yaml @@ -1085,7 +1085,10 @@ components: isCAPIFSup: type: boolean - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO' - + - type: object + properties: + EP_N33: + $ref: '#/components/schemas/EP_N33-Multiple' NsacfFunction-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' @@ -1529,7 +1532,20 @@ components: type: string withIPX: type: boolean - + EP_N33-Single: + allOf: + - $ref: 'genericNrm.yaml#/components/schemas/Top-Attr' + - 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' EP_S5C-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' @@ -2037,7 +2053,10 @@ components: type: array items: $ref: '#/components/schemas/EP_N32-Single' - + EP_N33-Multiple: + type: array + items: + $ref: '#/components/schemas/EP_N33-Single' EP_S5C-Multiple: type: array items: @@ -2150,7 +2169,8 @@ components: - $ref: '#/components/schemas/EP_N27-Single' - $ref: '#/components/schemas/EP_N31-Single' - - $ref: '#/components/schemas/EP_N31-Single' + - $ref: '#/components/schemas/EP_N32-Single' + - $ref: '#/components/schemas/EP_N33-Single' - $ref: '#/components/schemas/EP_N60-Single' - $ref: '#/components/schemas/EP_S5C-Single' -- GitLab