Commit Graph

9715 Commits

Author SHA1 Message Date
Brian Swenson
cd6f68ba0a Documentation 2013-04-22 15:57:07 -04:00
Tom Henderson
87928cdfcd fix valgrind error 2013-04-21 21:04:29 -07:00
Nicola Baldo
a1ca5ae43b more meaninfgul default parameters for the adhoc-aloha-ideal-phy-matrix-propagation-loss-model example 2013-04-21 21:44:54 +02:00
Edvin Močibob
aff43b376b Further work on cleaning up function logging of wifi module. 2013-04-20 16:56:38 +02:00
Kristijan Lenković
32e9fe59bd Further work on cleaning up function logging of internet module. 2013-04-20 16:49:31 +02:00
Tommaso Pecorella
1c0d6edb8d bug 1635 - wifi-phy-test missing Simulator::Destroy 2013-04-20 14:57:59 +02:00
Mitch Watrous
b72c268305 Update Python bindings 2013-04-19 17:17:35 -07:00
Vedran Miletić
5b6db3ec12 Update manual with Start/DoStart to Initialize/DoInitialize change 2013-04-20 00:39:11 +02:00
Vedran Miletić
59d75a4686 Update tutorial with Start/DoStart to Initialize/DoInitialize change 2013-04-20 00:36:39 +02:00
Edvin Močibob
1962e78524 Partially clean up function logging of wifi module. 2013-04-20 00:30:06 +02:00
Kristijan Lenković
7e79ae8c71 Partially clean up function logging of internet module. 2013-04-20 00:29:36 +02:00
Vedran Miletić
53ec6a479e Rename Start and DoStart methods to Initialize and DoInitialize
The goal of this patch is to allows us to differentiate the Start/Stop
functionality present in some classes from Initialize/Dispose functionality.
2013-04-19 22:39:55 +02:00
Anh Nguyen
14506d5d6e Add BurstErrorModel class 2013-04-19 12:58:25 -07:00
Brian Swenson
0dc496c3bf RTT Estimator Test Code 2013-04-19 14:52:17 -04:00
Nicola Baldo
31bbdfaa06 fixed TCP app start time in lena-dual-stripe 2013-04-19 19:36:20 +02:00
Nicola Baldo
898e505917 fixed another module dependency in examples/tcp/wscript 2013-04-19 19:35:23 +02:00
Tommaso Pecorella
f195a9749f Bug 1601 RttEstimator doesn't set m_currentEstimatedRtt fix 2013-04-19 12:18:00 -04:00
Anh Nguyen
0ea5de1d3d Westwood and Westwood+ test response vectors 2013-04-19 11:50:31 -04:00
Anh Nguyen
2000b34287 Westwood and Westwood+ 2013-04-18 15:57:07 -04:00
Tommaso Pecorella
dfc8ac57cc Bug 1626 - Ipv6-only network can't use UDP or TCP 2013-04-18 21:14:10 +02:00
Tom Henderson
b26bf2f89c add virtual destructor 2013-04-14 21:23:56 -07:00
Andrew Stanton
e06ea97140 Bug 1615 - Adjusting OLSR HelloInterval Attribute Results in No Links 2013-04-14 22:32:21 +02:00
Vedran Miletić
6919cef0b3 Backed out changeset e1e45baa7046, adding comment to log.cc to prevent confusion 2013-04-13 14:33:02 +02:00
Vedran Miletić
e5cd4dbd4e Remove extra whitespace in some LogLevel labels 2013-04-13 13:44:13 +02:00
Tom Henderson
bc8f57b261 rescan lte bindings 2013-04-12 14:58:45 -07:00
Tom Henderson
b915879b60 merge lena head with ns-3-dev head 2013-04-12 11:42:20 -07:00
Hajime Tazaki
705e004083 update RELEASE_NOTES for pybindgen update 2013-04-13 00:04:21 +09:00
Hajime Tazaki
e950cf14c4 Bug 1623 - pybindgen rev809 is not able to build after Ubuntu 1210
update pybindgen version to rev825:
https://code.launchpad.net/~gjc/pybindgen/trunk
2013-04-12 21:36:45 +09:00
Nicola Baldo
25e4cdd44a merge 2013-04-09 11:21:32 +02:00
Tom Henderson
89e67bbb33 update python bindings 2013-04-08 12:48:36 -07:00
Marco Miozzo
b0f38b1426 merge 2013-04-08 16:31:35 +02:00
Marco Miozzo
5e3ea98a77 Bug-fix: missing conversion from PSD to linear power of RS in RSRP PHY traces evaluation 2013-04-08 16:30:55 +02:00
Marco Miozzo
e3314476d3 Bug-fix: initialization missing for evaluating SINR in PHY Traces 2013-04-08 16:27:42 +02:00
Yufei Cheng
5ed895c05b bug 1608: DSR network ack and bug 1609: DSR route request table 2013-04-08 07:26:20 -07:00
Nicola Baldo
ea6468786d fixed Bug 1576 - Frequency units HERTZ & MEGAHERTZ mix up 2013-04-08 11:54:22 +02:00
Nicola Baldo
f51e3a6502 merge 2013-04-07 23:15:04 +02:00
Dizhi Zhou
900e65959d Solve FDTBFQ, TDTBFQ uninitialized variables 2013-04-07 17:51:56 -03:00
Nicola Baldo
b2b1bdaad6 merge 2013-04-06 18:58:56 +02:00
Nicola Baldo
86fad498bd minor update to antenna docs 2013-04-06 18:51:08 +02:00
Nicola Baldo
01c8b6d832 merge 2013-04-06 18:32:53 +02:00
Nicola Baldo
c7aaebd977 re-applied variable test scope for PSS, TDTBFQ and FDTBFQ LTE scheduler tests 2013-04-06 18:31:04 +02:00
Nicola Baldo
744f1fbcf3 re-applied again fix for bug 1532 - unimplemented LTE Scheduler methods 2013-04-06 18:15:27 +02:00
Nicola Baldo
77db8bedb8 fix again #include <ns3/math.h> in updated GSoC 2012 LTE schedulers 2013-04-06 18:10:56 +02:00
Vedran Miletić
44e8b40ac9 Rename SequenceNumber TestSuite to sequence-number for consistency 2013-04-06 17:54:20 +02:00
Hajime Tazaki
4c6177b671 update release note for Bug 1409 and Bug 1612 2013-04-06 23:24:25 +09:00
Hajime Tazaki
792e59bf38 Bug 1409: Add an attribute "SystemId" to configure the ID for MPI 2013-04-06 23:08:13 +09:00
Hajime Tazaki
346a725240 Bug 1612 - pyviz (visualizer) will not be installed 2013-04-06 23:08:12 +09:00
Vedran Miletić
41cc7abc1e Update release notes about Waf and create-module.py changes 2013-04-06 15:05:18 +02:00
Vedran Miletić
b656a0cab7 Introduce compound name for static TestSuite declaration and be stricter about allowed module name 2013-04-06 14:58:48 +02:00
Dizhi Zhou
103cf1e732 Update PSS, FDTBFQ, TDTBFQ's code and testcases 2013-04-05 21:05:55 -03:00