-
Notifications
You must be signed in to change notification settings - Fork 255
/
TS26512_M5_ServiceAccessInformation.yaml
219 lines (215 loc) · 7.22 KB
/
TS26512_M5_ServiceAccessInformation.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
openapi: 3.0.0
info:
title: M5_ServiceAccessInformation
version: 2.4.1
description: |
5GMS AF M5 Service Access Information API
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
tags:
- name: M5_ServiceAccessInformation
description: '5G Media Streaming: Media Session Handling (M5) APIs: Service Access Information'
externalDocs:
description: 'TS 26.512 V17.8.0; 5G Media Streaming (5GMS); Protocols'
url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.512/'
servers:
- url: '{apiRoot}/3gpp-m5/v2'
variables:
apiRoot:
default: https://example.com
description: See 3GPP TS 29.512 clause 6.1.
paths:
/service-access-information/{provisioningSessionId}:
parameters:
- name: provisioningSessionId
description: 'The resource identifier of an existing Provisioning Session.'
in: path
required: true
schema:
$ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
get:
operationId: retrieveServiceAccessInformation
summary: 'Retrieve the Service Access Information resource'
responses:
'200':
description: 'Success'
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceAccessInformationResource'
'404':
description: 'Not Found'
components:
schemas:
M5MediaEntryPoint:
description: "A typed entry point for downlink or uplink media streaming."
type: object
required:
- locator
- contentType
properties:
locator:
$ref: 'TS26512_CommonData.yaml#/components/schemas/AbsoluteUrl'
contentType:
type: string
profiles:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
minItems: 1
ServerAddresses:
description: "A set of application endpoint addresses."
type: array
items:
$ref: 'TS26512_CommonData.yaml#/components/schemas/AbsoluteUrl'
minItems: 1
ServiceAccessInformationResource:
description: "A representation of a Service Access Information resource."
type: object
required:
- provisioningSessionId
- provisioningSessionType
properties:
provisioningSessionId:
$ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
provisioningSessionType:
$ref: 'TS26512_CommonData.yaml#/components/schemas/ProvisioningSessionType'
streamingAccess:
type: object
properties:
entryPoints:
type: array
items:
$ref: '#/components/schemas/M5MediaEntryPoint'
eMBMSServiceAnnouncementLocator:
$ref: 'TS26512_CommonData.yaml#/components/schemas/AbsoluteUrl'
clientConsumptionReportingConfiguration:
type: object
required:
- serverAddresses
- locationReporting
- accessReporting
- samplePercentage
properties:
reportingInterval:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
serverAddresses:
$ref: '#/components/schemas/ServerAddresses'
locationReporting:
type: boolean
accessReporting:
type: boolean
samplePercentage:
$ref: 'TS26512_CommonData.yaml#/components/schemas/Percentage'
dynamicPolicyInvocationConfiguration:
type: object
required:
- serverAddresses
- policyTemplateBindings
- sdfMethods
properties:
serverAddresses:
$ref: '#/components/schemas/ServerAddresses'
policyTemplateBindings:
type: array
minItems: 1
items:
type: object
required:
- externalReference
- policyTemplateId
properties:
externalReference:
type: string
policyTemplateId:
$ref: 'TS26512_CommonData.yaml#/components/schemas/ResourceId'
sdfMethods:
type: array
items:
$ref: 'TS26512_CommonData.yaml#/components/schemas/SdfMethod'
minItems: 0
clientMetricsReportingConfigurations:
type: array
minItems: 1
items:
type: object
required:
- serverAddresses
- scheme
- samplePercentage
- urlFilters
- samplingPeriod
- metrics
properties:
serverAddresses:
$ref: '#/components/schemas/ServerAddresses'
sliceScope:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
minItems: 1
scheme:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
dataNetworkName:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
reportingInterval:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
samplePercentage:
$ref: 'TS26512_CommonData.yaml#/components/schemas/Percentage'
urlFilters:
type: array
items:
type: string
minItems: 0
samplingPeriod:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
metrics:
type: array
items:
type: string
networkAssistanceConfiguration:
type: object
required:
- serverAddresses
properties:
serverAddresses:
$ref: '#/components/schemas/ServerAddresses'
clientEdgeResourcesConfiguration:
type: object
required:
- easDiscoveryTemplate
properties:
eligibilityCriteria:
$ref: 'TS26512_CommonData.yaml#/components/schemas/EdgeProcessingEligibilityCriteria'
easDiscoveryTemplate:
$ref: '#/components/schemas/EASDiscoveryTemplate'
easRelocationRequirements:
$ref: '#/components/schemas/M5EASRelocationRequirements'
M5EASRelocationRequirements:
description: 'Relocation requirements of an EAS.'
type: object
required:
- tolerance
properties:
tolerance:
$ref: 'TS26512_CommonData.yaml#/components/schemas/EASRelocationTolerance'
maxInterruptionDuration:
$ref: 'TS29571_CommonData.yaml#/components/schemas/UintegerRm'
EASDiscoveryTemplate:
description: 'A template for discovering an EAS instance .'
type: object
properties:
easId:
type: string
easType:
type: string
easProviderIds:
type: array
items:
type: string
minItems: 1
serviceFeatures:
type: array
items:
type: string
minItems: 1