Tommaso Pecorella
a93301ab5f
Remove unnecessary private variables from Ipv6AddressHelper
2013-07-07 13:17:12 +02:00
Vedran Miletić
b5891dce41
Replace <limits.h> include by <climits>
2013-07-06 16:55:33 +02:00
Tom Henderson
d17fd41e3b
update click bindings
2013-07-05 14:01:51 -07:00
Vedran Miletić
f97431bf10
Clean up core module for building with Clang
...
This means removing unused private variables in random-variable-stream.{cc,h} and system-thread.h and fixing removing bad static_casts in calendar-scheduler.cc.
2013-07-05 14:35:20 +02:00
Vedran Miletić
9659c4528e
Fix building with Clang 3.0 without extra CXXFLAGS
...
Clang identifies as GCC 4.2 to compilers which check for GCC version. This patch adds further check for clang and undefines __DEPRECATED macro in case Clang is detected. Newer versions of Clang are much stricter and still require CXXFLAGS for other warnings.
2013-07-05 13:15:22 +02:00
Mitch Watrous
bf886d696f
Updatemany modules' Python bindings
2013-07-04 14:27:35 -07:00
Nicola Baldo
17a86900e0
fixed assert cond in LteUeMac::DoRemoveLc
2013-07-04 16:10:05 +02:00
Vedran Miletić
b47d4aac23
Add missing limits.h include to nstime.h and print-introspected-doxygen.cc
2013-07-04 15:57:10 +02:00
Tommaso Pecorella
cfbc5a524a
Fix Ipv6Forwarding test
2013-07-04 09:44:29 +02:00
Peter D. Barnes, Jr.
c35b78f59f
Doc tweaks
2013-07-03 15:06:34 -07:00
Peter D. Barnes, Jr.
daefbadea4
Doxygenate \internal
2013-07-03 15:05:17 -07:00
Peter D. Barnes, Jr.
12ea93c5a1
Disambiguate test asserts
2013-07-03 14:45:39 -07:00
Peter D. Barnes, Jr.
e3611c4078
Doxygenate todo's
2013-07-03 14:43:10 -07:00
Peter D. Barnes, Jr.
884814cc86
Merge bounded Time attributes
2013-07-03 12:02:06 -07:00
Peter D. Barnes, Jr.
a7d87403f6
Time attributes with enforced bounds.
...
The following stanza in GetTypeId() will restrict the value to
-5s <= m_timeWithBounds <= 10s
.AddAttribute ("TestTimeWithBounds", "help text",
TimeValue (Seconds (-2)),
MakeTimeAccessor (&AttributeObjectTest::m_timeWithBounds),
MakeTimeChecker (Seconds (-5), Seconds (10)))
2013-07-03 11:19:21 -07:00
Peter D. Barnes, Jr.
e468df69c9
Repair Time docs mangled by f0be2daaa38f
2013-07-03 10:53:00 -07:00
Nicola Baldo
b58678ee11
fixed EARFCN attribute limits for band 21
2013-07-03 16:58:46 +02:00
Hajime Tazaki
5a238088be
log msg instead of fail when non-IPv4 pkt is sent over LteUeNetDevice
2013-07-03 15:46:49 +02:00
Tommaso Pecorella
30fc97d8b2
Revert changeset 9854. Ipv6 forwarding should be off by default
2013-07-02 23:08:26 +02:00
Peter D. Barnes, Jr.
9a9dfcd1ad
Bug 1727 - Ping6 should use a proper source address
2013-07-02 21:56:54 +02:00
Peter D. Barnes, Jr.
3e7b4c0636
Revert [Coverity] Logically dead code (DEADCODE)
...
NS_ASSERT vanishes in optimized builds, so return code check still needed.
2013-07-01 10:08:20 -07:00
Peter D. Barnes, Jr.
9d2bf09460
Backout changeset 581c9b2f52c842a06cd3692c1a043a64b85c0c36
2013-07-01 10:06:39 -07:00
Tom Henderson
512d2c2d9e
fix typo from changeset 9881:f6feba3e9942
2013-07-01 09:59:24 -07:00
Tommaso Pecorella
a05600515e
Bug 1712 - The IP (v4 and v6) forwarding needs a test
2013-06-30 14:10:49 +02:00
Vedran Miletić
172e7aff8f
Check for <net/ethernet.h> include before enabling fd-net-device module
2013-06-29 23:51:09 +02:00
Peter D. Barnes, Jr.
198d9f8ce9
Automated merge with file:///Users/barnes26/Code/netsim/ns3/repos/ns-3-dev
2013-06-26 17:32:03 -07:00
Peter D. Barnes, Jr.
351249c559
[Coverity] "erase" invalidates iterator
2013-06-26 17:26:56 -07:00
Peter D. Barnes, Jr.
f14f746227
[Coverity] Logically dead code (DEADCODE)
2013-06-26 17:15:56 -07:00
Peter D. Barnes, Jr.
397b75c1b4
Merge
2013-06-26 16:43:20 -07:00
Tommaso Pecorella
c49c678cbc
Bug 1720 - IPv6 Fragmentation cause crashes (tweak, thanks Peter)
2013-06-26 01:20:11 +02:00
Tommaso Pecorella
e4e367ad27
Bug 1720 - IPv6 Fragmentation cause crashes (better fix)
2013-06-25 23:01:41 +02:00
Tommaso Pecorella
b589986de5
Bug 1720 - IPv6 Fragmentation cause crashes
2013-06-25 22:46:01 +02:00
Tommaso Pecorella
e83e0ee9f8
Bug 1719 - IPv6 default state is set to not forward packets
2013-06-25 00:13:50 +02:00
Tommaso Pecorella
f91ad6f841
Bug 1718 - Ipv4StaticRouting log component is misspelled
2013-06-25 00:08:12 +02:00
Guowang Shi
727abcda3e
Bug 1697 - ICMPv6 Redirect trigger contains multiple bugs
2013-06-19 09:21:39 +02:00
Guowang Shi
70f2ea6e92
Bug 1688 - Routers should advertise themselves from the link-local address
2013-06-19 09:10:31 +02:00
Tom Henderson
8159a8ec39
rescan bindings
2013-06-18 15:29:09 -07:00
Tom Henderson
63606febe2
remove tools module
2013-06-18 13:47:15 -07:00
Tom Henderson
2180f8ad5d
move average.h from tools to stats module
2013-06-18 13:42:57 -07:00
Tom Henderson
7477fb5d43
move delay-jitter-estimation to stats/helper
2013-06-18 13:21:35 -07:00
Tom Henderson
5b536a7932
add license to files
2013-06-18 13:18:19 -07:00
Tom Henderson
1071fd3d46
move gnuplot support from src/tools to src/stats
2013-06-18 13:16:51 -07:00
Tom Henderson
201f7e084a
move event-garbage-collector from tools module to core/helper
2013-06-18 10:05:15 -07:00
Tom Henderson
eb8227f290
make core/helper directory; move random-stream helper code there
2013-06-18 09:46:32 -07:00
Guowang Shi
0292598490
Bug 1703 - Nodes don't react to a DAD
2013-06-16 13:30:41 +02:00
Tommaso Pecorella
7f9ede9841
Bug 1701 - Ipv6StaticRouting: the source address should match the destination scope
2013-06-16 09:34:36 +02:00
Tommaso Pecorella
8fcd718f03
Bug 1700 - Ipv6RawSocket does not honor the bound address when sending packets
2013-06-16 08:58:39 +02:00
Tom Henderson
88e80b4b9f
rescan internet bindings
2013-06-15 15:34:38 -07:00
Guowang Shi
4c6280072c
bug 1646 - ICMPv6 Redirect are sent from global address instead of link-local
2013-06-15 10:56:55 +02:00
Peter D. Barnes, Jr.
2b4ec72110
CommandLine: correct license.
...
Sorry Mathieu ;)
2013-06-14 14:01:19 -07:00