From a4e799fdd30110557a60e84718fea14cb64f97ef Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 15 Feb 2023 06:33:35 +0000 Subject: [PATCH] CR0869 fix IpAddr definition and reference, Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index a50921f0b..dd098b582 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -582,16 +582,6 @@ components: type: array items: $ref: '#/components/schemas/DnnSmfInfoItem' - - IpAddr: - type: object - properties: - ipv4Addr: - type: string - ipv6Addr: - type: string - ipv6Prefix: - type: string 5GCNfConnEcmInfoList: type: array @@ -890,7 +880,7 @@ components: pgwAddrList: type: array items: - $ref: '#/components/schemas/IpAddr' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/IpAddr' accessType: $ref: 'TS29571_CommonData.yaml#/components/schemas/AccessType' priority: -- GitLab