Commit afb608c6 authored by Cedric Roux's avatar Cedric Roux

add vcd logs for fapi version of eNB_dlsch_ulsch_scheduler

parent fd67b1bb
......@@ -1158,6 +1158,8 @@ if (pthread_mutex_lock(&fmut)) abort();
struct UlInfoListElement_s ulinfo[MAX_UL_INFO_LIST];
int ulsf;
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME(VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_DLSCH_ULSCH_SCHEDULER,VCD_FUNCTION_IN);
#if MEGALOG
printf("SCHEDULER called for f/sf %d/%d\n", frameP, subframeP);
#endif
......@@ -1492,6 +1494,8 @@ printf(" RECAP %i rnti %x %s\n", i,
if (pthread_mutex_unlock(&fmut)) abort();
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME(VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_DLSCH_ULSCH_SCHEDULER,VCD_FUNCTION_OUT);
}
#else /* FAPI */
......
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