Mathieu Lacage
0e8b2225af
bring back Next since it is used internally
2012-03-28 09:02:14 -04:00
Tom Henderson
9e060ffa10
update aodv regression traces perturbed by changeset 19174ba45009
2012-03-27 13:39:18 -07:00
Tom Henderson
79fd9587d8
repair broken nsc workaround that was uncovered by the fix in changeset 62dee74123ca
2012-03-27 12:05:02 -07:00
Alexander Afanasyev
87cdd324d6
visualizer: Add optional name to the Node tooltip
...
If Names::Add was previously specified, then it will be used in the tooltip.
---
src/visualizer/visualizer/core.py | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
2012-03-26 17:31:32 +01:00
Gustavo J. A. M. Carneiro
44d30f6ea9
Make pyviz build again
2012-03-26 17:30:12 +01:00
Tom Henderson
63a4034b10
rescan mpi bindings
2012-03-26 06:56:08 -07:00
Tom Henderson
a182a722c0
rescan core bindings
2012-03-26 06:04:54 -07:00
Mathieu Lacage
7bad629683
bug 603: Simulator::Next is useless
2012-03-26 08:02:24 -04:00
Nicola Baldo
11791909fb
fixed bandwidth param in lena-dual-stripe
2012-03-26 13:40:35 +02:00
Nicola Baldo
50c6c2929f
don't generate bearer stats files when stats are inactive
2012-03-26 13:09:35 +02:00
Mathieu Lacage
a3b21502c1
bug 631: RealtimeSimulatorImpl does not handle Ctrl-C with python bindings
2012-03-26 06:18:00 -04:00
Mathieu Lacage
db064e1f69
bug 1000: Make RealtimeSimulatorImpl last until stop
2012-03-26 06:13:16 -04:00
Tommaso Pecorella
9691d018e8
Add SendIcmpv6Redirect attribute to Ipv6L3Protocol
2012-03-25 14:26:45 +02:00
Tommaso Pecorella
3f4871451f
Bug 1395 - AODV DeferredRouteOutputTag missing constructor
2012-03-25 13:45:55 +02:00
Nicola Baldo
e28017e76a
lte module coding style issues pointed out by Mathieu
2012-03-24 11:21:20 +01:00
Marco Miozzo
67f8594f5b
Bug-fix tx mode gain exchange from LteUePhy and LteSpectrumPhy
2012-03-23 11:36:49 +01:00
Marco Miozzo
b1ca374571
merge
2012-03-22 18:27:46 +01:00
Marco Miozzo
e82f5e6e39
Add MIMO model, test and documentation
2012-03-22 18:16:01 +01:00
Marco Miozzo
b6ffc52538
Add referecences of Buildings module
2012-03-22 18:14:08 +01:00
Nicola Baldo
3118a9140a
MultiModelSpectrumChannel working with LTE
2012-03-21 18:16:31 +01:00
Nicola Baldo
f430d350b5
kill some dead code
2012-03-21 10:21:35 +01:00
Nicola Baldo
e212d3888b
lena-dual-stripe with multiple macro sites and multiple femto blocks
2012-03-20 18:38:47 +01:00
Nicola Baldo
ed3d8d9a67
added LteHexGridEnbTopologyHelper
2012-03-20 18:34:19 +01:00
Nicola Baldo
5fe6a0a943
added SameRoomPositionAllocator
2012-03-20 18:33:42 +01:00
Nicola Baldo
2f9a000054
memory-efficient RadioEnvironmentMapHelper
2012-03-20 18:02:56 +01:00
Nicola Baldo
b2626adc22
merge ns-3-antenna with ns-3-lena-dev
2012-03-19 17:43:38 +01:00
Nicola Baldo
951a9c1513
added parabolic antenna model
2012-03-19 17:40:53 +01:00
Nicola Baldo
641d20df12
fixed doxygen of CosineAntennaModel
2012-03-19 17:40:12 +01:00
Tommaso Pecorella
5481a7ddaf
Enhancement 1393 - IPv6 Routing Helper RT Print functions
2012-03-17 23:23:56 +01:00
Gustavo J. A. M. Carneiro
6e252ada40
Bug 1362 - ICMPv6 does not forward ICMPs to upper layers
2012-03-21 18:51:55 +01:00
Mathieu Lacage
3f9ddebd87
merge
2012-03-23 23:51:29 -07:00
Mathieu Lacage
cb11c5b5a7
rescan
2012-03-23 23:50:52 -07:00
Gustavo J. A. M. Carneiro
ccba6ba4f7
Add a --disable-gtk option, to make it easier to run valgrind
2012-03-23 16:05:52 +00:00
Tom Goff
8bc5c5294d
bug 1000: typo in FlushStreams
2012-03-23 04:33:02 -04:00
Mathieu Lacage
1dc29395b8
merge with HEAD
2012-03-23 08:38:57 +01:00
Mathieu Lacage
617c57a450
Handle the case where '*' is used against the name of an attribute in a configuration path
2012-03-23 07:38:42 +01:00
Mathieu Lacage
2e0ea381c6
use new API
2012-03-22 15:09:40 -04:00
Mathieu Lacage
d9458c20b7
use the API enabled by alina's latest patch
2012-03-22 15:09:23 -04:00
Mathieu Lacage
9cd0b327af
merge with HEAD
2012-03-22 19:38:33 +01:00
Alina Quereilhac
efe4c2ed68
Finally enable a thread-safe ScheduleWithContext
2012-03-22 18:05:13 +01:00
Alina Quereilhac
ef36bcce9e
add API to know which thread we are in
2012-03-22 15:33:56 +01:00
Mathieu Lacage
87309ec7f0
remove abstraction that is going to be broken
2012-03-22 15:27:50 +01:00
Mathieu Lacage
1b38d7634f
kill unused code
2012-03-22 15:01:45 +01:00
Tommaso Pecorella
4feb104b86
Bug 1351 (1333) - RttEstimator class bugfix, documentation improvements and code cleanup
2012-03-21 18:50:03 +01:00
Tommaso Pecorella
3ef1c7c0ba
Bug 1304 - (temporary fix) Tag information changed after transmission
2012-03-20 21:21:14 +01:00
Mitch Watrous
50e4280559
Bug 1313 - Stddev (average.h) returning NaN
2012-03-20 09:50:51 -07:00
Tom Henderson
e8496ef7ea
update tutorial per bug 843 changes (tutorial-pt version)
2012-03-19 10:54:22 -07:00
Rohit Agarwal
c47c85d8e5
update tutorial per bug 843 changes
2012-03-19 10:43:13 -07:00
Tom Henderson
0119cec1dc
small typo in callbacks chapter
2012-03-19 10:42:21 -07:00
John Abraham
c1f856562b
NetAnim: missing quotes
2012-03-19 15:42:57 -07:00