Commit Graph

5125 Commits

Author SHA1 Message Date
Tom Henderson
3102c800d7 create propagation module; move files from common module 2011-01-28 14:11:21 -08:00
Tom Henderson
60e999cf12 Move packet info tag code to internet-stack, due to test dependencies 2011-01-28 12:55:16 -08:00
Tom Henderson
ef66a5e048 remove Packet Info Tag test dependence on CsmaNetDevice 2011-01-28 12:09:55 -08:00
Mitch Watrous
3363c1fcc5 Make helper module explicitly depend on node and mobility modules 2011-01-27 10:58:44 -08:00
Hajime Tazaki
cbb5488db6 Make node module not depend on helper module 2011-01-26 14:54:45 -08:00
Mitch Watrous
c3e957e912 Remove dependence on node and helper for waypoint-mobility-model test 2011-01-26 13:46:25 -08:00
Tom Henderson
15916444e3 Remove dependence on node and helper for steady-state-rwp-mobility-model test 2011-01-26 12:23:13 -08:00
Tom Henderson
6f7c7a3859 bugfix: CsmaNetDevice ErrorModel not discarding packet (reported by Rafal Mielniczuk) 2011-01-26 09:53:49 -08:00
Andrea Sacco
e172dd6ffe Fixed UanHelper documentation 2011-01-26 10:46:43 +01:00
Andrea Sacco
c5dc2d552c Fixed UanPhyGen::IsStateBusy method bug 2011-01-25 19:42:58 +01:00
Mitch Watrous
1d194ada5c Fix simulator waf problem when real time is not enabled 2011-01-24 09:49:57 -08:00
Mitch Watrous
617664dd49 Bug 1019: common --> node --> common circular dependency 2011-01-20 13:28:38 -08:00
Mitch Watrous
c5b17c156d Make core module not depend on simulator module 2011-01-19 10:51:11 -08:00
Mitch Watrous
3deeb9ee26 Make test cases not return bool valuesMake all TestSuite instances be static 2011-01-17 12:53:20 -08:00
Mitch Watrous
f67a639728 Make all TestSuite instances be static 2011-01-10 15:55:29 -08:00
Tom Henderson
882ee51a41 remove stale doxygen and comments pertaining to TCP 2011-01-03 15:51:55 -08:00
Tom Henderson
1a631d1676 make destructor virtual 2010-12-31 19:44:45 -08:00
Tom Goff
df4d0ece70 bug 903: TapBridge doesn't close cleanly 2010-12-30 14:19:48 -08:00
Andrea Sacco
7192749311 UAN energy model test 2010-12-30 12:17:30 -08:00
Tom Henderson
b09e05fbfc don't update model state from a DoDispose() method 2010-12-30 12:17:00 -08:00
Tom Henderson
2eb811f9f1 fix TcpSocketBase::RecvFrom() 2010-12-30 11:16:35 -08:00
Tom Henderson
ef2941417d bug 1029: fix endian issue in v4ping.cc 2010-12-30 11:09:57 -08:00
Tom Henderson
6ecdd39227 more verbose assert message when MTU exceeded 2010-12-29 10:14:43 -08:00
Tom Henderson
a944a984ae work around signed integral promotion 2010-12-28 18:37:09 -08:00
Flavio Kubota
aed7de153b Bug 1025: wimax-ipv4 script exists with signal SIGSEGV when nbSS>20 2010-12-28 22:25:20 -02:00
Flavio Kubota
6112f4cc33 Bug 995: Useless (possibly incorrect) comparison of unsigned int 2010-12-28 22:24:26 -02:00
Flavio Kubota
4eaecca5ee Bug 985: WiMAX Invalid management message type on wimax-simple 2010-12-28 22:23:38 -02:00
Flavio Kubota
a23f3761d6 Bug 953: WiMAX channel scanning overflow 2010-12-28 22:22:52 -02:00
Andrea Sacco
3393499ccd bug 1012: Thorp propagation model bug 2010-12-23 11:39:47 -08:00
Tom Henderson
4384941372 bug 967: decouple Ipv4L4Protocols from Ipv4L3Protocol::Send() via a new callback 2010-12-23 11:32:36 -08:00
Tom Henderson
51ba7112a1 fix implicit conversion issues in LTE model 2010-12-22 16:19:42 -08:00
Gustavo J. A. M. Carneiro
b5cc8b68e8 Adapt pyviz to wifi module api change 2010-12-22 12:23:56 +00:00
Hemanth Narra
079847d813 DSDV routing protocol 2010-12-21 22:43:06 -08:00
Andrea Sacco
f1e1c21bbe Energy support for UAN module and Li-Ion energy model 2010-12-21 21:44:11 -08:00
Tom Henderson
23cba49ee7 fix valgrind issue with lte-bearer test 2010-12-21 16:13:14 -08:00
Giuseppe Piro
26ad3245ad merged with ns-3-dev 2010-12-21 17:46:35 +01:00
Giuseppe Piro
2784cc3015 changed files name 2010-12-21 17:39:54 +01:00
Giuseppe Piro
9f4ddd4c06 fixed valgrind errors and files name 2010-12-21 17:34:28 +01:00
Nicola Baldo
db2c435f42 lte examples now passing valgrind tests 2010-12-21 13:55:25 +01:00
Tom Henderson
48e8a5404c [bug 947] Pretty-print IPv4 routing tables (patch originated by Hemanth Narra) 2010-12-20 16:34:59 -08:00
He Wu
372a9b6fe8 RV battery model and WiFi energy example 2010-12-20 15:49:12 -08:00
Giuseppe Piro
77fdfdb879 fixed some valgrind errors 2010-12-20 17:12:50 +01:00
Tom Henderson
78935c36d4 fix valgrind warnings for new TCP code 2010-12-19 21:57:21 -08:00
Tom Henderson
c56da284b3 Update TCP regression tests 2010-12-17 21:07:57 -08:00
Josh Pelkey
da85b34487 merge new TCP code 2010-12-17 13:57:22 -05:00
Josh Pelkey
a9c9977ec5 Avoid enum name collision in socket 2010-12-17 12:48:13 -05:00
Josh Pelkey
40187d0511 Add BulkSendApplication 2010-12-16 20:24:14 -05:00
Josh Pelkey
50778714b3 Implement Socket::GetSocketType 2010-12-16 20:17:50 -05:00
Yoshihiko Yazawa
f7a07c499c First data packet is sent to bad route 2010-12-14 21:55:34 -08:00
Yoshihiko Yazawa
5fc05d2688 Route loop is made from RREQ 2010-12-14 21:52:43 -08:00