Bug 1967

Summary: LL Multicast is not compressed in the right way in IPHC.
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: sixlowpanAssignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2014-08-30 12:24:26 UTC
DAM = 01. 48-bit Compressed Multicast Address (ffFS::00GG:GGGG:GGGG)
is mistakenly compressed as
DAM = 10. 32-bit Compressed Multicast Address (ffFS::00GG:GGGG)

I wonder how this has gone unnoticed for so long. Perhaps because Autogenerated addresses are mainly of the 3rd kind:
DAM = 11. 8-bit Compressed Multicast Address (ff02::GG)
Comment 1 Tommaso Pecorella 2014-08-30 12:35:49 UTC
changeset 10876:c676856eafa7