cable_line_info_cm_info_service_flow_stats_service_flow_info.proto 1.73 KB
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
  Contact: cti_support@etsi.org
piscione's avatar
piscione committed
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec029;

piscione's avatar
piscione committed
import public "models/time_stamp.proto";

message CableLineInfoCmInfoServiceFlowStatsServiceFlowInfo {

  // For upstream service flows on which AQM is enabled, this attribute counts the number of Packet Data PDUs classified to this service flow dropped due to Active Queue Management drop decisions.
  int32 aqm_dropped_pkts = 1;
piscione's avatar
piscione committed

  // For outgoing Service Flows, this attribute counts the number of Packet Data PDUs forwarded to this Service Flow. For incoming upstream CMTS service flows, this attribute counts the number of Packet Data PDUs actually received on the Service Flow identified by the SID for which the packet was scheduled.
  int32 pkts = 2;

  // It counts only outgoing packets delayed in order to maintain the Maximum Sustained Traffic Rate.
  int32 policed_delay_pkts = 3;
piscione's avatar
piscione committed

  // For upstream service flows, this attribute counts the number of Packet Data PDUs classified to this service flow dropped due to: 1) exceeding the selected Buffer Size for the service flow; or 2) UGS packets dropped due to exceeding the Unsolicited Grant Size with a Request/Transmission policy that requires such packets to be dropped.
  int32 policed_drop_pkts = 4;
piscione's avatar
piscione committed

  // It represents an identifier assigned to a Service Flow by CMTS within a MAC Domain.
  int32 service_flow_id = 5;
piscione's avatar
piscione committed

  // It indicates the number of seconds that the service flow has been active.
  int32 time_active = 6;
  TimeStamp time_created = 7;