Commit Graph

8809 Commits

Author SHA1 Message Date
Mike Moreton
9bb252107e bug 1396: ARP with hardware addresses longer than 6 bytes 2012-05-26 06:47:56 -07:00
John Abraham
e1f2b32ab6 NetAnim: Update LTE callbacks after recent lena commit 2012-05-25 11:45:23 -07:00
John Abraham
ee4bc21140 NetAnim: Remove obsolete usage 2012-05-24 03:02:51 -04:00
John Abraham
92e4976d52 NetAnim : don't user python bindings 2012-05-24 01:08:15 -04:00
John Abraham
175e5ecfbd merge 2012-05-24 00:44:07 -04:00
Tom Henderson
098a19e9c5 fix logging code for optimized builds 2012-05-24 21:38:38 -07:00
Tom Henderson
c25333c443 clean up new IP address helper tests 2012-05-24 20:57:51 -07:00
John Abraham
022b805341 NetAnim: Documentation part 2 2012-05-24 04:16:20 -04:00
Tom Henderson
d21bec2792 rescan bindings 2012-05-23 23:10:43 -07:00
John Abraham
5c283ad55c NetAnim: VALGR still reachable 2012-05-24 00:17:05 -04:00
Tom Henderson
1b584e2e27 bug 1432: Align Ipv6AddressHelper API with Ipv4AddressHelper API 2012-05-20 15:19:52 -07:00
Nicola Baldo
6573647594 merge 2012-05-23 12:03:11 +02:00
Tommaso Pecorella
1a94e03cf4 Bug 1422 - Fix memory leak in IPv6 fragmentation 2012-05-22 21:44:19 +02:00
Tom Henderson
ae583dcd46 fix some logging code for optimized builds 2012-05-22 21:41:55 -07:00
Tom Henderson
b5d5670445 unistd.h needed on some platforms 2012-05-22 21:37:34 -07:00
Tom Henderson
5d91c1d5cf rescan bindings 2012-05-22 09:46:28 -07:00
mmiozzo
de0dc4e1e3 Modify LteMiErrorModel::GetTbError for working with pow() instead of successive multiplications 2012-05-22 17:12:17 +02:00
mmiozzo
a6422cac46 merge 2012-05-22 16:41:05 +02:00
mmiozzo
6485dbb1c1 Update PEM model with new BLER curves based on standard ECR 2012-05-22 16:40:24 +02:00
John Abraham
e3631c91c4 NetAnim: Documentation first version 2012-05-22 09:24:00 -04:00
Nicola Baldo
f67b2d05a6 merge 2012-05-21 17:30:22 +02:00
Kirill Andreev
ceba478572 Bug 1140: fixed. New Jakes model has been implemented. 2012-05-21 19:15:32 +04:00
Jonathan McCrohan
b1d1f43489 lena-rem-sector-antenna: more realistic TxPower values 2012-05-21 17:01:36 +02:00
Tom Henderson
b177ef61cf fix some unused variable warnings in optimized mode 2012-05-21 07:25:00 -07:00
Tom Henderson
2285b19d17 initialize variable 2012-05-21 06:57:19 -07:00
Nicola Baldo
6821610563 merge 2012-05-21 11:46:59 +02:00
John Abraham
d98df330d3 NetAnim: provide unlink for test artifact 2012-05-20 19:59:21 -07:00
Tom Henderson
75942c2e32 cast unsigned char to int for ostream output 2012-05-20 15:03:46 -07:00
Tom Henderson
7444503ffc rescan bindings 2012-05-19 22:09:06 -07:00
Gustavo J. A. M. Carneiro
01275172a2 pybindgen requires that the data type held by a container has a default constructor 2012-05-19 20:40:11 -07:00
John Abraham
996d91d236 NetAnim test: trace file path edit 2012-05-19 15:09:12 -07:00
John Abraham
771399dbab NetAnim: add test and examples to run 2012-05-19 14:56:43 -07:00
Tom Henderson
81446ad08f Fix doxygen reference 2012-05-18 13:53:24 -07:00
Tom Henderson
962adedf18 fix file path reference 2012-05-18 13:41:58 -07:00
Nicola Baldo
a02ebbf68b merge 2012-05-18 15:44:06 +02:00
Nicola Baldo
e6ce34c728 fixed attachment of home UEs in lena-dual-stripe 2012-05-18 15:38:30 +02:00
Nicola Baldo
d82b773baf lena-dual-stripe now outputs gnuplottable lists of enbs and ues 2012-05-18 14:06:10 +02:00
Marco Miozzo
79d5786c3d Bug-fix LteAmc::CreateCqiFeedbacks, in GetTbError the size of the TB was expressed in bits instead of bytes 2012-05-17 15:56:47 +02:00
Nicola Baldo
31ae5da80a merge 2012-05-16 17:50:13 +02:00
Nicola Baldo
c3ef9f2245 remove BuildingsMobilityModel setters that don't allow consistency checking 2012-05-16 17:28:12 +02:00
Tom Henderson
92a988dbb1 variable cannot be negative 2012-05-15 22:52:10 -07:00
Tom Henderson
23ebb35f80 remove tests that always evaluate to true 2012-05-15 22:32:23 -07:00
Tom Henderson
f9f0445b70 type promotion causing signed/unsigned comparison warnings 2012-05-15 22:30:45 -07:00
Tom Henderson
08a8a311fd portable types for loop variables 2012-05-15 21:59:45 -07:00
Ashim Ghosh
a3f7b03b16 bug fix: main-packet-header.cc does not print the packet 2012-05-15 16:02:26 -07:00
Nicola Baldo
43d9a8cafc buildings module: consistent room & floor indexing 2012-05-15 19:25:01 +02:00
Nicola Baldo
eda2ccda4e added building-position-allocator test 2012-05-15 19:14:44 +02:00
Jaume Nin
1c17f4e337 Merge with lena.cttc/hg/lena 2012-05-15 16:57:57 +02:00
Gustavo J. A. M. Carneiro
e2252b9a75 Bump required pybindgen version for the container parameter default_value impl. 2012-05-15 15:53:20 +01:00
Jaume Nin
c743ac2a5a Fixed valgrind errors in attribute system. Fixed typo in AttributeMap test. Fixed Get() method for elements not present in the map 2012-05-14 18:15:22 +02:00