Commit 25cdbb06 authored by sunse's avatar sunse
Browse files

Rel17 CR0626 NS protection on N6 Update sliceNrm.yaml

parent d2872fb7
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -257,6 +257,27 @@ components:
          $ref: '#/components/schemas/ServAttrCom'
        performance:
          $ref: '#/components/schemas/EEPerfReq'      
    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:
@@ -298,6 +319,8 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        survivalTime:
          type: string
        n6Protection:
          $ref: '#/components/schemas/N6Protection'    
    RANSliceSubnetProfile:
      type: object
      properties:
@@ -476,6 +499,8 @@ components:
            $ref: '#/components/schemas/SliceSimultaneousUse'
          energyEfficiency:
            $ref: '#/components/schemas/EnergyEfficiency'
          n6Protection:
            $ref: '#/components/schemas/N6Protection'
    SliceProfile:
      type: object
      properties: