ap_info.proto 939 Bytes
Newer Older
/*
  ETSI GS MEC 028 - WLAN Access Information API
 
  The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
 
Michel Roy's avatar
Michel Roy committed
  The version of the OpenAPI document: 2.2.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec028;

import public "models/ap_identity.proto";
import public "models/ap_location.proto";
import public "models/bss_load.proto";
import public "models/ext_bss_load.proto";
Michel Roy's avatar
Michel Roy committed
import public "models/o_bss_load.proto";
import public "models/time_stamp.proto";
import public "models/wan_metrics.proto";
import public "models/wlan_capabilities.proto";

message ApInfo {

Michel Roy's avatar
Michel Roy committed
  ApIdentity apId = 1;
Michel Roy's avatar
Michel Roy committed
  ApLocation apLocation = 2;
Michel Roy's avatar
Michel Roy committed
  BssLoad bssLoad = 3;

  // Channel configured for the Access Point.
Michel Roy's avatar
Michel Roy committed
  int32 channel = 4;

  ExtBssLoad extBssLoad = 5;
Michel Roy's avatar
Michel Roy committed
  OBssLoad oBssLoad = 6;
Michel Roy's avatar
Michel Roy committed
  TimeStamp timeStamp = 7;
Michel Roy's avatar
Michel Roy committed
  WanMetrics wanMetrics = 8;
Michel Roy's avatar
Michel Roy committed
  WlanCapabilities wlanCap = 9;