Bugzilla – Full Text Bug Listing |
Summary: | lr-wpan features needed | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
Component: | lr-wpan | Assignee: | Tom Henderson <tomh> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | jopen, ns-bugs |
Priority: | P5 | ||
Version: | pre-release | ||
Hardware: | PC | ||
OS: | Linux |
Description
Tom Henderson
2013-12-03 09:35:18 EST
LrWpanNetDevice::SetAddress() should handle also extended addresses (In reply to Tom Henderson from comment #0) I already implemented feature number 2 (ACKs for data packets). However, this i still have to verify correct operation. This will happen in the next few days/weeks. While implementing this feature i partially implemented and fixed feature number 1 (Packet collisions). The LrWpanPhy did not correctly implement its state machine. Sending and receiving at the same time lead to crashes. I think that i fixed this. For packet collisions i currently drop every but the first packet being received. The first one is always correctly received in such a case. However, the signal powers of the other packets should be considered for the first packet as well. Because i do not know how to correctly model this, someone else has to implement it. I will post my modifications as soon as i have tested them. |