src/devices/wifi/dsss-error-rate-model.cc
changeset 6359 9860e12062b7
parent 6357 5d6d511ce4e9
child 6365 9e4fce3d1138
equal deleted inserted replaced
6358:5205e0dde26a 6359:9860e12062b7
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    17  *
    17  *
    18  * Author: Gary Pei <guangyu.pei@boeing.com>
    18  * Author: Gary Pei <guangyu.pei@boeing.com>
    19  */
    19  */
       
    20 #include "ns3/log.h"
    20 #include "dsss-error-rate-model.h"
    21 #include "dsss-error-rate-model.h"
       
    22 
       
    23 NS_LOG_COMPONENT_DEFINE ("DsssErrorRateModel");
    21 
    24 
    22 namespace ns3 {
    25 namespace ns3 {
    23 
    26 
    24 #ifndef ENABLE_GSL
    27 #ifndef ENABLE_GSL
    25 const double DsssErrorRateModel::WLAN_SIR_PERFECT = 10.0; 
    28 const double DsssErrorRateModel::WLAN_SIR_PERFECT = 10.0;