Bug 2378

Summary: A-MPDU variables are not correctly reset in YansWifiPhy when a PLCP preamble/header failed
Product: ns-3 Reporter: sebastien.deronne
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3.25   
Hardware: All   
OS: All   
Attachments: patch to fix

Description sebastien.deronne 2016-04-20 06:58:14 UTC
Created attachment 2392 [details]
patch to fix

YansWifiPhy makes use of m_plcpSuccess and m_mpdusNum for handling A-MPDU reception. Those variables are not properly reset when a PLCP preamble/header failed.
Attached patch adresses a fix for this.
Comment 1 sebastien.deronne 2016-05-05 06:55:01 UTC
Pushed in changeset 12101:7f3095ccfcb1