Commit 54d48ea1 authored by sunse's avatar sunse
Browse files

Fix IpAddr Reference as that in base branch has been updated. Update TS28541_5GcNrm.yaml

parent 66b3ed69
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1154,12 +1154,12 @@ components:
        easdfN6IpAddressList:
          type: array
          items:
            $ref: '#/components/schemas/IpAddr'
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/IpAddr'
          minItems: 1
        upfN6IpAddressList:
          type: array
          items:
            $ref: '#/components/schemas/IpAddr'
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/IpAddr'
          minItems: 1

    SnssaiEasdfInfoItem: