Hello,
This is part of a question I asked on Zulip as well.
I used UDP_CBR, to achieve something close to Virtual Reality (VR) 3GPP specs:
As deployment scenarios, I will refer to:
InFrontOf for AP0-->STA0 STA1<--AP1 (meant to show a worst-case interference)
SINR for this setup: ranges from 22 dB to 52 dB.
Q1: Looking at the InFrontOf scenario, creating a high interference scenario for testing I see that (*the apps do not start at the same time) :
WiFi gets for :
I looked further to see why this is, and from FrameExchangeManager I see that link.cw it is all the time reset in function FrameExchangeManager::ReceivedNormalAck.
So basically having max_CWS either 1023 or 31 does not make any difference because somehow even in this worst scenario where we lose so many packets, ReceivedNormalAck keeps resetting the CWS to the minimum all the time.
Q2.1:How is this possible considering the high interference, and the packet loss I get? How can CWS not go above 31 while having such high interference?
Thanks.
regards,
George