Commit Graph

9295 Commits

Author SHA1 Message Date
Tom Henderson
89e67bbb33 update python bindings 2013-04-08 12:48:36 -07: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
86fad498bd minor update to antenna docs 2013-04-06 18:51:08 +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
Nicola Baldo
d0f70a008d fixed a module dependency in examples/tcp/wscript 2013-04-05 17:31:44 +02:00
Vedran Miletić
f90477b203 Fix INCLUDE_GUARD for helper in create-module.py 2013-04-05 13:54:36 +02:00
Vedran Miletić
ec787b2d61 Fix capitalize in create-module.py for module name containing dash 2013-04-05 13:47:01 +02:00
Vedran Miletić
4acc107d97 Clean up function logging of energy module. 2013-04-04 22:25:44 +02:00
Vedran Miletić
3f41bbf326 Add proper license header to simple-device-energy-model.{h,cc} 2013-04-04 21:35:09 +02:00
Alina Quereilhac
fad8e79116 add documentation for fd-net-device module 2013-04-02 22:16:05 +02:00
Alexander Afanasyev
0e169c157f Fix Python bindings and openflow for waf 1.7.10 upgrade and take care about boost requirements globally 2013-04-01 22:34:50 +02:00
Vedran Miletić
bbdb4231b3 Upgrade waf to 1.7.10 and fix included wscripts
This is a massive upgrade removing almost all pre-waf 1.6 script code. In addition, this does away with custom pkgconfig.py script for making .pc files and replaces it with waf's builtin mechanism.

Massive thanks to Alex Afanasyev for ideas and bugfixing, to Alina Quereilhac for bugfixing and testing, and to Tom Henderson for thorough testing.
2013-04-01 22:33:46 +02:00
Vedran Miletić
df67c9c116 Improve logging of InetTopologyReader 2013-04-01 21:56:36 +02:00
Mitch Watrous
bf393eb7d7 Bug 1563 - reduce valgrind test scope 2013-04-01 11:34:43 -07:00
Alina Quereilhac
64eb45017f Bug #1613 - Can't build ns-3-dev with g++ 4.7.2 & Bug FdNetDevice can't build in OS X 2013-03-29 16:10:12 +01:00
Brian Swenson
d2f222fb91 new ns3 nsc tcp comparison example. Updated tcp documentation 2013-03-29 10:27:53 -04:00
Vedran Miletić
c9152825c2 Fix INCLUDE_GUARD in create-module.py
This patch fixes two separate issues: first, it replaces "-" by "_" in addition to capitalizing module name when creating include guards, second, it names it consistently with the rest of ns-3.
2013-03-28 10:31:56 +01:00
alina
b3b3fa9e22 Merge fd-net-device into ns-3-dev 2013-03-27 02:14:57 +01:00
Vedran Miletić
80fe6e05ba Remove C headers and replace them by C++ headers if actually used 2013-03-26 22:11:05 +01:00
Tom Henderson
e2e83a7090 Postfix bug 1607 patch; OnOffApplication uses packet sockets too 2013-03-24 16:18:56 -07:00
Tommaso Pecorella
0d14fd57b6 Bug 1607 - OnOff Application over TCP with IPv6 (fixed bulk-send too) 2013-03-23 18:58:03 +01:00
Nicola Baldo
a54c1bac4c applied variable test scope to LTE tests 2013-03-22 16:55:43 +01:00
Nicola Baldo
b69928a648 bug 1563: get rid of default argument value in AddTestCase 2013-03-22 13:14:38 +01:00
Mitch Watrous
ae7af15b04 Allow three speeds of test cases to be skipped 2013-03-19 13:14:12 -07:00
Tom Henderson
d999b6f255 add documentation for error models 2013-03-18 22:29:43 -07:00
Tom Henderson
676215d236 move error model test suite to network module 2013-03-18 22:24:11 -07:00
Tom Henderson
f6ddb71154 refer to replace.txt in the documentation template 2013-03-09 00:53:01 -08:00
Tom Henderson
b27c56347a bug 1602: do not include directory above in gcc include path 2013-03-17 23:04:59 -07:00
Tom Henderson
5d2eb34994 bug 1603: fix logging in static function 2013-03-17 22:10:16 -07:00
mirko
6a483a34d0 Bug #1503 - Fix invalid iterators on erase operations on retry queue (thanks to Ghada Badawy). 2013-03-15 14:28:56 +01:00
Brian Swenson
949bd26ebc bug 1502 Shutdown on tcp socket seems to misbehave 2013-03-15 11:33:30 -04:00
Mitch Watrous
602ad906c4 Fix typo 2013-03-14 16:20:54 -07:00
Mitch Watrous
e040356d56 Allow very slow test cases to be skipped 2013-03-14 14:54:45 -07:00
Tommaso Pecorella
e23676c7ab Bug #1318 (Reopened) - Ipv6L3Protocol::LocalDeliver can get stuck in an infinite loop trying to decode a malformed packet 2013-03-14 21:21:04 +01:00
Mitch Watrous
218f51e7bd Update dsr's Python bindings 2013-03-11 16:39:13 -07:00
Mitch Watrous
58b1557ea8 Bug 1595 - Function declarations without implentations cause problems with the dsr module's Python bindings 2013-03-11 16:10:47 -07:00
Tommaso Pecorella
5e2d3e7604 Bug 1568 - Deserialized Addresses are implicitly marked as Mac48Address 2013-03-11 23:06:41 +01:00
Tommaso Pecorella
67735b8043 Bug 1600 - Icmpv6OptionLinkLayerAddress can only carry 48 bits addresses correctly 2013-03-09 22:51:49 +01:00
Tom Henderson
e817303424 remove invalid argument 2013-03-08 10:11:13 -08:00
Tommaso Pecorella
33f5e0a7a8 Bug #1556 - Error uses of htonl making OpenFlow‘s match field error. 2013-03-06 15:44:49 +01:00
John Abraham
9f75484b4e NetAnim: Handle special case for deferred routes 2013-02-28 14:48:50 -08:00
John Abraham
6df8802b63 NetAnim: Implement route path element XML tag 2013-02-28 08:51:25 -08:00
John Abraham
c925e214bb NetAnim: Missing Ipv4 Addresses when Ptr<Channel> is unavailable 2013-02-27 11:23:48 -08:00
John Abraham
fb072bec6e NetAnim: Add an ipv4 address to node Id table 2013-02-27 06:07:20 -08:00