subscription_link_list.proto 670 Bytes
Newer Older
/*
  ETSI GS MEC 028 - WLAN Access Information API
 
  The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
 
  The version of the OpenAPI document: 2.1.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec028;

import public "models/assoc_sta_subscription.proto";
import public "models/sta_data_rate_subscription.proto";
import public "models/subscription_link_list_links.proto";

message SubscriptionLinkList {

  SubscriptionLinkListLinks underscorelinks = 1;

  repeated AssocStaSubscription assoc_sta_subscription = 2;

  repeated StaDataRateSubscription sta_data_rate_subscription = 3;

}