Tom Henderson
0c90e41428
update CHANGES.html and RELEASE_NOTES for random variable merge
2012-07-10 22:24:37 -07:00
Tom Henderson
da5e6d97ce
start new release notes for future releases
2012-06-05 22:46:39 -07:00
Tom Henderson
9fa21b9a77
update CHANGES.html for ns-3.14
2012-06-05 11:24:54 -07:00
Tom Henderson
1b584e2e27
bug 1432: Align Ipv6AddressHelper API with Ipv4AddressHelper API
2012-05-20 15:19:52 -07:00
Nicola Baldo
112d4992ad
merge of the code from the LENA project into ns-3-dev
2012-05-11 16:42:40 +02:00
Vedran Miletić
7a16b35236
Update CHANGES.html and RELEASE_NOTES for QueueMode and ErrorUnit.
2012-05-08 16:09:49 +02:00
Tom Henderson
4789d43a7a
Remove Ns2CalendarScheduler event scheduler
2012-04-18 10:21:35 -07:00
Nicola Baldo
038e12b3ba
updated CHANGES.html and RELEASE_NOTES
2012-04-11 12:23:10 +02:00
Tommaso Pecorella
9691d018e8
Add SendIcmpv6Redirect attribute to Ipv6L3Protocol
2012-03-25 14:26:45 +02:00
Tommaso Pecorella
5481a7ddaf
Enhancement 1393 - IPv6 Routing Helper RT Print functions
2012-03-17 23:23:56 +01:00
Ken Renard
cf2e9f8212
Add support for IPv6 transport protocols
2012-02-20 14:05:07 +01:00
Tommaso Pecorella
9be7925511
Update Changes.html and Release_notes with the latest -dev info
2012-01-26 19:22:49 +01:00
Tom Henderson
cddfa756eb
Update CHANGES.html
2011-12-23 12:13:54 -08:00
Tom Henderson
67a5c739d9
update CHANGES.html
2011-12-16 13:49:35 -08:00
Tommaso Pecorella
6f5bb7d985
Added MobilityModel::GetRelativeSpeed() - proposed by Jens Mittag.
2011-11-17 19:02:45 +01:00
Nicola Baldo
550728fbdd
spectrum API change
2011-11-13 16:08:44 +01:00
Nicola Baldo
35fb5e4032
Bug 1271 - stronger type checking in SpectrumPhy
2011-10-04 18:40:50 +02:00
Tom Henderson
19fabf53c6
Start documenting changes for ns-3.13
2011-09-18 14:34:45 -07:00
Tom Henderson
ab95b7f0f7
Seed the CHANGES.html and RELEASE_NOTES for ns-3.13
2011-09-18 14:24:24 -07:00
Tom Henderson
22fab0212a
update for ns-3.12 release
2011-08-24 08:29:37 -07:00
Tom Henderson
fc31f9502c
Update CHANGES.html and RELEASE_NOTES
2011-08-17 21:59:19 -07:00
Tom Henderson
8f34681f6a
bug 1134: Fix LiIonEnergySource attribute spelling for InitialCellVoltage
2011-08-16 12:07:58 -07:00
Tom Henderson
9240554b0f
update CHANGES.html and RELEASE_NOTES for new release cycle
2011-06-28 10:26:07 -07:00
Ken Renard
6642899baa
bug 1047: Multicast routes on nodes with >16 interfaces
2011-05-13 00:21:25 -07:00
Nicola Baldo
7ae478396b
wifi tx duration calculations moved from InterferenceHelper to WifiPhy
2011-05-09 22:03:43 +02:00
Mathieu Lacage
3efa74c0a5
RELEASE_NOTES, CHANGES.html
2011-04-17 14:23:18 +02:00
Mitch Watrous
1f9ea7d2ef
Make examples not be built by default
2011-04-12 14:35:16 -07:00
Mitch Watrous
a0ab62ad90
Move tests from core module to its test library and update CHANGES.html
2011-04-06 15:32:12 -07:00
Mitch Watrous
b833bd577c
Move tests from core module to its test library and update CHANGES.html
2011-04-06 12:20:27 -07:00
Nicola Baldo
5c3b10c740
PhyMac --> GenericPhy
2011-03-29 15:46:03 +02:00
Mitch Watrous
3deeb9ee26
Make test cases not return bool valuesMake all TestSuite instances be static
2011-01-17 12:53:20 -08:00
Tom Henderson
41e93b8ce4
update release notes and CHANGES.html file
2011-01-03 13:13:26 -08:00
Tom Henderson
76ad7634ec
update release notes and changes.html
2010-12-29 11:05:41 -08:00
Tom Henderson
6908fb3840
Update release notes and changelog
2010-12-23 12:40:48 -08:00
Hemanth Narra
079847d813
DSDV routing protocol
2010-12-21 22:43:06 -08:00
Tom Henderson
b792c83143
Update release notes
2010-12-20 22:05:44 -08:00
He Wu
372a9b6fe8
RV battery model and WiFi energy example
2010-12-20 15:49:12 -08:00
Josh Pelkey
a9c9977ec5
Avoid enum name collision in socket
2010-12-17 12:48:13 -05:00
Josh Pelkey
40187d0511
Add BulkSendApplication
2010-12-16 20:24:14 -05:00
Josh Pelkey
50778714b3
Implement Socket::GetSocketType
2010-12-16 20:17:50 -05:00
Gustavo J. A. M. Carneiro
be43d91ce1
Update the pyviz API description
2010-12-08 23:43:15 +00:00
Tom Henderson
261b75a3ab
Bring CHANGES.html and RELEASE_NOTES up to date
2010-12-08 14:19:44 -08:00
Dean Armstrong
0946a77009
Bug 978: Consolidate Wi-Fi MAC high functionality
...
This change reorganises the Wi-Fi MAC high classes in attempt to
reduce duplication of functionality that is required for more than one
of the MAC high models. A new class called RegularWifiMac has been
created. This derives from the abstract WifiMac, and is parent of
AdhocWifiMac, StaWifiMac, ApWifiMac, and MeshWifiInterfaceMac. The QoS
and non-QoS class variants are no longer, with a RegularWifiMac
attribute "QosSupported" allowing selection between these two modes of
operation. QosWifiMacHelper and NqosWifiMacHelper continue to work as
previously.
Updates to some regression traces are necessary because the
reorganisation has led to random number streams being initialised in
slightly different orders and thus over-the-air timing changing.
2010-12-02 07:51:34 +00:00
Tom Henderson
9ced8e59b8
bug 984: change EmuNetDevice encapsulation default to DIX
2010-11-12 11:54:45 -08:00
Tom Henderson
f7229b64f5
clarify the status of ./waf --regression removal
2010-11-08 11:36:26 -08:00
Mitch Watrous
23adf1034b
Remove regression tests from waf
2010-10-15 16:31:32 -07:00
Tom Henderson
de268675ab
Start tracking ns-3.10 changes
2010-09-01 22:17:18 -07:00
Hajime Tazaki
5c7d4c3f2f
update CHANGES.html for Bug 671
2010-08-13 16:04:16 +09:00
Gustavo J. A. M. Carneiro
01d61618d3
Add SO_BROADCAST to CHANGES.html, fix the html a bit
2010-08-10 10:55:05 +01:00
Josh Pelkey
1681471d81
release notes and changes updates
2010-08-09 14:05:48 -04:00