cable_line_info_cm_info.proto 978 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/cable_line_info_cm_info_cm_dpv_stats.proto";
import public "models/cable_line_info_cm_info_cm_status.proto";
import public "models/cable_line_info_cm_info_service_flow_stats.proto";

message CableLineInfoCmInfo {

  repeated CableLineInfoCmInfoCmDpvStats cmDpvStats = 1;

  // Information (typically the serial number) to identify a Cable Modem at subscriber locations intended for use in conveying data communications on a cable data system.This value SHALL remain fixed over the lifetime of thedevice, including across firmware updates.
  string cmId = 2;

  CableLineInfoCmInfoCmStatus cmStatus = 3;

  repeated CableLineInfoCmInfoServiceFlowStats serviceFlowStats = 4;

}