Commit Graph

333 Commits

Author SHA1 Message Date
Scott Carpenter
de004b4c7d Bug 1877 - constructor missing for <something>PropagationLossModels 2014-03-29 18:16:59 +01:00
Biljana Bojović
f625c86e22 Bug 1888 - COST231 propagation loss model: corrections 2014-03-26 23:47:30 +01:00
Eugene Chemeritskiy
7feb0b73c8 Bug 1889 - PointToPointNetDevive: In some cases MacTxDrop trace is not called 2014-03-26 23:39:32 +01:00
Eugene Chemeritskiy
a88ee6e269 Bug 1890 - UdpClientTrace: MPEG frame size is squeezed into (insufficient) 16 bit integer 2014-03-26 23:20:13 +01:00
Tommaso Pecorella
9b31bc95cb Bug 1891 - UdpSocketImpl::GetSockName doesn't return the IPv6 address 2014-03-26 23:08:28 +01:00
Eugene Chemeritskiy
edc382137b Bug 1887 - Point-to-point traces should contain PPP headers 2014-03-25 21:46:09 +01:00
Tommaso Pecorella
c04ebb1c5f Bug 1845 - FlowMonitor should discard any broadcast/multicast packet 2014-03-17 19:44:36 +01:00
Tommaso Pecorella
7c6b38c6f4 Bug 1843 - IPv6 extensions dropped packets do not fire L3 drop trace 2014-03-17 19:43:11 +01:00
Tommaso Pecorella
1ff598b75c Bug 1842 - FlowMonitor SerializeToXml<Something> should be called by the helper 2014-03-17 19:34:43 +01:00
Tommaso Pecorella
384eb5a622 Add 6LoWPAN uncompressed IPv6 header support 2014-03-15 19:18:53 +01:00
Tommaso Pecorella
a2e81e7341 Bug 1883 - IPv6 don't consider the prefix and network when choosing output address 2014-03-15 15:35:58 +01:00
Peter D. Barnes, Jr.
fa320437c0 [Bug 1882] update RELEASE_NOTES 2014-03-14 15:33:49 -07:00
Tommaso Pecorella
63d8c0f509 Update RELEASE_NOTES 2014-03-08 17:50:26 +01:00
Rubén Martínez
bee049436d Bug 1874 - Ipv4L3Protocol::ProcessFragment: addressCombination and idProto identifiers not properly computed 2014-03-07 22:22:31 +01:00
Peter D. Barnes, Jr.
3ec3b6a878 [Bug 1862] NS_LOG="Time=*|prefix_time" causes stack overflow 2014-02-21 16:27:43 -08:00
Peter D. Barnes, Jr.
22e31f0c68 [Bug 1792] [Bug 1853] Remove inheritance from std::stream in ParameterLogger 2014-02-21 16:25:43 -08:00
Alexander Afanasyev
7daf507a80 Bug 1294 - New PeekU8 () and Read (Buffer::Iterator start, uint32_t size) methods in Buffer::Iterator 2014-02-21 09:12:38 +01:00
Peter D. Barnes, Jr.
28ac4c7f40 [Bug 1653] Extension of CommandLine interface
Restore operator << (std::ostream, CommandLine) erroneously removed
in rev 10155.
2014-02-20 22:00:09 -08:00
Tom Goff
410b30f6fd Bug 1787 - Runtime error when using AnimationInterface::EnablePacketMetadata() to fetch metadata of CSMA packet 2014-02-20 22:35:51 +01:00
Tommaso Pecorella
4faabb5898 Bug 1855 - SixLowPanNetDevice is not correctly indexed 2014-02-13 22:53:39 +01:00
Peter D. Barnes, Jr.
73ceda8109 [Bug 1852] Restore missing config header 2014-02-11 14:38:25 -08:00
Peter D. Barnes, Jr.
8f6bcf630c [Bug 1786] Fix for os << (int64x64_t) and fractional arithmetic
Arithmetic with fractions was never tested and it had lots of bugs.
This patch set:

- Defines many more tests, giving complete coverage of all operations
  (signed/unsigned, integer, fractions, mixed)

- Replaces over-generous #define creation of functions with minimal
  set of C++ functions.

- Minimizes differences between implementations.

- Documents all functions.

int128 and cairo implementations agree exactly on all int64x64 tests,
and pass all ns-3 tests.

long double implementation agrees with the other two on most int64x64
tests; failures have to do with less precision in long doubles.
The prior double implementation failed five ns-3 tests:
	devices-mesh-dot11s-regression
	devices-mesh-flame-regression
	int64x64
	routing-aodv-regression
	routing-olsr-regression
This implementation fails routing-olsr-regression because of single
bit differences in the pcap files.
2014-01-29 19:09:35 -08:00
Peter D. Barnes, Jr.
022f3ad024 Enable selection of high precision int64x64 implementation at configure time. 2014-01-28 12:51:47 -08:00
Tommaso Pecorella
d8d337c3d4 Updated RELEASE_NOTES 2014-01-26 18:22:04 +01:00
Tommaso Pecorella
bbb25ddb08 Bug 1808: FlowMon relies on IPv4's Identification field to trace packets 2014-01-23 19:31:42 +01:00
Tommaso Pecorella
32a11da551 Update RELEASE_NOTES 2014-01-21 23:06:22 +01:00
Tommaso Pecorella
2ce9615e73 Bug 1838 - FlowMonitorHelper must not be copied. 2014-01-16 09:46:21 +01:00
Juan C. Granda
123caf7cf3 Bug 1739 - The endpoint is not deallocated for UDP sockets 2014-01-15 23:35:55 +01:00
Tommaso Pecorella
a4f7e7dc47 Bug 1837 - AODV crashes when using multiple interfaces 2014-01-14 21:27:14 +01:00
Peter D. Barnes, Jr.
22fe0b7120 Update RELEASE_NOTES 2014-01-10 17:26:22 -08:00
Tommaso Pecorella
e22f63ffe4 Bug 1821 - Setting an interface to Down state will cause various asserts in IPv6 2013-12-31 19:48:09 +01:00
Nicola Baldo
c9e7103635 updated RELEASE_NOTES 2013-12-24 15:48:36 +01:00
Tom Henderson
80382ac6db start new version RELEASE_NOTES 2013-12-21 12:30:28 -08:00
Tom Henderson
460eea1be5 Update RELEASE_NOTES for release 2013-12-20 09:28:31 -08:00
Tom Henderson
d0391be1b2 add to notes regarding null message parallel scheduler and new time units 2013-12-15 22:58:10 -08:00
Tom Henderson
1e81e10718 editing in preparation for release 2013-12-15 22:28:30 -08:00
Tommaso Pecorella
96a259dec6 Bug 1796 - Ipv6PacketInfoTag is not filled by UdpSocketImpl::ForwardUp6. 2013-12-15 09:26:02 +01:00
Tommaso Pecorella
82ba393469 Bug 1592 - Parsing bug in FlowMonitor example script (fix suggested by Eric Hein) 2013-12-15 09:02:28 +01:00
Nicola Baldo
013f400365 updated RELEASE_NOTES 2013-12-13 11:21:57 +01:00
Budiarto Herman
54947ecb22 updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details 2013-12-13 10:50:45 +01:00
Peter D. Barnes, Jr.
8ef0956af1 [Bug 1496] Finish the documentation.
Also amended scratch-simulator so printing the list of log
components works as advertised.
2013-12-12 14:42:43 -08:00
Tommaso Pecorella
ad1ef6acc0 Bug 1814 - IPv6 Packets with length not multiple of 8 bytes are fragmented incorrectly. 2013-12-12 23:16:28 +01:00
Tommaso Pecorella
e7cfaab44d Clarify the effect of Bug 1810 fix 2013-12-12 21:08:27 +01:00
Tommaso Pecorella
6c16817c8c Bug 1810 - IP packets can be sent on NetDevices not respecting the minimum MTU requirements 2013-12-12 19:36:16 +01:00
Nicola Baldo
e06996f8a4 Bug 1789 - missing test condition for sigma in buildings-shadowing-test 2013-12-12 18:50:12 +01:00
Tommaso Pecorella
9499558186 Pretty-print IPv6 addresses and routing tables 2013-12-10 19:54:12 +01:00
Tommaso Pecorella
f27ed705b5 6LoWPAN module 2013-12-07 08:08:53 +01:00
Tommaso Pecorella
1cb6b1dc86 Bug 1802 - FlowMon header deserialization problem with IPv4 fragments 2013-12-02 23:05:14 +01:00
Junling Bu
044cba4bbd base implementation of the IEEE 802.11p standard 2013-12-03 11:25:59 -08:00
Tommaso Pecorella
bd6c92c79f Bug 1807 - Multiple bugs in Ipv4L3Protocol::LocalDeliver 2013-12-02 19:36:49 +01:00