Commit 532cbc40 authored by sunse's avatar sunse
Browse files

28.541 Rel17 CR0627 NS specific authentication Update sliceNrm.yaml

parent bba333dd
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -257,6 +257,13 @@ components:
          $ref: '#/components/schemas/ServAttrCom'
        performance:
          $ref: '#/components/schemas/EEPerfReq'      
    NSSAASupport:
      type: object
      properties:
        servAttrCom:
          $ref: '#/components/schemas/ServAttrCom'
        support:
          $ref: '#/components/schemas/Support'   
    CNSliceSubnetProfile:
      type: object
      properties:
@@ -298,8 +305,8 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        survivalTime:
          type: string
        nSSAA:
          $ref: '#/components/schemas/Nssaa'
        nssaaSupport:
          $ref: '#/components/schemas/NSSAASupport’
    RANSliceSubnetProfile:
      type: object
      properties:
@@ -478,8 +485,8 @@ components:
            $ref: '#/components/schemas/SliceSimultaneousUse'
          energyEfficiency:
            $ref: '#/components/schemas/EnergyEfficiency'
          nSSAA:
            $ref: '#/components/schemas/Nssaa'
          nssaaSupport:
            $ref: '#/components/schemas/NSSAASupport’
    SliceProfile:
      type: object
      properties:
@@ -521,12 +528,6 @@ components:
      items:
        $ref: '#/components/schemas/SliceProfile'

    Nssaa:
      type: string
      enum:
        - NOT SUPPORTED
        - SUPPORTED

#------------ Definition of concrete IOCs ----------------------------------------
    SubNetwork-Single:
      allOf: