Commit ded79050 authored by bradburyr's avatar bradburyr
Browse files

Ported MediaDeliverySessionId from TS26512_CommonData.yaml to TS26510_CommonData.yaml.

parent f315ffb3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ components:
      type: string
      format: uri
      description: 'Absolute Uniform Resource Locator, conforming with the "absolute-URI" production specified in IETF RFC 3986, section 4.3 in which the scheme part is "http" or "https". Note that the "query" suffix is permitted by this production but the "fragment" suffix is not.'
    MediaDeliverySessionId:
      type: string
      description: 'A unique identifier for a media delivery session.'

    #####################################
    # Clause 6.4.3: Structured data types
+1 −4
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ components:
    #################################
    # Clause 6.4.2: Simple data types
    #################################
    MediaDeliverySessionId:
      type: string
      description: 'A unique identifier for a media delivery session.'

    #####################################
    # Clause 6.4.3: Structured data types
@@ -31,7 +28,7 @@ components:
        - sessionId
      properties:
        sessionId:
          $ref: '#/components/schemas/MediaDeliverySessionId'
          $ref: 'TS26510_CommonData.yaml#/components/schemas/MediaDeliverySessionId'

    MediaStreamingAccess:
      type: object
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ components:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
          # The identifier of the Provisioning Session to which this record pertains. Present only for individual data sample record type.
        sessionId:
          $ref: 'TS26512_CommonData.yaml#/components/schemas/MediaDeliverySessionId'
          $ref: 'TS26510_CommonData.yaml#/components/schemas/MediaDeliverySessionId'
          # A value synthesised by the 5GMS System that uniquely identifies the media streaming session to which this record pertains. Present only for individual data sample record type.
        ueIdentification:
          type: string