cable_line_info_cm_info_cm_status.proto 1.09 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
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec029;

import public "models/cable_line_info_cm_info_cm_status_cm_reg_state.proto";

message CableLineInfoCmInfoCmStatus {

  CableLineInfoCmInfoCmStatusCmRegState cmRegState = 1;

  // It indicates whether the CM is currently operating in Energy Management DLS Mode.
  bool emDlsOperStatus = 2;

  // It indicates whether the CM is currently operating in Energy Management 1x1 Mode.
  bool energyMgt1x1OperStatus = 3;

  // It denotes the MAC Domain interface index of the CM.
  string ifIndex = 4;

  // It denotes the number of times the CM received invalid registration response messages.
  int32 invalidRegRsps = 5;

  // It denotes the number of times the CM lost synchronization with the downstream channel.
  int32 lostSyncs = 6;

  // It denotes the number of times the CM reset or initialized this interface.
  int32 resets = 7;

}