Commit 5468111b authored by Pengxiang Xie's avatar Pengxiang Xie Committed by ruiyue
Browse files

Edit TS28541_5GcNrm.yaml

parent 7bd9ee9d
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1748,6 +1748,14 @@ components:
            type: string
          minItems: 1
          readOnly: true
        taiList:
          $ref: '#/components/schemas/TaiList'
        taiRangeList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/TaiRange'
          minItems: 1
    UnTrustAfInfo:
      description: Information of a untrusted AF Instance
      type: object
@@ -1892,6 +1900,14 @@ components:
        mappingInd:
          type: boolean
          default: false
        taiList:
          $ref: '#/components/schemas/TaiList'
        taiRangeList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/TaiRange'
          minItems: 1
    ExternalClientType:
      description: Indicates types of External Clients.
      anyOf: