Bug 2449

Summary: LrWpanNetDevice::GetMulticast is not correct
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: lr-wpanAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2016-06-27 19:08:22 UTC
LrWpanNetDevice::GetMulticast returns ff:ff (short address) instead of the more correct multicast address based on the IPv6 address requested.

The change should be made also in LrWpanMac::PdDataIndication, as the multicast short addresses should be accepted and passed to the L3 for further processing (much like the broadcasts).