Commit d0e0da0f authored by pozos's avatar pozos
Browse files

28.541_rel18_cr1168_duration_of_slice_parameter

parent fa1e1a06
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -648,6 +648,8 @@ components:
            $ref: '#/components/schemas/DataNetwork'
          dataNetworkAccess:
            $ref: '#/components/schemas/DataNetworkAccess'
          SliceLifetime:
	          $ref: '#/components/schemas/SliceLifetime'

    SliceProfile:
      type: object
@@ -782,6 +784,14 @@ components:
      enum:
        - NETWORKSLICE
        - NETWORKSLICESUBNET
    SliceLifetime:
      type: object
      properties:
        StartTime:
          type: DateTime
        EndTime:
          type: DateTime
        

#------------ Definition of concrete IOCs ----------------------------------------