Commit fd0c69da authored by RajeevGa's avatar RajeevGa

Clean logs for slicing

parent 13fd02b3
......@@ -195,7 +195,7 @@ void gNB_dlsch_ulsch_scheduler(module_id_t module_idP, frame_t frame, sub_frame_
if ((slot == 0) && (frame & 127) == 0) {
char stats_output[16000] = {0};
//dump_mac_stats(gNB, stats_output, sizeof(stats_output), true);
dump_mac_stats(gNB, stats_output, sizeof(stats_output), true);
LOG_I(NR_MAC, "Frame.Slot %d.%d\n%s\n", frame, slot, stats_output);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment