cable_line_info_cm_info_cm_status.proto 1.13 KB
Newer Older
piscione's avatar
piscione committed
1
2
3
4
5
6
/*
  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
7
  Contact: cti_support@etsi.org
piscione's avatar
piscione committed
8
9
10
11
12
13
14
15
16
17
18
  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 {

19
  CableLineInfoCmInfoCmStatusCmRegState cm_reg_state = 1;
piscione's avatar
piscione committed
20
21

  // It indicates whether the CM is currently operating in Energy Management DLS Mode.
22
  bool em_dls_oper_status = 2;
piscione's avatar
piscione committed
23
24

  // It indicates whether the CM is currently operating in Energy Management 1x1 Mode.
25
  bool energy_mgt1x1_oper_status = 3;
piscione's avatar
piscione committed
26
27

  // It denotes the MAC Domain interface index of the CM.
28
  string if_index = 4;
piscione's avatar
piscione committed
29
30

  // It denotes the number of times the CM received invalid registration response messages.
31
  int32 invalid_reg_rsps = 5;
piscione's avatar
piscione committed
32
33

  // It denotes the number of times the CM lost synchronization with the downstream channel.
34
  int32 lost_syncs = 6;
piscione's avatar
piscione committed
35
36
37
38
39

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

}