相关proto定义
CmDsOfdmChan ds_ofdm_channel = 10;
message CmDsOfdmChan {
int32 count = 1;
repeated Entry entry = 2;
message Entry {
int32 channel_id = 1;
int32 plc_total_codewords = 2;
int32 plc_unreliable_codewords = 3;
int32 ncp_field_crc_failures = 4;
}
}
CmDsOfdmProfileStat ds_ofdm_profile_stat = 11;
message CmDsOfdmProfileStat {
int32 count = 1;
repeated Entry entry =