Bug 704 - ns3-wifi-propagation-loss-models
ns3-wifi-propagation-loss-models
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3-dev
All All
: P1 minor
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-02 01:31 EDT by Tom Henderson
Modified: 2009-10-05 02:05 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2009-10-02 01:31:00 EDT
Failing test among the new wifi tests checked in recently.

FAIL: Test Suite "ns3-wifi-propagation-loss-models" (real 0.04 user 0.03 system 0.00)
PASS: Test Case "Check to see that the ns-3 Friis propagation loss model provides correct SNR values" (real 0.03 user 0.02 system 0.00)
FAIL: Test Case "Check to see that the ns-3 Log Distance propagation loss model provides correct SNR values" (real 0.01 user 0.01 system 0.00)
Details:
Message: Got unexpected SNR value
Condition: snr (actual) < testVector.m_snr (limit) + testVector.m_tolerance (tol) && snr (actual) > testVector.m_snr (limit) - testVector.m_tolerance (tol)
Actual: 176.395
Limit: 176.407 +- 0.0005
File: ../src/test/ns3wifi/propagation-loss-models-test-suite.cc
Line: 360
Comment 1 Tom Henderson 2009-10-05 02:05:04 EDT
fixed in changeset: 9c79df567f12
(made the test a unit test and relocated to src/devices/wifi)