Commit d7795e0d authored by Hammad Zafar's avatar Hammad Zafar
Browse files

delete redundant proto file for _links structure

parent 0b723bb6
Pipeline #10652 failed with stage
in 0 seconds
......@@ -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 {
CaReconfSubscriptionLinks _links = 1;
Links _links = 1;
// URI exposed by the client on which to receive notifications via HTTP. See note.
string callbackReference = 2;
......
/*
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;
}
......@@ -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 {
CaReconfSubscriptionLinks _links = 1;
Links _links = 1;
// URI exposed by the client on which to receive notifications via HTTP. See note.
string callbackReference = 2;
......
......@@ -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";
......
......@@ -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 {
CaReconfSubscriptionLinks _links = 1;
Links _links = 1;
// URI exposed by the client on which to receive notifications via HTTP. See note.
string callbackReference = 2;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment