Bug 1967 - LL Multicast is not compressed in the right way in IPHC.
LL Multicast is not compressed in the right way in IPHC.
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: sixlowpan
ns-3-dev
All All
: P5 normal
Assigned To: Tommaso Pecorella
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-30 12:24 UTC by Tommaso Pecorella
Modified: 2014-08-30 12:35 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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