Commit Graph

10127 Commits

Author SHA1 Message Date
Tom Henderson
f2eaddb1c8 add logging to aggregators 2013-08-11 20:53:01 -07:00
Tommaso Pecorella
ce46777402 Add IPv6 packet support to data collection 2013-08-11 12:34:17 +02:00
Tom Henderson
164b71ff79 fix typo 2013-08-10 16:55:31 -07:00
Tom Henderson
45df4eb9d0 rescan bindings 2013-08-09 07:03:31 -07:00
Tom Henderson
d34a027551 fix module dependency 2013-08-09 06:35:28 -07:00
Tom Henderson
73237d891a fix return type 2013-08-09 06:15:11 -07:00
Tom Henderson
77c6927bbb data collection documentation 2013-08-09 05:22:00 -07:00
Tom Henderson
73a35c8397 update CHANGES.html and RELEASE_NOTES 2013-08-09 04:35:13 -07:00
Tom Henderson
2a08426b17 data collection extensions for stats module 2013-08-08 06:40:41 -07:00
John Abraham
fe13017646 Bug 1747 - Openflow traces not triggering on some occasions 2013-08-07 22:33:15 -07:00
Tom Henderson
7bcffef2ad fix optimized build 2013-08-06 21:41:54 -07:00
Peter D. Barnes, Jr.
97646e6481 Fix broken merge of LTE docs with Models 2013-08-06 15:34:43 -07:00
Peter D. Barnes, Jr.
24f144493f Fix quoting error 2013-08-06 15:34:02 -07:00
Peter D. Barnes, Jr.
ca0a436d75 Remove duplicate Makefile rules 2013-08-06 15:07:25 -07:00
Francisco Javier Sánchez-Roselly
8614ce3317 Bug 1742 - IPv6 HbH and Dst Extension Header size is not correctly calculated 2013-08-05 19:19:43 +02:00
Tom Henderson
3847257057 update required pybindgen version 2013-08-03 07:56:38 -07:00
Peter D. Barnes, Jr.
bc943dd161 Fix check marks in Tutorial 2013-08-02 14:08:36 -07:00
Peter D. Barnes, Jr.
c703785f9e Restore original casts, see bug 1738 2013-08-02 12:31:16 -07:00
Nicola Baldo
29e45d8e8a merge 2013-08-02 12:13:34 +02:00
Peter D. Barnes, Jr.
8831c14c0c Handle showpos bug in gcc libstc++ 4.2. 2013-08-01 16:26:07 -07:00
Tom Henderson
a8673b52f2 update bindings 2013-08-01 09:35:13 -07:00
Marco Miozzo
eab4931585 Adjust test vectors of scheduler extensive tests with new MCS BLER curves 2013-08-01 17:38:25 +02:00
Nicola Baldo
82d158cfc0 fixed bug in buildings-pathloss-profiler example 2013-07-31 19:48:46 +02:00
Nicola Baldo
60031116c0 updated RELEASE_NOTES 2013-07-31 19:33:45 +02:00
Nicola Baldo
40b4dcf18a merged lena-dev with ns-3-dev 2013-07-31 19:18:59 +02:00
John Abraham
bd0dd3aae6 NetAnim: Typo in rp tag 2013-07-30 05:30:15 -07:00
Nicola Baldo
dbc19eb9f0 addressed the comments in https://codereview.appspot.com/11374043/#msg2 2013-07-29 14:07:42 +02:00
Nicola Baldo
a4a7b6b277 addressed the comments in https://codereview.appspot.com/11372043/#msg1 2013-07-29 13:26:01 +02:00
Tommaso Pecorella
240004bc54 Bug 1296 - Enhancement in Internet module (fix broken static template functions) 2013-07-28 00:00:49 +02:00
Vedran Miletić
e1f1e9a1ad Revert 097891ca7dea (Change upper-bounded TimeChecker to actually do what documentation says) and fix documentation instead 2013-07-26 21:24:35 +02:00
Tom Henderson
42f18e7854 display gcc version in waf configure 2013-07-26 10:55:03 -07:00
Vedran Miletić
19c09725a9 Change upper-bounded TimeChecker to actually do what documentation says 2013-07-26 14:17:48 +02:00
Peter D. Barnes, Jr.
d14530f0ca Fix unit conversion of negative Times
Thanks to Vedran for finding this.

Example:

  Time tneg = Seconds (-1);
  NS_LOG_UNCOND ( tneg << ", in s: " << tneg.ToInteger (Time::S));

produces

  -1000000000.0ns, in s: 18446744072

Correct result is

  -1000000000.0ns, in s: -1
2013-07-25 12:17:08 -07:00
Peter D. Barnes, Jr.
0ae8b1cb8d [Doxygen] src/core 2013-07-24 17:15:33 -07:00
Peter D. Barnes, Jr.
6385919add [Doxygen] Organize Core/Random Variables 2013-07-24 17:05:36 -07:00
Peter D. Barnes, Jr.
83e2874283 [Doxygen] Collect Attribute docs into Core/Attributes 2013-07-24 17:03:28 -07:00
Peter D. Barnes, Jr.
53c2bea724 [Doxygen] Move Debugging module to core 2013-07-24 16:42:51 -07:00
Peter D. Barnes, Jr.
3c12e54cb1 [Doxygen] use \internal 2013-07-24 16:31:58 -07:00
Peter D. Barnes, Jr.
5714732a0b Fix check marks in Manual 2013-07-24 15:49:21 -07:00
Peter D. Barnes, Jr.
77e292a965 Fix output of int64x64_t when value is near min
Old:

int64x64_t i = std::numeric_limits<int64_t>::min ();
std::cout << i;

produced:
--9223372036854775808.0

(Note doubled '-' signs)
2013-07-24 11:34:04 -07:00
Marco Miozzo
a7c242aba7 merge 2013-07-24 13:20:24 +02:00
Marco Miozzo
fbfe7f7838 Bug-fix: update HARQ BLER curves for retransmissions 2013-07-24 13:19:54 +02:00
Peter D. Barnes, Jr.
54f181a609 Label type-id-test-suite TestCases with TestDuration value 2013-07-23 14:08:00 -07:00
Vedran Miletić
17b897750c Add Makefile wrapper for waf, to ease configuration in NetBeans, Eclipse and QtCreator 2013-07-23 10:25:45 +02:00
Peter D. Barnes, Jr.
8196d37bc1 Fix strict aliasing warning. 2013-07-22 16:13:07 -07:00
John Abraham
9c58ae0a94 NetAnim: Missing continue statement when Gateway is missing 2013-07-20 07:24:36 -07:00
daniel
01466f3e10 Error on the installation doc 2013-07-19 16:30:36 +02:00
Peter D. Barnes, Jr.
4eda3b7ea1 Hashed TypeId
Speed LookupByName with std::map, add LookupByHash
Hash chaining, alphabetized
TypeId test suite
2013-07-18 12:01:05 -07:00
Peter D. Barnes, Jr.
baffd79c30 Merge 2013-07-18 12:04:27 -07:00
Alexander D'souza
ac7c84ab0b Follow up patch for Click: Bug 760 - IP address removal can be painful 2013-07-18 14:07:56 +02:00