Commit Graph

7152 Commits

Author SHA1 Message Date
Tom Henderson
1f878787fc fix documentation nit 2011-05-10 21:29:25 -07:00
Andrea Ranieri
eb41ad47c2 Bug 1131: Ipv4L3Protocol::RemoveAddress () does not remove correct address 2011-05-10 21:13:39 -07:00
Mitch Watrous
c088777e03 Fix doxygen groups for some new modules 2011-05-10 17:56:47 -07:00
Mitch Watrous
242bad5242 Fix even more paths in the documentation 2011-05-10 13:41:04 -07:00
Mitch Watrous
a861a19dbc Fix more paths in the documentation 2011-05-10 11:09:17 -07:00
Gustavo J. A. M. Carneiro
e8a2d1f6d5 pyviz: autoscale_view does nothing if there are no nodes 2011-05-10 14:42:20 +01:00
Mitch Watrous
22efca3d83 Rescan wifi's bindings and fix some paths in the documentation 2011-05-09 18:04:52 -07:00
Tommaso Pecorella
7d42502a16 bug 1133: fix DSDV GetSettlingTime 2011-05-10 00:07:19 +02:00
Nicola Baldo
7ae478396b wifi tx duration calculations moved from InterferenceHelper to WifiPhy 2011-05-09 22:03:43 +02:00
Nicola Baldo
041b7f3341 run check-style.py on src/spectrum 2011-05-07 22:05:29 +02:00
Nicola Baldo
d2165cf81a run check-style.py on src/wifi 2011-05-07 21:49:46 +02:00
Mitch Watrous
e0c73e34f2 Fix an example dependency problem and fix some paths in the documentation 2011-05-06 13:21:20 -07:00
Nicola Baldo
8059489a88 doxygen wifi module grouping all wifi classes 2011-05-06 18:34:24 +02:00
Nicola Baldo
316456075b generic wifi doc only in manual 2011-05-06 18:31:42 +02:00
Mitch Watrous
ccda4f247a Fix module names in documentation 2011-05-06 08:38:41 -07:00
Tom Henderson
5e24c1491a bug 1126: fix uninitialized variables 2011-05-05 21:29:34 -07:00
Mitch Watrous
6e35327e30 Improve comments for template module 2011-05-05 10:36:26 -07:00
Mitch Watrous
b17a6f8332 Create a template module 2011-05-04 20:02:57 -07:00
John Abraham
d2b0ca8338 csma-layout code-style changes 2011-05-04 15:11:58 -07:00
John Abraham
0d2dc2c43d Point-to-point-layout code-style changes 2011-05-04 15:11:13 -07:00
Mitch Watrous
d2ba81f69c Make modules no longer be enabled from waf build 2011-05-04 11:20:20 -07:00
Andrea Sacco
575a1f4b05 UAN module code style cleanup 2011-05-04 17:26:02 +02:00
Nicola Baldo
f345f9e983 renamed spectrum-value-test.h --> spectrum-test.h 2011-05-04 16:45:09 +02:00
Nicola Baldo
eb51d3b9bc refined spectrum-value test after bug 1122 fix 2011-05-04 16:34:03 +02:00
Gustavo J. A. M. Carneiro
b581319f9c pyviz: display ipv6 addresses in the node tooltips 2011-05-04 15:28:55 +01:00
Mathieu Lacage
0731a3bdf9 someone forgot to initialize minrto 2011-05-04 15:29:52 +02:00
Mitch Watrous
d9f9c171e0 Make more Python examples use new modular bindings 2011-05-03 14:00:47 -07:00
Nicola Baldo
3a43783963 fixed Bug 1122 - spectrum-value test should check tolerance on a per-value basis 2011-05-03 12:26:55 +02:00
Mathieu Lacage
5dc857e7bd merge with HEAD 2011-05-03 11:39:31 +02:00
Mathieu Lacage
ef666c6a8b use the right macros to avoid un-needed code. DO NOT USE int values for bool. 2011-05-03 11:38:15 +02:00
Mathieu Lacage
755f4aa15b use the right macros to avoid un-needed code. remove slashes in names. 2011-05-03 11:37:21 +02:00
Mathieu Lacage
2281fc0180 avoid the use of nested NS_TEST_ calls 2011-05-03 11:30:58 +02:00
Mathieu Lacage
b25ef1633d kill dead code 2011-05-03 11:23:51 +02:00
Mathieu Lacage
5fee8063bc do not dump stuff on std::cout during tests 2011-05-03 11:23:11 +02:00
Mathieu Lacage
9de9b1b10d typo in Teardown method name 2011-05-03 11:22:20 +02:00
Mathieu Lacage
c803b08135 improve test output upon failure 2011-05-03 11:21:50 +02:00
Mathieu Lacage
4a484cdfd5 convert from old test API 2011-05-03 11:19:03 +02:00
Mathieu Lacage
34211bb68e improve test output upon failure 2011-05-03 11:18:41 +02:00
Mathieu Lacage
dd5f401539 do not log output on std::cout 2011-05-03 11:18:09 +02:00
Mathieu Lacage
967d2abf5c do not log debug output on std::cout 2011-05-03 11:17:35 +02:00
Mathieu Lacage
f609bc4fd2 do not dump debug out on std::cout 2011-05-03 11:16:58 +02:00
Mathieu Lacage
386a2745dd remove / in name 2011-05-03 11:16:39 +02:00
Flavio Kubota
47cd766322 WiMAX code style patch 2011-05-03 01:08:21 -03:00
Mitch Watrous
e536a8efef Make Python examples use new modular bindings without importing everything 2011-05-02 17:17:09 -07:00
Lalith Suresh
fa59efdf02 Click module coding style cleanup 2011-05-02 16:24:20 +01:00
Mathieu Lacage
290b704d86 typo caught by gcc 4.6.0 reported by John Abraham 2011-05-02 08:47:57 +02:00
Mathieu Lacage
b13096fc68 remove csma star example that was moved to csma-star module. 2011-05-02 08:47:29 +02:00
John Abraham
4a6ebd22e8 Bug 1105 Move topology helpers to separate per-device modules. Module "test" has linker errors specifically in darwin machines 2011-05-01 07:22:25 -07:00
Mitch Watrous
e795aaedb2 Make Python examples use new modular bindings 2011-04-29 16:59:33 -07:00
Mitch Watrous
b07af8359b Make built modules list not be printed for clean and distclean 2011-04-29 12:10:45 -07:00