Bug 389

Summary: Beacon is sent after DIFS+Backoff instead of PIFS (see 9.3.2.1 of IEEE-802.11).
Product: ns-3 Reporter: Kirill V. Andreev <kirillano>
Component: wifiAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: bug
Priority: P3    
Version: ns-3.2   
Hardware: All   
OS: All   
Attachments: A patch which ajusts beacon_Dca in nqap

Description Kirill V. Andreev 2008-10-23 12:04:00 UTC
When AP initiates a queue for beacons, it does not adjust MinCw, MaxCw, Aifsn (MinCw and MaxCw should be equal to zero, Aifsn should be equal to one timeslot (i.e. PIFS))
Comment 1 Kirill V. Andreev 2008-10-23 12:07:48 UTC
Created attachment 278 [details]
A patch which ajusts beacon_Dca in nqap

The patch is made for NS-3.1, but the bug still remains in NS-3.2
Comment 2 Mathieu Lacage 2008-10-23 15:29:29 UTC
changeset e676513eacbd:
http://code.nsnam.org/ns-3-dev/rev/e676513eacbd

thanks a lot !