Commit Graph

11625 Commits

Author SHA1 Message Date
Tom Henderson
13de20bb3a bug 1927: allow deterministic seeding of random-variable-stream-generators TestSuite
After this commit, the following will cause the test suite to always fail:
NS_GLOBAL_VALUE="RngRun=231" ./test.py -s random-variable-stream-generators
2015-09-01 21:03:55 -07:00
Sébastien Deronne
9b7f0c36e7 update RELEASE_NOTES 2015-09-01 22:48:58 +02:00
Sébastien Deronne
7880fe92cd Bug 2104 [wifi] - Sequence Number passed to QosUtilsMapSeqControlToUniqueInteger instead of Sequence Control (initial fix from Steven Sultana) 2015-09-01 22:44:51 +02:00
Sébastien Deronne
fab6e9f7ef Fix issue when a normal data packet is sent between A-MPDUs 2015-09-01 22:02:05 +02:00
Sébastien Deronne
8142fd111a Check that a transmission will never have a null duration in YansWifiPhy 2015-09-01 21:59:50 +02:00
Ovidiu Poncea
8f00ef9db8 bug 2158: Fix flooding of packets on input port, for packets received on in!=0
When you have the action OFPP_FLOOD on a flow, and the received packet is
not coming into the switch through port 0, then the packet will be flooded on
all ports, including the receiving port!  This is especially bad if
you have broadcasts as packets will get replicated indefinitely (ARP req for
e.g.). This is caused by missing ntohs() that fails to convert port numbers
to their correct values. The switch works correctly for broadcast packets
received on port zero.
Example: The ReceivePacketOut() gets 0 if the input port is 0 and it works.
But will get 512 if the input port is 1 and since 512 is not our real input
port the check will fail and the packet will also be replicated on the input
port.
2015-08-31 10:41:05 -07:00
miilic
a424bb4feb Bug 2170 - AnimationInterface outputs improperly formed XML 2015-08-27 18:08:12 -07:00
Sébastien Deronne
46d6c423bd fix issue with previous commit 2015-08-26 22:05:34 +02:00
Sébastien Deronne
5326588f54 avoid calls to GetQosTid for non QoS Data 2015-08-25 19:15:35 +02:00
Matías Richart
61c9d74b0e Bug 2171 - power-adaptation-distance.cc:202:22: error: call to 'pow' is ambiguous 2015-08-25 06:46:23 -07:00
Sébastien Deronne
2998c02be4 add missing condition in mac-low 2015-08-24 20:02:16 +02:00
Tom Henderson
bcacc03cca avoid test suite name collision 2015-08-23 16:06:17 -07:00
Tommaso Pecorella
739eb2dbf3 Bug 2166 - SteadyStateRandomWaypointMobilityModel directs the node to the ground 2015-08-22 17:06:25 +02:00
Tommaso Pecorella
ad42c61e54 Fix clang "error: unused function" error. 2015-08-22 16:27:17 +02:00
Peter D. Barnes, Jr.
798c314b09 Refactor test name character restrictions: allow '*' 2015-08-21 13:48:32 -07:00
Peter D. Barnes, Jr.
dea2f0b8c7 Change TestSuite class name to avoid duplication in static builds. 2015-08-21 13:46:14 -07:00
Junling Bu
50f5d91370 bug 2146: bug in WAVE channel coordination code 2015-08-21 11:58:50 -07:00
Peter D. Barnes, Jr.
b1976b6366 Merge 2015-08-18 16:59:27 -07:00
Peter D. Barnes, Jr.
61f2fbd415 [doxygen] Revise TracedCallback function signatures for const. 2015-08-18 16:46:10 -07:00
Peter D. Barnes, Jr.
574a6cd6b1 Log attempted file path on failure to open pcap file. 2015-08-18 16:34:50 -07:00
Peter D. Barnes, Jr.
c4eb076d2a Spell out organization name in copyright notice. 2015-08-18 16:33:58 -07:00
Peter D. Barnes, Jr.
ebd742ba2d Refactor test name character restrictions 2015-08-18 16:17:36 -07:00
Peter D. Barnes, Jr.
be83597fd4 Flush pcap files in debug builds. 2015-08-18 15:19:32 -07:00
Peter D. Barnes, Jr.
111035d3fa Fix response vector file path construction. 2015-08-18 15:15:04 -07:00
Tom Henderson
bfb95b39dd fix maybe-uninitialized warning 2015-08-17 15:31:27 -07:00
Tom Henderson
1c7a870d29 update RELEASE_NOTES 2015-08-17 14:52:57 -07:00
Tom Henderson
5ebab00295 rescan mesh bindings 2015-08-17 14:43:08 -07:00
Tom Henderson
65b2e8d837 bug 1482: avoid newlines in mesh header Print() methods; implement additional Print() methods; additional cleanup of header-related code 2015-08-17 14:31:07 -07:00
Tom Henderson
7e6ca121d6 bug 1482: split PeerLinkFrameStart header into different header types, avoiding the need to set the header type before deserializing 2015-08-17 14:29:51 -07:00
Tom Henderson
134aadf85e move definition of Wifi information element IDs from mesh to wifi module; implement more fully the WifiInformationElementVector header class 2015-08-17 14:29:32 -07:00
Tom Henderson
34b3521638 update test vectors for mesh header changes from bug 1901 patches 2015-08-17 14:02:17 -07:00
Tom Henderson
a9196fc0c6 bug 1901: set MeshControlPresent flag in the QoS Control field 2015-08-17 13:45:08 -07:00
Tom Henderson
a7cb5fb195 bug 1901: set mesh frames to type QOSDATA 2015-08-17 13:44:25 -07:00
Peter D. Barnes, Jr.
a5246b3b91 [doxygen] fix typos 2015-08-17 11:54:05 -07:00
Sébastien Deronne
fee54949b1 update RELEASE_NOTES 2015-08-15 19:30:10 +02:00
Vedran Miletić
3a690bd071 Detect gccxml using CastXML wrapper in waf configure 2015-08-15 17:14:51 +02:00
Sébastien Deronne
56dbc49aa3 Add utest for Bug 730 2015-08-15 13:15:03 +02:00
Sébastien Deronne
bc4d797dbf Bug 730 [wifi] - Enabling fragmentation at run-time breaks simulation (patch from Christian Facchini) 2015-08-15 13:14:14 +02:00
Tom Henderson
95ffc4d89b rescan bindings 2015-08-14 08:00:38 -07:00
Tom Henderson
c67535dc7a fix typo 2015-08-13 19:53:56 -07:00
Peter D. Barnes, Jr.
a90f09f672 Better reporting of Callback type mismatches. 2015-08-13 15:12:17 -07:00
Peter D. Barnes, Jr.
454a551c3e NS_FATAL_ERROR_CONT macro, to report an error message, but allow the caller to terminate later. 2015-08-13 15:11:25 -07:00
Peter D. Barnes, Jr.
de61c2f689 GetDevice() should be const. 2015-08-13 12:10:01 -07:00
Peter D. Barnes, Jr.
820548b9ac TypeTraits<T>::BaseType, PtrBaseType and IsPtr 2015-08-12 16:37:08 -07:00
Peter D. Barnes, Jr.
f39a77b1a5 Add filter-out option, relabel some options, for doxygen.warning.report.sh 2015-08-12 14:57:34 -07:00
Peter D. Barnes, Jr.
baddf3f749 Refactor TracedValue callback function signatures.
Move from template class TracedValue to namespace TracedValueCallback.

Rename from [type]Callback to just [type]:
TracedValue<double>::DoubleCallback  -> TracedValueCallback::Double
2015-07-29 13:56:55 -07:00
Peter D. Barnes, Jr.
6c8fcc72b9 GetDevice() should be const. 2015-08-13 12:10:01 -07:00
Peter D. Barnes, Jr.
d81c292aba Remove obsolete struct, never invoked. 2015-07-29 12:44:41 -07:00
Tom Henderson
6db467ef95 update test documentation 2015-08-13 11:08:56 -07:00
Tom Henderson
2704990f20 fix mesh doxygen 2015-08-13 10:24:42 -07:00