-
Notifications
You must be signed in to change notification settings - Fork 255
/
TS26532_CommonData.yaml
61 lines (56 loc) · 2.24 KB
/
TS26532_CommonData.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
openapi: 3.0.0
info:
title: Data Collection and Reporting Common Data Types
version: 1.0.1
description: |
Data Collection and Reporting Common Data Types
© 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
tags:
- name: Data Collection and Reporting Common Data Types
description: 'Data Collection and Reporting: Common Data Types'
externalDocs:
description: 'TS 26.532 V17.2.0; Data Collection and Reporting; Protocols and Formats'
url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.532/'
paths: {}
components:
schemas:
#################################
# Clause 5.4.1: Simple data types
#################################
#####################################
# Clause 5.4.2: Structured data types
#####################################
DataSamplingRule:
description: "Instructions on how UE data is to be sampled by the data collection client."
type: object
properties:
samplingPeriod:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
locationFilter:
$ref: 'TS29122_CommonData.yaml#/components/schemas/LocationArea5G'
DataReportingRule:
description: "Instructions on how collected UE data is to be reported by the data collection client to the Data Collection AF."
type: object
properties:
reportingProbability:
$ref: 'TS26512_CommonData.yaml#/components/schemas/Percentage'
reportingFormat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
dataPackagingStrategy:
type: string
required:
- reportingFormat
#####################################
# Clause 5.4.3: Enumerated data types
#####################################
DataCollectionClientType:
description: "Indicating a type of data collection client that reports UE data to the Data Collection AF."
anyOf:
- type: string
enum: [DIRECT, INDIRECT, APPLICATION_SERVER]
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.