/* 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 Generated by OpenAPI Generator: https://openapi-generator.tech */ syntax = "proto3"; package mec029; option java_multiple_files=true; 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 cm_dpv_stats = 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 cm_id = 2; CableLineInfoCmInfoCmStatus cm_status = 3; repeated CableLineInfoCmInfoServiceFlowStats service_flow_stats = 4; }