l2_meas.proto 703 Bytes
Newer Older
Michel Roy's avatar
Michel Roy committed
/*
  ETSI GS MEC 012 - Radio Network Information API
 
  The ETSI MEC ISG MEC012 Radio Network 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 mec012;

import public "models/l2_meas_cell_info.proto";
import public "models/l2_meas_cell_ue_info.proto";
import public "models/time_stamp.proto";

message L2Meas {

  // The per cell measurement information as defined below.
  repeated L2MeasCellInfo cellInfo = 1;

  // The per cell per UE layer 2 measurements information as defined below.
  repeated L2MeasCellUEInfo cellUEInfo = 2;

  TimeStamp timeStamp = 3;

}