Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
Radio Network Information API
Commits
ecf0976c
Commit
ecf0976c
authored
Feb 10, 2022
by
Hammad Zafar
Committed by
Elian Kraja
Mar 31, 2022
Browse files
add first draft of v2.2.1
parent
21d85d45
Changes
64
Hide whitespace changes
Inline
Side-by-side
proto3/models/trigger.proto
View file @
ecf0976c
...
...
@@ -3,7 +3,7 @@
The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
The version of the OpenAPI document: 2.
1
.1
The version of the OpenAPI document: 2.
2
.1
Generated by OpenAPI Generator: https://openapi-generator.tech
*/
...
...
proto3/models/trigger_nr.proto
View file @
ecf0976c
...
...
@@ -3,7 +3,7 @@
The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
The version of the OpenAPI document: 2.
1
.1
The version of the OpenAPI document: 2.
2
.1
Generated by OpenAPI Generator: https://openapi-generator.tech
*/
...
...
proto3/models/websock_notif_config.proto
0 → 100644
View file @
ecf0976c
/*
ETSI GS MEC 012 - Radio Network Information API
The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
The version of the OpenAPI document: 2.2.1
Generated by OpenAPI Generator: https://openapi-generator.tech
*/
syntax
=
"proto3"
;
package
mec012
;
message
WebsockNotifConfig
{
// Set by RNIS to indicate to the service consumer the Websocket URI to be used for delivering notifications.
string
websocketUri
=
1
;
// Set to true by the service consumer to indicate that Websocket delivery is requested.
bool
requestWebsocketUri
=
2
;
}
proto3/services/rni_service.proto
View file @
ecf0976c
...
...
@@ -3,7 +3,7 @@
The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
The version of the OpenAPI document: 2.
1
.1
The version of the OpenAPI document: 2.
2
.1
Generated by OpenAPI Generator: https://openapi-generator.tech
*/
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment