I am trying to run simulation with only uplink (UL) OFDMA transmissions (no downlink traffic). I have made modifications to wifi-he-network example to achieve this. My configuration setup is as follows:
But I cannot observe any trigger frame or trigger-based frames transmission. Is there any other attribute I need to set to run simulation with only UL OFDMA and no DL traffic? Do I need to enable DL traffic and DL OFDMA to observe UL OFDMA transmissions?
I came across an attribute called 'AccessReqInterval' in this page. It says that this attribute allows the AP to coordinate UL MU transmissions even without DL traffic. But I am unable to set it due to following error:
msg="Invalid attribute set (AccessReqInterval) on ns3::RrMultiUserScheduler"
I am using the latest version of ns3 - ns3.36.1. Is this attribute not yet supported?