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
60192f64
Commit
60192f64
authored
Feb 16, 2022
by
Hammad Zafar
Committed by
Elian Kraja
Mar 31, 2022
Browse files
delete redundant proto file for _links structure
parent
f658c49f
Changes
5
Hide whitespace changes
Inline
Side-by-side
proto3/models/ca_reconf_subscription.proto
View file @
60192f64
...
...
@@ -13,13 +13,13 @@ syntax = "proto3";
package
mec012
;
import
public
"models/ca_reconf_subscription_filter_criteria_assoc.proto"
;
import
public
"models/
ca_reconf_subscription_
links.proto"
;
import
public
"models/links.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/websock_notif_config.proto"
;
message
CaReconfSubscription
{
CaReconfSubscription
Links
_links
=
1
;
Links
_links
=
1
;
// URI exposed by the client on which to receive notifications via HTTP. See note.
string
callbackReference
=
2
;
...
...
proto3/models/ca_reconf_subscription_links.proto
deleted
100644 → 0
View file @
f658c49f
/*
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
;
import
public
"models/link_type.proto"
;
message
CaReconfSubscriptionLinks
{
LinkType
self
=
1
;
}
proto3/models/cell_change_subscription.proto
View file @
60192f64
...
...
@@ -12,14 +12,14 @@ syntax = "proto3";
package
mec012
;
import
public
"models/
ca_reconf_subscription_
links.proto"
;
import
public
"models/links.proto"
;
import
public
"models/cell_change_subscription_filter_criteria_assoc_ho.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/websock_notif_config.proto"
;
message
CellChangeSubscription
{
CaReconfSubscription
Links
_links
=
1
;
Links
_links
=
1
;
// URI exposed by the client on which to receive notifications via HTTP. See note.
string
callbackReference
=
2
;
...
...
proto3/models/meas_rep_ue_subscription.proto
View file @
60192f64
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec012
;
import
public
"models/ca_reconf_subscription_links.proto"
;
import
public
"models/links.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/websock_notif_config.proto"
;
...
...
proto3/models/rab_est_subscription.proto
View file @
60192f64
...
...
@@ -12,14 +12,14 @@ syntax = "proto3";
package
mec012
;
import
public
"models/
ca_reconf_subscription_
links.proto"
;
import
public
"models/links.proto"
;
import
public
"models/rab_est_subscription_filter_criteria_qci.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/websock_notif_config.proto"
;
message
RabEstSubscription
{
CaReconfSubscription
Links
_links
=
1
;
Links
_links
=
1
;
// URI exposed by the client on which to receive notifications via HTTP. See note.
string
callbackReference
=
2
;
...
...
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