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
Budiarto Herman
3ad66df568
Separated RSRP and RSRQ calculation in LteUePhy
2013-07-31 23:28:46 +03:00
Budiarto Herman
e46947d777
Renamed some variables in LteUePhy
2013-07-31 21:24:45 +03: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
Budiarto Herman
f6cd092201
Renamed some UE measurements variables
2013-07-31 16:07:30 +03:00
Budiarto Herman
45cba68616
Updated documentation for LteHelper::Attach function family
2013-07-31 14:28:06 +03:00
Budiarto Herman
6d4c290170
Renamed LTE measurement mapping function for consistency
2013-07-31 13:50:46 +03:00
Budiarto Herman
abe882ea95
Testing documentation for LTE cell selection
2013-07-30 16:41:23 +03:00
John Abraham
bd0dd3aae6
NetAnim: Typo in rp tag
2013-07-30 05:30:15 -07:00
Budiarto Herman
dfe28a253f
Updated the structure of initial cell selection documentation
2013-07-29 18:24:32 +03:00
Budiarto Herman
9100b307dc
SIB2 trace source
2013-07-29 18:23:56 +03: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
Budiarto Herman
6db0fffd14
Removed PLMN from LTE cell selection criteria
2013-07-29 11:38:13 +03:00
Budiarto Herman
dc3ef42bbd
Evaluation of cell selection criteria
2013-07-28 08:28:07 +03:00
Budiarto Herman
697755b1fe
Updated UE measurements and initial cell selection documentation
2013-07-28 08:17:35 +03: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
Budiarto Herman
b4c068cfbb
Fixed lte-x2-handover-measures test suite by increasing the rate of measurement reports
2013-07-24 18:02:08 +03: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
Budiarto Herman
3439967223
Using ObjectFactory in LteHelper for LteUeNetDevice
2013-07-22 20:41:34 +03:00
Budiarto Herman
a3eadefe4b
Generic (not eNodeB-specific) helper functions Attach and Connect
2013-07-22 12:39:11 +03:00
Budiarto Herman
880a48f0b9
Moved several cell selection functionality from UE PHY to RRC
2013-07-22 11:20:27 +03:00
Budiarto Herman
a7327aa9f0
Reverted position of SetChannel in LteHelper InstallDevice functions
2013-07-22 11:19:31 +03: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
Budiarto Herman
cdffe69512
Merged an obsolete branch
2013-07-19 14:34:25 +03:00
Budiarto Herman
3294c71024
Reverted changes from parent revision 9974
2013-07-19 14:32:12 +03:00
Budiarto Herman
6592bc8f58
Several fixed to LTE initial cell selection
2013-07-19 14:23:04 +03:00
Budiarto Herman
0b7929d6b4
Few updates to documentation
2013-07-19 12:49:02 +03: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