From 9f5b066d0450d974d02683a8bc9d94db0e87134c Mon Sep 17 00:00:00 2001 From: Marco Miozzo Date: Mon, 22 Apr 2013 11:50:55 +0200 Subject: [PATCH] Correct PhyTxStatsCalculator::DlPhyTransmission file legend --- src/lte/helper/phy-tx-stats-calculator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lte/helper/phy-tx-stats-calculator.cc b/src/lte/helper/phy-tx-stats-calculator.cc index 63746b323..76b591a0d 100644 --- a/src/lte/helper/phy-tx-stats-calculator.cc +++ b/src/lte/helper/phy-tx-stats-calculator.cc @@ -105,7 +105,7 @@ PhyTxStatsCalculator::DlPhyTransmission (PhyTransmissionStatParameters params) } m_dlTxFirstWrite = false; //outFile << "% time\tcellId\tIMSI\tRNTI\tlayer\tmcs\tsize\trv\tndi"; // txMode is not available at dl tx side - outFile << "% time\tcellId\tIMSI\tRNTI\ttxMode\tlayer\tmcs\tsize\trv\tndi"; + outFile << "% time\tcellId\tIMSI\tRNTI\tlayer\tmcs\tsize\trv\tndi"; outFile << std::endl; } else