Commit 47d4cd48 authored by bradburyr's avatar bradburyr
Browse files

TS 26.512 CR0070r2 [SP-240568]: Addition of MediaStreamingBaseReportingRecord;...

TS 26.512 CR0070r2 [SP-240568]: Addition of MediaStreamingBaseReportingRecord; addition of appId to BaseEventRecord.
parent 5c06e271
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -22,6 +22,16 @@ components:
    #####################################
    # Clause 6.4.3: Structured data types
    #####################################
    MediaStreamingBaseReportingRecord:
      type: object
      properties:
        sliceInfo:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
        dataNetworkName:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
        location:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/TypedLocation'

    MediaStreamingSessionIdentification:
      type: object
      required:
+4 −0
Original line number Diff line number Diff line
@@ -65,12 +65,16 @@ components:
      required:
        - recordType
        - recordTimestamp
        - appId
      properties:
        recordType:
          $ref: '#/components/schemas/EventRecordType'
        recordTimestamp:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
          # The date–time at which the UE data carried in this record was sampled or summarised.
        appId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationId'
          # Identifying the application to which the UE data carried in this record pertains.
        provisioningSessionId:
          $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.
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ tags:
    description: '5G Media Streaming: Data Reporting data types'

externalDocs:
  description: 'TS 26.512 V18.0.0; 5G Media Streaming (5GMS); Protocols'
  description: 'TS 26.512 V18.2.0; 5G Media Streaming (5GMS); Protocols'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.512/'

paths: {}
@@ -24,5 +24,6 @@ components:
      description: "An R2 data reporting record describing a single ANBR-based Network Assistance invocation by the Media Stream Handler."
      allOf:
        - $ref: 'TS26532_Ndcaf_DataReporting.yaml#/components/schemas/BaseRecord'
        - $ref: 'TS26512_CommonData.yaml#/components/schemas/MediaStreamingBaseReportingRecord'
        - $ref: 'TS26512_CommonData.yaml#/components/schemas/MediaStreamingSessionIdentification'
        - $ref: 'TS26512_CommonData.yaml#/components/schemas/NetworkAssistanceInvocation'
+4 −3
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@ openapi: 3.0.0

info:
  title: 5GMS R4 Data Reporting data types
  version: 2.0.0
  version: 2.0.1
  description: |
    5GMS R4 Data Reporting data types
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

tags:
@@ -13,7 +13,7 @@ tags:
    description: '5G Media Streaming: R4 Data Reporting data types'

externalDocs:
  description: 'TS 26.512 V18.0.0; 5G Media Streaming (5GMS); Protocols'
  description: 'TS 26.512 V18.2.0; 5G Media Streaming (5GMS); Protocols'
  url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.512/'

paths: {}
@@ -24,5 +24,6 @@ components:
      description: "An R4 data reporting record describing a single media access by the Media Stream Handler."
      allOf:
        - $ref: 'TS26532_Ndcaf_DataReporting.yaml#/components/schemas/BaseRecord'
        - $ref: 'TS26512_CommonData.yaml#/components/schemas/MediaStreamingBaseReportingRecord'
        - $ref: 'TS26512_CommonData.yaml#/components/schemas/MediaStreamingSessionIdentification'
        - $ref: 'TS26512_CommonData.yaml#/components/schemas/MediaStreamingAccess'