-
Notifications
You must be signed in to change notification settings - Fork 281
Expand file tree
/
Copy pathTS26512_R2_DataReporting.yaml
More file actions
26 lines (23 loc) · 1006 Bytes
/
Copy pathTS26512_R2_DataReporting.yaml
File metadata and controls
26 lines (23 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
openapi: 3.0.0
info:
title: 5GMS Data Reporting data types
version: 1.0.0
description: |
5GMS Data Reporting data types
© 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
tags:
- name: 5GMS Data Reporting data types
description: '5G Media Streaming: Data Reporting data types'
externalDocs:
description: 'TS 26.512 V18.0.0; 5G Media Streaming (5GMS); Protocols'
url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.512/'
paths: {}
components:
schemas:
ANBRNetworkAssistanceInvocationRecord:
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/MediaStreamingSessionIdentification'
- $ref: 'TS26512_CommonData.yaml#/components/schemas/NetworkAssistanceInvocation'