cable_line_info_cm_info_cm_dpv_stats.proto 842 Bytes
Newer Older
piscione's avatar
piscione committed
/*
  ETSI GS MEC 029 Fixed Access Information API
 
  ETSI GS MEC 029 Fixed 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 mec029;

import public "models/time_stamp.proto";

message CableLineInfoCmInfoCmDpvStats {

  // The average latency measurement.
  int32 avgLatency = 1;

  // It represents the interface Index of the Downstream Interface where the measurements are taken.
  string ifIndex = 2;

  // The last latency measurement.
  int32 lastMeasLatency = 3;

  TimeStamp lastMeasTime = 4;

  // The maximum latency measurement.
  int32 maxLatency = 5;

  // The minimum latency measurement.
  int32 minLatency = 6;

  // The number of latency measurements made.
  int32 numMeas = 7;

}