equal
deleted
inserted
replaced
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; |