/* 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.2.1 Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec028; import public "models/measurement_config_links.proto"; import public "models/measurement_info.proto"; import public "models/sta_identity.proto"; message MeasurementConfig { MeasurementConfigLinks Underscorelinks = 1; // Unique identifier allocated by the service consumer to identify measurement reports (within sta_information query), associated with this measurement configuration. string measurementId = 2; MeasurementInfo measurementInfo = 3; // Identifier(s) to uniquely specify the target client station(s) for the measurement configuration. repeated StaIdentity staId = 4; }