[metrics] restoring metrics_stdout for enb and ue

This commit is contained in:
AlaiaL 2021-02-26 09:56:46 +01:00 committed by Andre Puschmann
parent d518a625cc
commit b1483802a2
2 changed files with 2 additions and 7 deletions

View File

@ -161,7 +161,6 @@ void metrics_stdout::set_metrics(const enb_metrics_t& metrics, const uint32_t pe
cout << float_to_string(0, 1, 4) << "%";
}
cout << float_to_eng_string(metrics.stack.mac.ues[i].ul_buffer, 2);
cout << endl;
}

View File

@ -69,11 +69,8 @@ void metrics_stdout::print_table(const bool display_neighbours)
cout << "cc pci rsrp pl cfo pci rsrp mcs snr turbo brate bler ta_us mcs buff brate bler"
<< endl;
} else {
cout << "--------Signal--------------DL-------------------------------------UL----------------------"
"--"
<< endl;
cout << "cc pci rsrp pl cfo mcs snr turbo brate bler ta_us mcs buff brate bler"
<< endl;
cout << "--------Signal--------------DL-------------------------------------UL----------------------" << endl;
cout << "cc pci rsrp pl cfo mcs snr turbo brate bler ta_us mcs buff brate bler" << endl;
}
table_has_neighbours = display_neighbours;
n_reports = 0;
@ -165,7 +162,6 @@ void metrics_stdout::set_metrics(const ue_metrics_t& metrics, const uint32_t per
} else {
cout << float_to_string(0, 1) << "%";
}
cout << endl;
}