measurement_config.proto 887 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;

Michel Roy's avatar
Michel Roy committed
import public "models/measurement_config_links.proto";
import public "models/measurement_info.proto";
import public "models/sta_identity.proto";

message MeasurementConfig {

Michel Roy's avatar
Michel Roy committed
  MeasurementConfigLinks Underscorelinks = 1;
Michel Roy's avatar
Michel Roy committed
  // Unique identifier allocated by the service consumer to identify measurement reports (within sta_information query), associated with this measurement configuration.
  string measurementId = 2;
Michel Roy's avatar
Michel Roy committed
  MeasurementInfo measurementInfo = 3;
Michel Roy's avatar
Michel Roy committed
  // Identifier(s) to uniquely specify the target client station(s) for the measurement configuration.
  repeated StaIdentity staId = 4;