Commit bba333dd authored by sunse's avatar sunse
Browse files

Rel17_CR0627 NS specific authentication, Update sliceNrm.yaml

parent 223d7851
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -298,6 +298,8 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        survivalTime:
          type: string
        nSSAA:
          $ref: '#/components/schemas/Nssaa'
    RANSliceSubnetProfile:
      type: object
      properties:
@@ -476,6 +478,8 @@ components:
            $ref: '#/components/schemas/SliceSimultaneousUse'
          energyEfficiency:
            $ref: '#/components/schemas/EnergyEfficiency'
          nSSAA:
            $ref: '#/components/schemas/Nssaa'
    SliceProfile:
      type: object
      properties:
@@ -517,6 +521,12 @@ components:
      items:
        $ref: '#/components/schemas/SliceProfile'

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

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