From 89596e6f53151f0b25cb4b9defaacc07bae12ae7 Mon Sep 17 00:00:00 2001 From: Marco Miozzo Date: Tue, 27 Nov 2012 14:51:35 +0100 Subject: [PATCH] Update User Documentation on the DL RSRP/SINR traces --- src/lte/doc/source/lte-user.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lte/doc/source/lte-user.rst b/src/lte/doc/source/lte-user.rst index d19b6e663..2a9ea32f5 100644 --- a/src/lte/doc/source/lte-user.rst +++ b/src/lte/doc/source/lte-user.rst @@ -291,15 +291,15 @@ the ns-3 attributes ``ns3::MacStatsCalculator::DlOutputFilename`` and ``ns3::MacStatsCalculator::UlOutputFilename``. PHY KPIs are distributed in three different files, configurable through the attributes - ``ns3::PhyStatsCalculator::RsrpRsrqFilename``, ``ns3::PhyStatsCalculator::UeSinrFilename`` + ``ns3::PhyStatsCalculator::RsrpSinrFilename``, ``ns3::PhyStatsCalculator::UeSinrFilename`` and ``ns3::PhyStatsCalculator::InterferenceFilename``. -In the RSRP/RSR file, the following content is available: +In the RSRP/SINR file, the following content is available: 1. Simulation time in seconds at which the allocation is indicated by the scheduler 2. Cell ID 3. unique UE ID (IMSI) 4. RSRP - 5. RSRQ + 5. Linear average of the SINR peceived by the RBs The contents in the UE SINR file are: 1. Simulation time in seconds at which the allocation is indicated by the scheduler