Commit Graph

5032 Commits

Author SHA1 Message Date
Salva Climent
ed764ec96f Bug 990 - Error with an NS_ASSERT at uan-phy-gen.cc 2010-10-05 22:48:54 -07:00
Tom Henderson
39b60cdc2f add mobility model test suite with more waypoint mobility model tests 2010-10-05 01:28:49 -07:00
Phillip Sitbon
c1ceb7dada bugs 892 and 893: waypoint mobility model initial SetPosition() handling and LazyNotify attribute 2010-10-05 01:26:15 -07:00
Quincy Tse
ddeed27793 Bug 992 - Unusual (possibly incorrect assertion) in Packet::Deserialize 2010-09-29 17:14:39 -04:00
Sam Jansen
ea7b334d42 Fix bug980: nsc library not detected 2010-09-22 12:42:07 -07:00
Josh Pelkey
ae451b7ae1 Bug 994 - PointToPointGridHelper useless if clauses 2010-09-16 15:50:59 -04:00
Mirko Banchi
b24a67571b Bug 981: use a cache to keep track of received MPDUs under block ack 2010-09-12 14:35:26 +02:00
Mirko Banchi
613fabd554 Add BlockAckCache class 2010-09-12 14:27:31 +02:00
Dean Armstrong
ae953f7d08 Bug 979: Update regression traces 2010-09-03 09:55:14 +01:00
Dean Armstrong
1731cd715c Bug 979: Use LSB ordering for multi-octet fields in wifi module 2010-09-03 08:58:04 +01:00
Mirko Banchi
25d16d6c38 Replace MacRxMiddle::SequenceControlSmaller with QosUtilsIsOldPacket method 2010-09-02 14:00:29 +02:00
Mirko Banchi
60bdd228ae Rename MacLow::RxCompleteBufferedPacket to a more appropriate name 2010-08-31 22:30:31 +02:00
Dean Armstrong
2264c85354 Bug 852: Support ERP-OFDM rates and thus '802.11g' 2010-07-05 10:15:37 +01:00
Dean Armstrong
8088d0e9e1 Bug 852: Implement IEEE 802.11 Extended Supported Rates information element
This patch adds to the SupportedRates object the ability to serialise an
Extended Supported Rates information element if the number of supported rates
exceeds the 8 that can be carried by the vanilla Supported Rates element.
2010-08-25 09:10:32 +01:00
Mirko Banchi
08a8382a46 run check-style on mac-low.h/cc 2010-08-28 20:42:00 +02:00
Mirko Banchi
6342b3fbd1 Bug 983: handle correctly ADDBA response action frames in QadhocWifiMac 2010-08-23 14:01:50 +02:00
Mirko Banchi
604bd34fa0 Packets that cannot be acknowledged in the block ack bitmap must not be transmitted 2010-08-22 22:51:33 +02:00
Tom Henderson
8f58376360 Help waf to guess release versions of nsc and pybindgen 2010-08-20 12:17:19 -07:00
Mirko Banchi
d8ef95f3b3 Add some tests for block ack response header 2010-08-20 21:31:26 +02:00
Mirko Banchi
17a84ba2b4 Add ResetBitmap method to block ack response header 2010-08-20 19:15:12 +02:00
Mirko Banchi
d794db4603 Improve block ack response header 2010-08-20 19:06:19 +02:00
Tom Henderson
1718f49f4c Remove redundant implementations 2010-08-18 15:49:18 -07:00
Tom Henderson
866da9180e Additional stubs for HighPrecision operators 2010-08-18 15:06:26 -07:00
Tom Henderson
2cc222c320 Provide stubbed HighPrecision GetHigh(), GetLow() implementations to fix builds across platforms 2010-08-18 13:58:38 -07:00
Gustavo J. A. M. Carneiro
7f97723ba8 Call StopDevice() in EmuNetDevice::DoDispose() 2010-08-17 21:28:08 -07:00
Alina Quereilhac
d15f6caaf6 bug 959: Simulation never finishes when using RealtimeSimulatorImpl 2010-08-16 08:32:37 -07:00
Gustavo J. A. M. Carneiro
de651ef5e1 bug 939: EmuNetDevice uses too much memory 2010-08-16 08:30:29 -07:00
Tom Henderson
be75f4ea75 add explicit cast for building on gcc-4.1.1 2010-08-15 14:32:44 -07:00
Tom Henderson
d9fbfafcc2 Bump nsc version to 0.5.2 2010-08-14 15:37:02 -07:00
Josh Pelkey
db1fd23f9a add needed header 2010-08-13 11:21:14 -04:00
Josh Pelkey
f220546b16 fix one more PeekData 2010-08-13 11:14:44 -04:00
Mathieu Lacage
f6cc4d3fe6 forgot include 2010-08-13 14:10:48 +02:00
Mathieu Lacage
fbd5df18ee add temp variable to work around compiler bug 2010-08-13 14:03:52 +02:00
Mathieu Lacage
ce0de7c3da allow serialization/deserialization for debugging output 2010-08-13 13:30:14 +02:00
Mathieu Lacage
6cfc2917f0 extra debugging 2010-08-13 13:28:38 +02:00
Mathieu Lacage
cb1952bb0a must return GetErrorStatus 2010-08-13 11:50:03 +02:00
Mathieu Lacage
b2ac17e4d2 rename tests 2010-08-13 10:10:22 +02:00
Mathieu Lacage
ffd92a879b remove trailing ';' 2010-08-13 10:10:10 +02:00
Mathieu Lacage
269046aa5a log timeout duration 2010-08-13 09:32:29 +02:00
Mathieu Lacage
f6fc12ff11 get rid of NOARGS logging statements and log statements in getters 2010-08-13 09:29:36 +02:00
Mathieu Lacage
8f9869fe46 get rid of NOARGS logging calls 2010-08-13 09:22:52 +02:00
Mathieu Lacage
72aca999e4 get rid of annoying logging for getters and of the _NOARGS log calls. 2010-08-13 09:22:29 +02:00
Josh Pelkey
70f4ccc0fc update release notes and fix doxygen warnings 2010-08-11 11:37:37 -04:00
Andrey Mazo
161b7217c0 fix some indentation 2010-08-11 09:25:51 -04:00
Craig Dowell
def0d12507 get rid of about a zillion PeekData 2010-08-10 20:04:06 -07:00
Josh Pelkey
48cb1655a7 fix valgrind error 2010-08-10 17:57:14 -04:00
Tom Henderson
92026672ac Bug 879 - source address selection for AODV using DeferredRouteRequest 2010-08-10 13:02:38 -04:00
Josh Pelkey
1182e30d99 fix namespace usage in energy test 2010-08-10 12:11:56 -04:00
Josh Pelkey
fa10678994 fix compiler warning 2010-08-10 09:47:02 -04:00
Ken Renard
55e1e1e47a [bug 911] Ipv4 multicast forwarding not going to all output interfaces in route 2010-08-09 23:40:31 -07:00