bss_load.proto 831 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;


message BssLoad {

  // Available Admission Capacity that specifies the remaining amount of medium time available via explicit admission control, in units of 32 s/s.
Michel Roy's avatar
Michel Roy committed
  int32 availAdmCap = 1;

  // The percentage of time, linearly scaled with 255 representing 100 %, that the AP sensed the medium was busy, as indicated by either the physical or virtual Carrier Sense (CS) mechanism.
Michel Roy's avatar
Michel Roy committed
  int32 channelUtilization = 2;

  // An unsigned integer that indicates the total number of STAs currently associated with this BSS.
Michel Roy's avatar
Michel Roy committed
  int32 staCount = 3;