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
d7795e0d
Commit
d7795e0d
authored
Feb 16, 2022
by
Hammad Zafar
Browse files
delete redundant proto file for _links structure
parent
0b723bb6
Pipeline
#10652
failed with stage
in 0 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
proto3/models/ca_reconf_subscription.proto
View file @
d7795e0d
...
@@ -13,13 +13,13 @@ syntax = "proto3";
...
@@ -13,13 +13,13 @@ syntax = "proto3";
package
mec012
;
package
mec012
;
import
public
"models/ca_reconf_subscription_filter_criteria_assoc.proto"
;
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/time_stamp.proto"
;
import
public
"models/websock_notif_config.proto"
;
import
public
"models/websock_notif_config.proto"
;
message
CaReconfSubscription
{
message
CaReconfSubscription
{
CaReconfSubscription
Links
_links
=
1
;
Links
_links
=
1
;
// URI exposed by the client on which to receive notifications via HTTP. See note.
// URI exposed by the client on which to receive notifications via HTTP. See note.
string
callbackReference
=
2
;
string
callbackReference
=
2
;
...
...
proto3/models/ca_reconf_subscription_links.proto
deleted
100644 → 0
View file @
0b723bb6
/*
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 @
d7795e0d
...
@@ -12,14 +12,14 @@ syntax = "proto3";
...
@@ -12,14 +12,14 @@ syntax = "proto3";
package
mec012
;
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/cell_change_subscription_filter_criteria_assoc_ho.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/websock_notif_config.proto"
;
import
public
"models/websock_notif_config.proto"
;
message
CellChangeSubscription
{
message
CellChangeSubscription
{
CaReconfSubscription
Links
_links
=
1
;
Links
_links
=
1
;
// URI exposed by the client on which to receive notifications via HTTP. See note.
// URI exposed by the client on which to receive notifications via HTTP. See note.
string
callbackReference
=
2
;
string
callbackReference
=
2
;
...
...
proto3/models/meas_rep_ue_subscription.proto
View file @
d7795e0d
...
@@ -12,7 +12,6 @@ syntax = "proto3";
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec012
;
package
mec012
;
import
public
"models/ca_reconf_subscription_links.proto"
;
import
public
"models/links.proto"
;
import
public
"models/links.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/websock_notif_config.proto"
;
import
public
"models/websock_notif_config.proto"
;
...
...
proto3/models/rab_est_subscription.proto
View file @
d7795e0d
...
@@ -12,14 +12,14 @@ syntax = "proto3";
...
@@ -12,14 +12,14 @@ syntax = "proto3";
package
mec012
;
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/rab_est_subscription_filter_criteria_qci.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/time_stamp.proto"
;
import
public
"models/websock_notif_config.proto"
;
import
public
"models/websock_notif_config.proto"
;
message
RabEstSubscription
{
message
RabEstSubscription
{
CaReconfSubscription
Links
_links
=
1
;
Links
_links
=
1
;
// URI exposed by the client on which to receive notifications via HTTP. See note.
// URI exposed by the client on which to receive notifications via HTTP. See note.
string
callbackReference
=
2
;
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