From d50f2a4a316a4ea87a313d26669f48d395b8ef3d Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 15 Feb 2023 06:42:47 +0000 Subject: [PATCH] CR0870 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 15125e2b0..fb3a37b93 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -587,16 +587,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 @@ -1383,7 +1373,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