/* 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; message BssLoad { // Available Admission Capacity that specifies the remaining amount of medium time available via explicit admission control, in units of 32 s/s. int32 avail_adm_cap = 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. int32 channel_utilization = 2; // An unsigned integer that indicates the total number of STAs currently associated with this BSS. int32 sta_count = 3; }