Commit 8539cd21 authored by gautamd's avatar gautamd Committed by ruiyue
Browse files

Update TS28541_SliceNrm.yaml

parent 11df623b
Loading
Loading
Loading
Loading
+22 −1
Original line number Diff line number Diff line
@@ -103,6 +103,18 @@ components:
          $ref: '#/components/schemas/ServAttrCom'
        support:
          $ref: '#/components/schemas/Support'
    NonIPSupport:
      type: object
      properties:
        servAttrCom:
          $ref: '#/components/schemas/ServAttrCom'
        support:
          $ref: '#/components/schemas/Support'
        supportNonIPType:
          type: string
          enum:
            - ETHERNET
            - UNSTRUCTURED
    DeterministicComm:
      type: object
      properties:
@@ -345,6 +357,9 @@ components:
          $ref: '#/components/schemas/NSSAASupport'
        n6Protection:
          $ref: '#/components/schemas/N6Protection'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
    
    RANSliceSubnetProfile:
      type: object
      properties:
@@ -400,6 +415,8 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        uLDeterministicComm:
          $ref: '#/components/schemas/DeterministicComm'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
    TopSliceSubnetProfile:
      type: object
      properties:
@@ -461,6 +478,8 @@ components:
          $ref: '#/components/schemas/NSSAASupport'
        n6Protection:
          $ref: '#/components/schemas/N6Protection'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'

    ServiceProfile:
      type: object
@@ -545,6 +564,8 @@ components:
            $ref: '#/components/schemas/NSSAASupport'
          n6Protection:
            $ref: '#/components/schemas/N6Protection'
          nonIPSupport:
            $ref: '#/components/schemas/NonIPSupport'
    SliceProfile:
      type: object
      properties: