X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Fapp%2Fsrc%2Fapp_profile_xran.c;fp=fhi_lib%2Fapp%2Fsrc%2Fapp_profile_xran.c;h=f6ed2779a9bae0920e22c7c0850d7e41f9a14878;hp=377aa8607e3dac50c69f74b73a7399cb6478ce12;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/fhi_lib/app/src/app_profile_xran.c b/fhi_lib/app/src/app_profile_xran.c index 377aa86..f6ed277 100644 --- a/fhi_lib/app/src/app_profile_xran.c +++ b/fhi_lib/app/src/app_profile_xran.c @@ -229,7 +229,7 @@ xran_get_mlog_stats(char *usecase, UsecaseConfig *puConf, RuntimeConfig *psConf[ MLogGetStats(PID_TTI_TIMER, &tti.cnt, &tti.max, &tti.min, &tti.avg); if (tti.cnt != 0) { - sprintf(stats_file, "%s-%s-%s\0", XRAN_REPORT_FILE, (puConf->appMode == APP_O_DU)? "o-du" : "o-ru", usecase); + sprintf(stats_file, "%s-%s-%s", XRAN_REPORT_FILE, (puConf->appMode == APP_O_DU)? "o-du" : "o-ru", usecase); printf("xran report file: %s\n", stats_file); ret = xran_init_mlog_stats(stats_file, mlog_times_p->ticks_per_usec); if (ret != 0)