From e63b3f90e9c6e5573338872c8df2492f69b7bd84 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Wed, 20 Jul 2011 16:26:31 +0200 Subject: [PATCH] made the output of MacStatsCalculator matlab-friendly --- src/lte/helper/mac-stats-calculator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lte/helper/mac-stats-calculator.cc b/src/lte/helper/mac-stats-calculator.cc index 3e3a8568f..2d8e3521b 100644 --- a/src/lte/helper/mac-stats-calculator.cc +++ b/src/lte/helper/mac-stats-calculator.cc @@ -93,7 +93,7 @@ MacStatsCalculator::DlScheduling (uint16_t cellId, uint64_t imsi, uint32_t frame return; } m_dlFirstWrite = false; - outFile << "# time\tcellId\tIMSI\tframe\tsframe\tRNTI\tmcsTb1\tsizeTb1\tmcsTb2\tsizeTb2"; + outFile << "% time\tcellId\tIMSI\tframe\tsframe\tRNTI\tmcsTb1\tsizeTb1\tmcsTb2\tsizeTb2"; outFile << std::endl; } else