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

delete redundant proto file for _links structure

parent 0b723bb6
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 {


  CaReconfSubscriptionLinks _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;
+0 −21
Original line number Original line Diff line number Diff line
/*
  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;

}
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 {


  CaReconfSubscriptionLinks _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;
+0 −1
Original line number Original line Diff line number Diff line
@@ -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";
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 {


  CaReconfSubscriptionLinks _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;