Alexander Afanasyev
f2cd231aec
Bug 1296 - Enhancement in Ipv[4,6]RoutingHelper
2013-07-09 22:49:30 +02:00
Peter D. Barnes, Jr.
4b09ce3268
CommandLine callback example, show user defaults, code cleanup
2013-07-09 13:14:19 -07:00
Junling Bu
546d448cb3
Bug 1675 - Throughput computation error in Wireless examples
2013-07-09 21:13:38 +02:00
Budiarto Herman
a604e2d91f
UE measurements fixes and tests for reportOnLeave and haveMeasResultNeighCells
2013-07-09 21:35:43 +03:00
Alexander D'souza (
4d5a2a9be7
Bug 760 - IP address removal can be painful
2013-07-09 19:21:07 +02:00
Tommaso Pecorella
51f3d778ff
Update RELEASE_NOTES
2013-07-09 19:15:20 +02:00
Nicola Baldo
33ca445f98
fixed bug 1731 and revised lte-phy-error-model test
2013-07-09 18:39:53 +02:00
Budiarto Herman
03b293375a
Time-to-trigger implementation and tests for Event A3, A4, and A5
2013-07-09 17:31:04 +03:00
Junling Bu
0810c53b4e
fix typo in attributes section of manual
2013-07-09 06:15:20 -07:00
Tom Henderson
f90dfe8259
update release_steps for website
2013-07-09 06:09:38 -07:00
Budiarto Herman
2ffc089b6f
UE measurements time-to-trigger tests for Event A1 and A2
2013-07-09 14:55:30 +03:00
Budiarto Herman
5f541bc22f
Fixed UE measurements timing issue (when reportInterval > 200 ms, or when time-to-trigger < 200 ms)
2013-07-09 14:53:20 +03:00
Budiarto Herman
7553c905c7
Time-to-trigger implementation and tests for Event A1
2013-07-08 23:11:37 +03:00
Tommaso Pecorella
04ab26cb84
IPv6 manual
2013-07-08 20:21:40 +02:00
Tom Henderson
c9459d9ce2
include tutorial-pt-br in documentation build
2013-07-07 14:20:41 -07:00
Tom Henderson
6fdebea333
fix manual Makefile
2013-07-07 14:17:28 -07:00
Tommaso Pecorella
a93301ab5f
Remove unnecessary private variables from Ipv6AddressHelper
2013-07-07 13:17:12 +02:00
Vedran Miletić
b5891dce41
Replace <limits.h> include by <climits>
2013-07-06 16:55:33 +02:00
Budiarto Herman
4051839d03
Recombined UE measurements tests into one file
2013-07-06 15:14:33 +03:00
Tom Henderson
d17fd41e3b
update click bindings
2013-07-05 14:01:51 -07:00
Vedran Miletić
f97431bf10
Clean up core module for building with Clang
...
This means removing unused private variables in random-variable-stream.{cc,h} and system-thread.h and fixing removing bad static_casts in calendar-scheduler.cc.
2013-07-05 14:35:20 +02:00
Vedran Miletić
80098cdd1c
Upgrade waf to 1.7.11.
2013-07-05 13:20:20 +02:00
Vedran Miletić
9659c4528e
Fix building with Clang 3.0 without extra CXXFLAGS
...
Clang identifies as GCC 4.2 to compilers which check for GCC version. This patch adds further check for clang and undefines __DEPRECATED macro in case Clang is detected. Newer versions of Clang are much stricter and still require CXXFLAGS for other warnings.
2013-07-05 13:15:22 +02:00
Mitch Watrous
bf886d696f
Updatemany modules' Python bindings
2013-07-04 14:27:35 -07:00
Budiarto Herman
bd435c4fc7
Refactoring LteUeRrc
2013-07-04 20:46:20 +03:00
Budiarto Herman
9c67c38609
Fixed a bug in UE measurements test
2013-07-04 20:28:30 +03:00
Nicola Baldo
17a86900e0
fixed assert cond in LteUeMac::DoRemoveLc
2013-07-04 16:10:05 +02:00
Vedran Miletić
b47d4aac23
Add missing limits.h include to nstime.h and print-introspected-doxygen.cc
2013-07-04 15:57:10 +02:00
Budiarto Herman
585b1ced9e
Removed BuildMeasConfig from .h (already removed from .cc before)
2013-07-04 14:22:42 +03:00
Tommaso Pecorella
cfbc5a524a
Fix Ipv6Forwarding test
2013-07-04 09:44:29 +02:00
Peter D. Barnes, Jr.
c35b78f59f
Doc tweaks
2013-07-03 15:06:34 -07:00
Peter D. Barnes, Jr.
daefbadea4
Doxygenate \internal
2013-07-03 15:05:17 -07:00
Peter D. Barnes, Jr.
12ea93c5a1
Disambiguate test asserts
2013-07-03 14:45:39 -07:00
Peter D. Barnes, Jr.
e3611c4078
Doxygenate todo's
2013-07-03 14:43:10 -07:00
Edvin Močibob
7118ff0dc9
Briefly document two and three bound callback
2013-07-03 21:43:05 +02:00
Peter D. Barnes, Jr.
884814cc86
Merge bounded Time attributes
2013-07-03 12:02:06 -07:00
Peter D. Barnes, Jr.
a7d87403f6
Time attributes with enforced bounds.
...
The following stanza in GetTypeId() will restrict the value to
-5s <= m_timeWithBounds <= 10s
.AddAttribute ("TestTimeWithBounds", "help text",
TimeValue (Seconds (-2)),
MakeTimeAccessor (&AttributeObjectTest::m_timeWithBounds),
MakeTimeChecker (Seconds (-5), Seconds (10)))
2013-07-03 11:19:21 -07:00
Peter D. Barnes, Jr.
e468df69c9
Repair Time docs mangled by f0be2daaa38f
2013-07-03 10:53:00 -07:00
Budiarto Herman
aca9b556d5
Reduced UE measurements test execution length
2013-07-03 18:18:59 +03:00
Nicola Baldo
b58678ee11
fixed EARFCN attribute limits for band 21
2013-07-03 16:58:46 +02:00
Budiarto Herman
63809ba7b9
Added hysteresis tests to UE measurements test suites
2013-07-03 17:30:10 +03:00
Hajime Tazaki
5a238088be
log msg instead of fail when non-IPv4 pkt is sent over LteUeNetDevice
2013-07-03 15:46:49 +02:00
Budiarto Herman
7ae10a085b
Clarification comments on LTE SI transmission schedule
2013-07-03 15:40:08 +03:00
Budiarto Herman
dd59b7acb3
Additional tests for UE measurements handover test suite
2013-07-03 15:10:08 +03:00
Budiarto Herman
a0b74cea40
Split UE measurements tests into multiple test suites (still problem with operator redefinition)
2013-07-03 14:09:58 +03:00
Tommaso Pecorella
30fc97d8b2
Revert changeset 9854. Ipv6 forwarding should be off by default
2013-07-02 23:08:26 +02:00
Peter D. Barnes, Jr.
9a9dfcd1ad
Bug 1727 - Ping6 should use a proper source address
2013-07-02 21:56:54 +02:00
Budiarto Herman
8a8559d63c
Changes based on peer review: typos in documentation, conversion functions for Hysteresis and a3-Offset, separated constructor implementation of ReportConfigEutra, and removed dead code in LteUeRrc.
2013-07-02 22:18:03 +03:00
Budiarto Herman
dbe5bad5bd
Fixed Event A5 bug
2013-07-02 21:34:14 +03:00
Budiarto Herman
7f81232309
Preliminary design and user documentation of LTE initial cell selection
2013-07-02 10:23:16 +03:00