Commit Graph

6655 Commits

Author SHA1 Message Date
Tom Henderson
f1fee377ec fix modularity issue with core module 2010-11-08 12:02:43 -08:00
Tom Henderson
6a74375bb8 hello-simulator.cc depends on core module 2010-11-08 11:38:12 -08:00
Tom Henderson
f7229b64f5 clarify the status of ./waf --regression removal 2010-11-08 11:36:26 -08:00
Josh Pelkey
74c9606a9c add includes for mpi build 2010-11-01 12:23:07 -04:00
Tom Henderson
f853acc998 rescan bindings 2010-10-27 21:19:12 -07:00
Gustavo J. A. M. Carneiro
cb32fb77be Missing ipv4-global-routing-helper.h include 2010-10-27 12:05:40 +01:00
Gustavo J. A. M. Carneiro
881e0a6655 Module layout rework for static-routing, list-routing, global-routing 2010-10-26 18:02:17 +01:00
Gustavo J. A. M. Carneiro
0edf3776b3 When a module is disabled, remove xxx-module.h and module header files from build/variant/ns3 2010-10-26 15:11:17 +01:00
Gustavo J. A. M. Carneiro
df9b164e5c Missing deps 2010-10-26 15:10:23 +01:00
Quincy Tse
6ff0af384f closes bug 993 2010-10-26 14:16:10 +02:00
Nicola Baldo
6e351878ed closes bug 1015 2010-10-26 14:03:17 +02:00
Nicola Baldo
5fc4f93117 documented enum WifiPhyStandard 2010-10-26 13:47:48 +02:00
Gustavo J. A. M. Carneiro
186bfa67fb Fix the paths to examples in test.py 2010-10-25 22:47:46 +01:00
Gustavo J. A. M. Carneiro
f99cbd7ebc One more stop to fixing --enable-modules 2010-10-25 22:21:50 +01:00
Gustavo J. A. M. Carneiro
72689da5c2 Fix some examples, broken after bridge/olsr reorganization 2010-10-25 21:43:38 +01:00
Gustavo J. A. M. Carneiro
94e8a36329 (missing from last commit) 2010-10-25 21:27:03 +01:00
Gustavo J. A. M. Carneiro
44b71a7d54 Revive the option --enable-modules from bit-rot; however it won't yet work in practice due to dependencies not declared and non-modular python bindings 2010-10-25 18:17:12 +01:00
Gustavo J. A. M. Carneiro
f3454c3e75 Remove cygwin waf bug workaround, it has been fixed long ago 2010-10-25 17:44:09 +01:00
Gustavo J. A. M. Carneiro
5745a8d18c Convert the virtual-net-device module to the new layout 2010-10-25 15:13:44 +01:00
Gustavo J. A. M. Carneiro
69e9c73ab8 Convert the bridge module to the new layout 2010-10-25 15:00:28 +01:00
Gustavo J. A. M. Carneiro
5f80a82a35 Convert the olsr module to the new module layout 2010-10-25 14:43:02 +01:00
Gustavo J. A. M. Carneiro
85dcd9f887 Fix the flowmon example path in test.py 2010-10-25 12:56:26 +01:00
Gustavo J. A. M. Carneiro
91f3abaa48 flow-monitor-helper.h is no longer part of the helper module 2010-10-23 12:50:24 +01:00
Gustavo J. A. M. Carneiro
58a17e5fae Adapt the flow-monitor module to the new module tree layout spec. 2010-10-22 17:18:49 +01:00
Gustavo J. A. M. Carneiro
2c3abc0bac Add example python script to parse Flow Monitor XML results. 2010-10-22 14:59:56 +01:00
Egemen K. Cetinkaya
94579d0e70 Fix comments on matrix-topology example 2010-10-19 22:03:30 -07:00
Tom Henderson
9dd80eaf7b fix optimized build 2010-10-19 21:58:13 -07:00
Egemen K. Cetinkaya
2307785176 Matrix topology example program 2010-10-18 22:02:03 -07:00
Tom Henderson
d230dcfdbf fix valgrind issue in new global-routing test 2010-10-16 15:07:03 -07:00
Mitch Watrous
2a9627bc2b Remove regression tests from waf 2010-10-15 16:36:40 -07:00
Mitch Watrous
23adf1034b Remove regression tests from waf 2010-10-15 16:31:32 -07:00
Tom Henderson
b892b53ca7 bug 1005: GetSocket() methods for OnOffApplication and PacketSink 2010-10-15 12:53:05 -07:00
Tom Henderson
a150a33b55 Improve documentation for propagation loss models 2010-10-15 12:51:18 -07:00
Tom Henderson
237f95e7cf bug 1007: remove Wifi dependency from propagation-loss-model-test-suite.cc 2010-10-15 12:50:51 -07:00
Mitch Watrous
50cf7a1641 Fix verbose parameter specifications 2010-10-11 16:03:38 -07:00
Mitch Watrous
fb065d9693 Fixed problems due to missing NSC. 2010-10-08 10:01:00 -07:00
Tom Henderson
6d8cbd3edf fix csma-packet-socket.cc comments 2010-10-08 09:43:42 -07:00
Tom Henderson
692a88b61c merge two heads 2010-10-08 09:38:54 -07:00
Salva Climent
ed764ec96f Bug 990 - Error with an NS_ASSERT at uan-phy-gen.cc 2010-10-05 22:48:54 -07:00
Tom Henderson
709d578f2d update RELEASE_NOTES 2010-10-05 01:33:25 -07:00
Tom Henderson
39b60cdc2f add mobility model test suite with more waypoint mobility model tests 2010-10-05 01:28:49 -07:00
Phillip Sitbon
c1ceb7dada bugs 892 and 893: waypoint mobility model initial SetPosition() handling and LazyNotify attribute 2010-10-05 01:26:15 -07:00
Tom Henderson
b9274e8ff7 Fix outdated documentation 2010-10-01 16:54:10 -07:00
Quincy Tse
ddeed27793 Bug 992 - Unusual (possibly incorrect assertion) in Packet::Deserialize 2010-09-29 17:14:39 -04:00
Jens Mittag
2f4defe975 Extension of method Enum::MakeEnumChecker() to accept more parameters 2010-09-29 14:37:52 +02:00
Sam Jansen
ea7b334d42 Fix bug980: nsc library not detected 2010-09-22 12:42:07 -07:00
Josh Pelkey
ae451b7ae1 Bug 994 - PointToPointGridHelper useless if clauses 2010-09-16 15:50:59 -04:00
Tom Henderson
06f22619ed fix small typo 2010-09-15 20:43:31 -07:00
Mirko Banchi
b24a67571b Bug 981: use a cache to keep track of received MPDUs under block ack 2010-09-12 14:35:26 +02:00
Mirko Banchi
613fabd554 Add BlockAckCache class 2010-09-12 14:27:31 +02:00