// URI selected by the service consumer to receive notifications on the subscribed WLAN information. This shall be included both in the request and in response.
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";
packagemec028;
importpublic"models/sta_identity.proto";
messageBeaconRequestConfig{
// The BSSID field indicates the BSSID of the BSS(s) for which a beacon report is requested. When requesting beacon reports for all BSSs on the channel, the BSSID field contains the wildcard BSSID.
repeatedstringbss_id=1;
// Channel number to scan. A Channel Number of 0 indicates a request to make iterative measurements for all supported channels in the Operating Class where the measurement is permitted on the channel and the channel is valid for the current regulatory domain. A Channel Number of 255 indicates a request to make iterative measurements for all supported channels in the current Operating Class listed in the latest AP Channel Report received from the serving AP.
int32channel_id=2;
// 0 for passive. 1 for active. 2 for beacon table.
int32measurement_mode=3;
// As in table T9-89 of IEEE 802.11-2012 [8].
int32reporting_condition=4;
// (Optional) The SSID subelement indicates the ESS(s) or IBSS(s) for which a beacon report is requested.
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";
packagemec028;
messageBssLoad{
// Available Admission Capacity that specifies the remaining amount of medium time available via explicit admission control, in units of 32 s/s.
int32avail_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.
int32channel_utilization=2;
// An unsigned integer that indicates the total number of STAs currently associated with this BSS.
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";
packagemec028;
messageExtBssLoad{
// Indicates the total number of STAs currently associated with this BSS that have a 1 in the MU Beamformee Capable field of their VHT Capabilities element.
int32mu_mimo_sta_count=1;
// Observable loading on each of the secondary 20 MHz channel.
int32obs_sec20_mhz_util=2;
// Observable loading on each of the secondary 40 MHz channel.
int32obs_sec40_mhz_util=3;
// Observable loading on each of the secondary 80 MHz channel.
int32obs_sec80_mhz_util=4;
// The percentage of time, linearly scaled with 255 representing 100 %, that the AP has underutilized spatial domain resources for given busy time of the medium.