From d74ec5df40e1b6d5db0c1c6827a35b188689ab4e Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 12 Dec 2014 08:58:30 -0800 Subject: [PATCH] LTE documentation fix for disabling error models --- src/lte/doc/source/lte-user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lte/doc/source/lte-user.rst b/src/lte/doc/source/lte-user.rst index f8cc8d4b7..8d96bfa24 100644 --- a/src/lte/doc/source/lte-user.rst +++ b/src/lte/doc/source/lte-user.rst @@ -1402,8 +1402,8 @@ successfully, regardless of distance and channel condition. However, it will also affect all other data or control packets not related to handover, which may be an unwanted side effect. Otherwise, it can be done as follows:: - Config::SetDefault ("ns3::LteSpectrumPhy::CtrlErrorModelEnabled"); - Config::SetDefault ("ns3::LteSpectrumPhy::DataErrorModelEnabled"); + Config::SetDefault ("ns3::LteSpectrumPhy::CtrlErrorModelEnabled", BooleanValue (false)); + Config::SetDefault ("ns3::LteSpectrumPhy::DataErrorModelEnabled", BooleanValue (false)); By using the above code, we disable the error model in both control and data channels and in both directions (downlink and uplink). This is necessary because