Newer
Older
description: The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI
name: BSD-3-Clause
url: 'https://forge.etsi.org/legal-matters'
description: ETSI GS MEC012 Radio Network Information API, V1.1.1
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
url: 'http://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/01.01.01_60/gs_mec012v010101p.pdf'
host: '127.0.0.1:8081'
basePath: /rni/v1
schemes:
- http
- https
consumes:
- application/json
produces:
- application/json
security:
- OauthSecurity:
- all
securityDefinitions:
OauthSecurity:
type: oauth2
flow: application
tokenUrl: 'https://oauth.exampleAPI/token'
scopes:
all: Single oauth2 scope for API
parameters:
Body.CellChangeSubscriptionPost:
name: CellChangeSubscriptionPost
in: body
description: >-
Use to creates a subscription to cell change notifications based on the
filter criteria
required: true
schema:
type: object
properties:
CellChangeSubscription:
$ref: '#/definitions/CellChangeSubscriptionPost'
Body.CellChangeSubscription:
name: CellChangeSubscription
in: body
description: >-
Use to creates a subscription to cell change notifications based on the
filter criteria
required: true
schema:
type: object
properties:
CellChangeSubscription:
$ref: '#/definitions/CellChangeSubscription'
Body.S1BearerSubscriptionPost:
name: S1BearerSubscriptionPost
in: body
description: >-
Use to creates a subscription to S1 Bearer notifications based on the
filter criteria
required: true
schema:
type: object
properties:
S1BearerSubscription:
$ref: '#/definitions/S1BearerSubscriptionPost'
Body.S1BearerSubscription:
name: S1BearerSubscription
in: body
description: >-
Use to creates a subscription to S1 Bearer notifications based on the
filter criteria
required: true
schema:
type: object
properties:
S1BearerSubscription:
$ref: '#/definitions/S1BearerSubscription'
Body.MeasTaSubscriptionPost:
name: MeasTaSubscriptionPost
in: body
description: >-
Use to creates a subscription to UE Timing Advance notifications based on
the filter criteria
required: true
schema:
type: object
properties:
MeasTaSubscription:
$ref: '#/definitions/MeasTaSubscriptionPost'
Body.MeasTaSubscription:
name: MeasTaSubscription
in: body
description: >-
Use to creates a subscription to UE Timing Advance notifications based on
the filter criteria
required: true
schema:
type: object
properties:
MeasTaSubscription:
$ref: '#/definitions/MeasTaSubscription'
Body.MeasRepUeSubscriptionPost:
name: MeasRepUeSubscriptionPost
in: body
description: >-
Use to creates a subscription to UE measurement report notifications based
on the filter criteria
required: true
schema:
type: object
properties:
MeasRepUeSubscription:
$ref: '#/definitions/MeasRepUeSubscriptionPost'
Body.MeasRepUeSubscription:
name: MeasRepUeSubscription
in: body
description: >-
Use to creates a subscription to UE measurement report notifications based
on the filter criteria
required: true
schema:
type: object
properties:
MeasRepUeSubscription:
$ref: '#/definitions/MeasRepUeSubscription'
Body.RabEstSubscriptionPost:
name: RabEstSubscriptionPost
in: body
description: >-
Use to creates a subscription to RAB establishment notifications based on
the filter criteria
required: true
schema:
type: object
properties:
RabEstSubscription:
$ref: '#/definitions/RabEstSubscriptionPost'
Body.RabEstSubscription:
name: RabEstSubscription
in: body
description: >-
Use to creates a subscription to RAB establishment notifications based on
the filter criteria
required: true
schema:
type: object
properties:
RabEstSubscription:
$ref: '#/definitions/RabEstSubscription'
Body.RabModSubscriptionPost:
Tomer Cohen (Saguna Networks)
committed
name: RabModSubscriptionPost
in: body
description: >-
Use to creates a subscription to RAB Modification notifications based on
the filter criteria
required: true
schema:
type: object
properties:
RabModSubscription:
$ref: '#/definitions/RabModSubscriptionPost'
Body.RabModSubscription:
Tomer Cohen (Saguna Networks)
committed
name: RabModSubscription
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
in: body
description: >-
Use to creates a subscription to RAB Modification notifications based on
the filter criteria
required: true
schema:
type: object
properties:
RabModSubscription:
$ref: '#/definitions/RabModSubscription'
Body.RabRelSubscriptionPost:
name: RabRelSubscriptionPost
in: body
description: >-
Use to creates a subscription to RAB Release notifications based on the
filter criteria
required: true
schema:
type: object
properties:
RabRelSubscription:
$ref: '#/definitions/RabRelSubscriptionPost'
Body.RabRelSubscription:
name: RabRelSubscription
in: body
description: >-
Use to creates a subscription to RAB Release notifications based on the
filter criteria
required: true
schema:
type: object
properties:
RabRelSubscription:
$ref: '#/definitions/RabRelSubscription'
Body.CaReConfSubscriptionPost:
Loading full blame...