channel_load_config.proto 1.13 KB
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;


message ChannelLoadConfig {

Michel Roy's avatar
Michel Roy committed
  // Channel for which the channel load report is requested.
  int32 channel = 1;
Michel Roy's avatar
Michel Roy committed
  // Operating Class field indicates an operating class value as defined in Annex E within IEEE 802.11-2016 [8].
  int32 operatingClass = 2;
Michel Roy's avatar
Michel Roy committed
  // Reporting condition for the Beacon Report as per Table 9-153 of IEEE 802.11-2016 [8]: 0 = Report to be issued after each measurement. 1 = Report to be issued when Channel Load is greater than or equal to the threshold. 2 = Report to be issued when Channel Load is less than or equal to the threshold.  If this optional field is not provided, channel load report should be issued after each measurement (reportingCondition = 0).
  int32 reportingCondition = 3;

  // Channel Load reference value for threshold reporting. This field shall be provided for reportingCondition values 1 and 2.
  int32 threshold = 4;