Nicola Baldo
|
0b9a42ce27
|
check bearer structs in lte-rrc test
|
2012-11-23 12:47:04 +01:00 |
|
Nicola Baldo
|
82ef00ebaa
|
fix compilation error with gcc-4.7
|
2012-11-23 11:51:09 +01:00 |
|
Nicola Baldo
|
d8e3ee222e
|
fixed positions in lena-x2-handover
|
2012-11-22 19:06:15 +01:00 |
|
Nicola Baldo
|
c7b3881aab
|
X2 handover working on the control plane
|
2012-11-22 18:35:05 +01:00 |
|
Nicola Baldo
|
6baa8583c2
|
merge
|
2012-11-22 13:57:54 +01:00 |
|
Nicola Baldo
|
7b0d6c3dc8
|
merged lena-dev and lena-epc
|
2012-11-22 12:05:46 +01:00 |
|
Manuel Requena
|
4465aaf27b
|
Fix new building api
|
2012-11-21 13:20:53 +01:00 |
|
Manuel Requena
|
44395ab630
|
Add support of Load Information primitive in RRC
|
2012-11-20 22:04:08 +01:00 |
|
Manuel Requena
|
7ce8782ecd
|
Add Load Informatin X2 message header
|
2012-11-20 22:03:30 +01:00 |
|
Manuel Requena
|
5d913a43a5
|
Add Load Information X2 message
|
2012-11-20 21:25:54 +01:00 |
|
Manuel Requena
|
4f07e0b56e
|
Add Load Information primitive to X2 SAP
|
2012-11-20 18:56:24 +01:00 |
|
Nicola Baldo
|
4dac132281
|
improved LTE Random Access model
|
2012-11-20 18:18:01 +01:00 |
|
Peter D. Barnes, Jr.
|
ed7a9704d8
|
Relabel test classes.
|
2012-11-15 09:35:39 -08:00 |
|
Jaume Nin
|
eaed29f033
|
first draft of the documentation for the PHY traces
|
2012-11-15 16:55:57 +01:00 |
|
Manuel Requena
|
113226d190
|
Fix some errors
|
2012-11-14 16:33:04 +01:00 |
|
Manuel Requena
|
f0f647b9b5
|
Simplify handover management for multiple eNBs (i.e. different cellIds)
|
2012-11-14 16:05:54 +01:00 |
|
Jaume Nin
|
7639d631a6
|
Fix JIRA LENA-284, cellId was not being reported in some callbacks and in some situations cellId was being reported 0, now fixed and reporting always correct cellId
|
2012-11-14 15:42:40 +01:00 |
|
Jaume Nin
|
18c3badd05
|
Profiling scripts updated and documentation fixed
|
2012-11-14 14:12:48 +01:00 |
|
Peter D. Barnes, Jr.
|
a1a1c6d36d
|
Delete _fp suffix, per code review
|
2012-11-14 00:07:50 -08:00 |
|
Peter D. Barnes, Jr.
|
6a0691f121
|
Undo whitespace-only changes, to ease review
|
2012-11-14 00:03:41 -08:00 |
|
Peter D. Barnes, Jr.
|
8a5e56e414
|
Measure micro-benchmark timing.
|
2012-11-13 23:56:26 -08:00 |
|
Peter D. Barnes, Jr.
|
b26e2d5fb2
|
Add benchmark documentation, run timing.
|
2012-11-13 23:53:08 -08:00 |
|
Peter D. Barnes, Jr.
|
06addb49e0
|
Minor doc corrections
|
2012-11-13 23:52:34 -08:00 |
|
Peter D. Barnes, Jr.
|
a10b29e1fd
|
Remove free list from PacketTagList.
|
2012-11-13 23:51:56 -08:00 |
|
Peter D. Barnes, Jr.
|
2ecedb3e87
|
Trim excess copies from PacketTagList::Remove, add PacketTagList::Replace, documentation.
|
2012-11-13 23:44:58 -08:00 |
|
Peter D. Barnes, Jr.
|
8243868539
|
Remove obsolete typedef.
|
2012-11-13 16:44:26 -08:00 |
|
Peter D. Barnes, Jr.
|
83ccafd97d
|
Document cached hash state, used for incremental hashing.
|
2012-11-13 16:42:50 -08:00 |
|
Peter D. Barnes, Jr.
|
4b9a304277
|
Delete obsolete comment.
|
2012-11-13 16:42:22 -08:00 |
|
Peter D. Barnes, Jr.
|
efe21f7763
|
Use uint32/64/_t instead of Hash32/64_t
|
2012-11-13 16:41:46 -08:00 |
|
Peter D. Barnes, Jr.
|
71f5e2d9ea
|
Document origin of FNV1a code; fix type.
|
2012-11-13 16:41:15 -08:00 |
|
Peter D. Barnes, Jr.
|
6a6b5699b8
|
Incremental hashing, fix hash function ptr, additional test cases, check-style.
|
2012-11-13 16:40:29 -08:00 |
|
Peter D. Barnes, Jr.
|
c7c2e78add
|
Add missing links to manual page.
|
2012-11-13 16:39:44 -08:00 |
|
Peter D. Barnes, Jr.
|
705906ef5e
|
Refactor namespaces
|
2012-11-13 16:38:48 -08:00 |
|
Peter D. Barnes, Jr.
|
00ae7f99a0
|
Change clear() to return Hash & instead of Hash *
|
2012-11-13 16:35:51 -08:00 |
|
Peter D. Barnes, Jr.
|
674f613678
|
Add Hash::clear() to restore initial internal state of hasher
|
2012-11-13 16:35:21 -08:00 |
|
Peter D. Barnes, Jr.
|
94d417c60f
|
Refactor to make include order explicit, without guards.
|
2012-11-13 16:34:34 -08:00 |
|
Peter D. Barnes, Jr.
|
62fd21d15a
|
Fix Hash (Ptr<HashFunc>) implementation, check for null m_impl, add test cases
|
2012-11-13 16:32:31 -08:00 |
|
Peter D. Barnes, Jr.
|
fe70b486a9
|
Fix FNV1_32A_INIT, FNV1A_64_INIT defines to include full namespace qualification.
|
2012-11-13 16:31:48 -08:00 |
|
Peter D. Barnes, Jr.
|
a2019b566f
|
Add FNV1a, manual documentation.
|
2012-11-13 16:30:38 -08:00 |
|
Peter D. Barnes, Jr.
|
0564f7e024
|
Use Hash32_t, Hash64_t typedefs to indicate that hashes are opaque.
|
2012-11-13 16:26:07 -08:00 |
|
Peter D. Barnes, Jr.
|
1b09cf3092
|
General hash interface, with replaceable hash functions, defaults to murmur3.
|
2012-11-13 16:24:59 -08:00 |
|
Peter D. Barnes, Jr.
|
952d2a0c18
|
Automated merge with file:///Users/barnes26/Code/netsim/ns3/repos/ns-3-dev
|
2012-11-13 10:27:52 -08:00 |
|
Marco Miozzo
|
a45d3cfa70
|
Update RSRP and RSRQ evaluation (RSRQ as average SINR)
|
2012-11-13 17:54:50 +01:00 |
|
Vedran Miletić
|
dab91377b3
|
Remove NS_LOG_FUNCTION stuff from ::GetTypeId() functions.
|
2012-11-13 15:02:39 +01:00 |
|
Vedran Miletić
|
621e6ca2a6
|
Allow using CXX='distcc g++' with ./waf configure.
|
2012-11-13 14:24:27 +01:00 |
|
Gary Pei
|
8ccfb685f1
|
add some more documentation on DCF operation
|
2012-11-12 22:57:01 -08:00 |
|
Craig Dowell
|
86d985d22d
|
restore material from callbacks manual chapter that was truncated during conversion to Sphinx
|
2012-11-12 11:46:24 -08:00 |
|
Nicola Baldo
|
c955dd2101
|
merge
|
2012-11-12 19:28:40 +01:00 |
|
Nicola Baldo
|
dd46aa3d5f
|
minor fixes on Rsrp and interference traces
|
2012-11-12 18:47:35 +01:00 |
|
Maja Grubišić
|
5e6ad05194
|
Clean up function logging of core module.
|
2012-11-10 19:16:38 +01:00 |
|