Commit 54380cb6 authored by pozos's avatar pozos
Browse files

28.541_rel18_cr1168_duration_of_slice_parameter addition

parent 5c32ce5c
Loading
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -333,6 +333,14 @@ components:
          enum:
            - YES
            - NO
    sliceLifetime:
      type: object
      properties:
        StartTime:
          type: DateTime
        EndTime:
          type: DateTime
        
    DataNetworkAccess:
      type: object
      properties:
@@ -648,10 +656,8 @@ components:
            $ref: '#/components/schemas/DataNetwork'
          dataNetworkAccess:
            $ref: '#/components/schemas/DataNetworkAccess'
          StartTime:
            type: DateTime
          EndTime:
            type: DateTime
          sliceLifetime:
	          $ref: '#/components/schemas/SliceLifetime'

    SliceProfile:
      type: object