John Abraham
ae9ea26142
update release notes
2013-08-15 22:48:16 -07:00
John Abraham
21e900f3e5
Bug 1629 - Make AODV Default to Disable Hello
2013-08-15 22:39:03 -07:00
John Abraham
9b60ad3617
Update internet-stack-helper API for jitter and CHANGES.html
2013-08-15 21:00:57 -07:00
Tommaso Pecorella
31aac3aea7
Addendum to bug 1522
2013-08-16 02:21:51 +02:00
Peter D. Barnes, Jr.
61903c64b2
Link to RFC num with \RFC{num}
2013-08-15 13:04:01 -07:00
Peter D. Barnes, Jr.
8695d856a1
Link to bug num in bug database with \bugid{num}
2013-08-15 12:01:57 -07:00
Budiarto Herman
20c79bb05e
Removed unused variables and includes in LteEnbRrc
2013-08-12 20:12:57 +03:00
Budiarto Herman
06f653f1b5
Renamed A2RsrqHandoverAlgorithm to A2A4RsrqHandoverAlgorithm
2013-08-12 19:48:33 +03:00
Budiarto Herman
2df5bc99df
Renamed BareHandoverAlgorithm to NoOpHandoverAlgorithm
2013-08-12 19:01:47 +03:00
Budiarto Herman
d90a395329
Using template for forwarding classes and new names for Handover Management SAP
2013-08-12 17:55:06 +03:00
Budiarto Herman
c5db2d45ac
Fixed a bug with LTE ANR
2013-08-12 15:25:21 +03:00
Budiarto Herman
c5d79310d3
LTE Automatic Neighbour Relation (ANR) function
2013-08-12 11:25:23 +03:00
Budiarto Herman
a0dc2bf45b
Updated UE RRC state machine diagram to include dependency of SIB1 to MIB
2013-08-12 09:29:23 +03:00
Peter D. Barnes, Jr.
c0d6f58a71
Include all doc images in doxygen
2013-08-07 11:29:45 -07:00
Peter D. Barnes, Jr.
82525eadf4
Include all examples in doxygen
2013-08-07 11:29:17 -07:00
Peter D. Barnes, Jr.
4a6adc5e51
Make CommandLine print boolean defaults as text.
...
And
- clarify the documentation
- make example arguments more explicit
- make "--boolArg" toggle the value, not set to true (this enables
toggle on default true values)
2013-08-07 10:36:45 -07:00
Steven Smith
0e5a67fd20
Bug 1753 Halting Issue with DistributedSimulatorImpl
2013-08-15 14:45:42 -04:00
John Abraham
9bc367b99f
Merge
2013-08-15 09:51:32 -07:00
John Abraham
5adb032add
Bug 1522 - Hidden node scenario leads to ARP failure
2013-08-15 09:50:34 -07:00
John Abraham
490bd45706
Bug 1190 - Suppress hello if bcast was sent within the last hello interval
2013-08-15 09:49:40 -07:00
John Abraham
08e8705d2b
Bug 1190 - Suppress hello if bcast was sent within the last hello interval
2013-08-15 09:48:40 -07:00
Peter D. Barnes, Jr.
9c172a5b81
Fix Bug 1687: wscript features report doesn't respect NOCOLOR
2013-08-14 14:12:38 -07:00
Peter D. Barnes, Jr.
ef45e91592
Update RELEASE_NOTES with Bug 1738
2013-08-14 13:31:46 -07:00
Peter D. Barnes, Jr.
cb27e3276b
Silence erroneous strict alias warning from a gcc 4.4 bug
...
Casting \c (void*) triggers a strict alias warning bug
in gcc 4.4 (see \bugid{1738}).
In the murmur3 code, data is returned by
\code
void Function (... , void * out)
{
...
*(uint32_t *)out = ...
}
\endcode
which triggers the erroneous warning.
We suppress strict-alias warnings in this compilation unit.
(gcc 4.4 doesn't support the <tt>diagnostic push/pop</tt> pragmas,
so we can't narrow down the suppression any further.)
2013-08-14 12:56:31 -07:00
Vedran Miletić
f9f3110086
Remove unused wifiMode variable, fix build
2013-08-14 12:21:20 +02:00
Alexander Afanasyev
47a985c9ca
[PATCH] core: Extending public interface of CommandLine class
2013-08-13 23:19:31 -07:00
Alexander Afanasyev
a6857b4ec7
bug 1754: add missing GIL lock in generated callback destructor
2013-08-13 22:56:39 -07:00
Tom Henderson
b4828adb74
update wifi bindings
2013-08-13 22:54:45 -07:00
Tom Henderson
92b58436dd
remove unimplemented declaration
2013-08-13 22:43:08 -07:00
Ghada Badawy
085a0eea39
partial 802.11n support
2013-08-13 22:05:25 -07:00
Tom Henderson
8ae2fe07e2
rescan bindings
2013-08-13 10:37:49 -07:00
Tom Henderson
41f1d3a0f1
avoid use of core-module.h header in src tree
2013-08-13 10:37:41 -07:00
Tommaso Pecorella
81d40b0d40
Add "verbose" command line to IPv6 examples
2013-08-13 17:56:01 +02:00
Tommaso Pecorella
7dea6107f3
Remove obsolete StackHelper from IPv6 examples
2013-08-13 17:56:25 +02:00
Tom Henderson
c9e45e84a4
add missing files
2013-08-12 22:51:37 -07:00
Tommaso Pecorella
4674443c4e
Fix optimized build
2013-08-12 22:07:12 +02:00
Tom Henderson
e90499b800
rescan bindings
2013-08-12 10:19:28 -07:00
Tommaso Pecorella
54564e2fa6
Bug 1702 - A router should't aways add itself as the default router
2013-08-07 23:18:48 +02:00
Tommaso Pecorella
3f302f67cf
Missing header in RadvdHelper
2013-08-12 15:54:59 +02:00
Budiarto Herman
3b1c9d0196
Fixed UE measurements tests because of impact from handover algorithm implementation
2013-08-07 15:36:55 +03:00
Budiarto Herman
7fa99399c8
BareHandoverAlgorithm for LTE to simulate absence of handover algorithm
2013-08-07 15:34:24 +03:00
Budiarto Herman
d68107aa9d
Handover management SAP interface and A2/RSRQ-based handover algorithm
2013-08-07 11:42:53 +03:00
Budiarto Herman
5a3a2f13d5
Draft update to UE RRC state diagram
2013-08-07 11:17:46 +03:00
Budiarto Herman
72471f5f33
Minor code formatting of lena-dual-stripe
2013-08-05 13:47:41 +03:00
Budiarto Herman
9778d30bb8
Added initial cell selection to EPC-enabled simulations in lena-dual-stripe example
2013-08-05 13:40:55 +03:00
Budiarto Herman
698380bda5
Restructured the initiation of cell selection, so that UeNetDevice does not directly interact with PHY
2013-08-02 19:03:01 +03:00
Budiarto Herman
404dd583fa
Restrict the CQI generation in UE PHY
2013-08-02 14:39:40 +03:00
Budiarto Herman
7c0d6d1255
Moved LteHelper::Connect functionality into LteHelper::Attach
2013-08-02 14:38:56 +03: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