LTE documentation fix for disabling error models
authorTom Henderson <tomh@tomh.org>
Fri, 12 Dec 2014 08:58:30 -0800
changeset 11099 304dc73bbfbe
parent 11098 bd1adad111fa
child 11100 86e53d8a4cfe
LTE documentation fix for disabling error models
src/lte/doc/source/lte-user.rst
--- a/src/lte/doc/source/lte-user.rst	Tue Dec 09 14:37:02 2014 -0800
+++ b/src/lte/doc/source/lte-user.rst	Fri Dec 12 08:58:30 2014 -0800
@@ -1402,8 +1402,8 @@
 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