Bug 1020

Summary: Wrong usage of the originator sequence number in HWMP PREP
Product: ns-3 Reporter: Kirill Andreev <andreev>
Component: devicesAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Kirill Andreev 2010-10-28 00:50:17 UTC
HanneloreSchi <m.porsch3000@web.de> wrote:

Hi,

I think I have found a functional bug in ns3 dot11s mesh code:
It occurs, that a PREP that comes directly from the requested STA is
rejected for its old SN, which is not logical.


In ReceivePrep():
prep.GetOriginatorSeqNumber () is used to obtain the Sequence number
of the STA that answered the previous PREQ.
But according to the 802.11s draft 11C.10.7 Path Reply (PREP) the
Originator SN is the SN of the STA that sent the PREQ. The Target SN
or Destination SN is the correct value of the requested SAT and so
prep.GetDestinationSeqNumber() should be used instead.


Could somebody confirm this and firmly file a bug?

Regards
Comment 1 Kirill Andreev 2011-12-12 11:02:01 UTC
Changeset 7631:ddd352da5c13