Commit Graph

7352 Commits

Author SHA1 Message Date
Mitch Watrous
f91c663c93 Cast some double arguments to uint64_t 2011-07-05 16:53:34 -07:00
Mitch Watrous
67409231fa Bug 1120 - NS_LOG environment variable not working with test.py 2011-07-05 13:27:30 -07:00
Gustavo J. A. M. Carneiro
47fb480276 Missing install of <module>.py files 2011-07-05 19:25:18 +01:00
Gustavo J. A. M. Carneiro
78782ea0a2 Bug 1200 - ./waf install doesn't install Python bindings properly 2011-07-05 19:16:47 +01:00
Gustavo J. A. M. Carneiro
2f907d942b Bump required pybindgen version 2011-07-05 18:53:05 +01:00
Gustavo J. A. M. Carneiro
a8810665be Rescan lte bindings 2011-07-05 18:46:56 +01:00
Gustavo J. A. M. Carneiro
1a49ef9839 Bug 1199 - waf install doesn't work on x86_64 2011-07-05 18:30:43 +01:00
Nicola Baldo
8be4368790 merge 2011-07-05 19:05:48 +02:00
Nicola Baldo
176b697d20 added support for single-freq PropagationLossModel to SpectrumChannel 2011-07-05 19:03:55 +02:00
Gustavo J. A. M. Carneiro
ec22ac15d8 Rescan wifi bindings 2011-07-05 17:51:20 +01:00
Nicola Baldo
fb456f479a fixed spurious tx bug in AlohaNoackNetDevice 2011-07-05 18:40:17 +02:00
Mitch Watrous
9f550efa92 Make wifi-phy-test be an example for wifi module 2011-07-05 09:06:45 -07:00
Gustavo J. A. M. Carneiro
993dfd600f Bug 1207 - object 'ns3-olsr--lib' was not found in uselib_local 2011-07-05 13:32:33 +01:00
Gustavo J. A. M. Carneiro
d903f32951 merge 2011-07-05 11:16:40 +01:00
Gustavo J. A. M. Carneiro
e6e9991d4f Bug 1206 - Test libraries are built but test suites are not being run in test.py 2011-07-05 11:05:53 +01:00
Ruben Merz
bf2fb045e3 Fix typo in ns-3-click example 2011-07-04 22:53:11 +02:00
Gustavo J. A. M. Carneiro
681bd950be Bug 1174 - Ns-3 does not generate static libraries 2011-07-03 12:01:29 +01:00
John Abraham
cae6446d9e Refresh AODV regression test pcaps 2011-06-30 17:56:18 -04:00
John Abraham
2c1ff505a7 Bug 1194 - Incorrect RERR processing 2011-06-30 11:52:11 -04:00
John Abraham
720f567e6b Bug 1193 - Hello timers scheduling skewed when RREP, RREQ are processed 2011-06-30 11:35:15 -04:00
Tom Henderson
2e2d0691c1 Fix stale links from doxygen main page 2011-06-29 20:55:34 -07:00
Mitch Watrous
d9f67dd4fd Don't print modules list when running programs 2011-06-29 13:29:53 -07:00
Nicola Baldo
434aa11432 [bug 1196] support for eps figures 2011-06-28 11:42:50 -07:00
Tom Henderson
02a767d9de add visualizer module to some wifi example wscripts 2011-06-28 11:06:44 -07:00
Ruben Merz
eba4bec44d Click file modifications to reflect on Click changes to FromSimDevice argument order 2011-06-28 19:04:37 +01:00
Tom Henderson
9240554b0f update CHANGES.html and RELEASE_NOTES for new release cycle 2011-06-28 10:26:07 -07:00
Tom Henderson
7264771d92 bug 1201 - connecting UDP sockets (reported by Steve Marotta) 2011-06-28 10:04:42 -07:00
Gustavo J. A. M. Carneiro
9b3579f115 Bug 1175 postfix: only enable vnum if the VERSION matches x.y(.z) dotted number format 2011-06-27 14:55:11 +01:00
Gustavo J. A. M. Carneiro
a7faefb63e Bug 1175 - the shared libraries is not versioned, based on patch by YunQiang Su 2011-06-26 13:40:27 +01:00
Lalith Suresh
d5d6910547 Typo in first.cc 2011-06-24 16:08:55 +01:00
Mitch Watrous
337823af80 Bug 1195 - basic-data-calculators-test-suite.cc should use NS_TEST_ASSERT_MSG_EQ_TOL 2011-06-23 15:11:48 -07:00
Tommaso Pecorella
f0e5f2952b merge 2011-06-23 22:10:42 +02:00
Mitch Watrous
7678ec1394 Miscellaneous fixes to Tutorial 2011-06-23 12:41:51 -07:00
Tommaso Pecorella
681c4720e1 Bug 1102: IPv4 fragment offset 2011-06-23 00:08:47 +02:00
Mitch Watrous
4965f16855 Bug 1171 - need to generate doxygen automatically for conditionally compiled components 2011-06-17 15:18:30 -07:00
Mitch Watrous
0c1ba376e8 Bug 1192 - Some test cases fail to clean up properly (missing DoTeardown) 2011-06-17 15:04:44 -07:00
Mitch Watrous
d7296dd2bd Fix Bug 1191 again and turn Python bindings wiki into manual chapter 2011-06-17 13:36:07 -07:00
Lalith Suresh
af3cd38233 Add Click download link to model documentation 2011-06-16 19:42:39 +01:00
Mitch Watrous
a8f431f5af Bug 1191 - Test does not build: signed-unsigned mismatch 2011-06-16 09:05:10 -07:00
Tom Henderson
5b90ecc662 Fix LogNormalVariable distribution documentation 2011-06-14 21:16:34 -07:00
Mitch Watrous
b58b01e4ff Make click module not be built if not appropriate 2011-06-14 12:38:29 -07:00
Mitch Watrous
1dbf366243 Make statistical framework wiki be chapter in model library document 2011-06-09 10:21:53 -07:00
Mitch Watrous
4f72e28789 Add test suite for stats module 2011-06-08 11:45:38 -07:00
Mitch Watrous
2975c66c68 Bug 1123 - Class MinMaxAvgTotalCalculator does not implement all the methods in its interface 2011-06-08 11:42:04 -07:00
Mitch Watrous
df24dabd30 Handle extra relative paths for ns3tcp and ns3wifi modules 2011-06-03 10:54:07 -07:00
Mitch Watrous
3c4a471820 Fix paths for ns3tcp and ns3wifi modules 2011-06-03 09:11:33 -07:00
Gustavo J. A. M. Carneiro
3d1af4c887 Rescan internet module api 2011-06-03 11:41:43 +01:00
Mitch Watrous
dc70e3c82d Make ns3tcp and ns3wifi modules really not be built if not appropriate 2011-06-02 09:21:24 -07:00
Kirill Andreev
47c04c715a Mesh: Bug 1141 - MeshWifiInterfaceMac adds the supported modes to the wrong remote station: fixed 2011-06-02 19:47:36 +04:00
Kirill Andreev
9e1dd179fc Mesh: Bug 1033 - airtime-metric: fixed 2011-06-02 19:45:03 +04:00