Commit 59df87f7 authored by sunse's avatar sunse
Browse files

Rel17 CR0626 NS protection on N6 Update sliceNrm.yaml

parent a938c692
Loading
Loading
Loading
Loading
+25 −1
Original line number Diff line number Diff line
@@ -264,6 +264,26 @@ components:
          $ref: '#/components/schemas/ServAttrCom'
        support:
          $ref: '#/components/schemas/Support'  
    SecFunc:
      type: object
      properties:
        secFunId:
          type: integer
        secFunType:
          type: string
        secRules:
          type: array
          items:
            type: string
    N6Protection:
      type: object
      properties:
        servAttrCom:
          $ref: '#/components/schemas/ServAttrCom'
        secFuncList:
          type: array
          items:
            $ref: '#/components/schemas/SecFunc'
    CNSliceSubnetProfile:
      type: object
      properties:
@@ -307,6 +327,8 @@ components:
          type: string
        nssaaSupport:
          $ref: '#/components/schemas/NSSAASupport'
        n6Protection:
          $ref: '#/components/schemas/N6Protection'    
    RANSliceSubnetProfile:
      type: object
      properties:
@@ -487,6 +509,8 @@ components:
            $ref: '#/components/schemas/EnergyEfficiency'
          nssaaSupport:
            $ref: '#/components/schemas/NSSAASupport'
          n6Protection:
            $ref: '#/components/schemas/N6Protection'
    SliceProfile:
      type: object
      properties: