matteonerini / 5g-network-slicing-for-wifi-networks

5G Network Slicing for Wi-Fi Networks
GNU General Public License v3.0
52 stars 22 forks source link

Deprecated WIFI_PHY_STANDARD #2

Closed confifu closed 3 years ago

confifu commented 3 years ago

WIFI_PHY_STANDARD_80211ax_5GHZ and WIFI_PHY_STANDARD_80211ax_2_4GHZ are deprecated. The WifiPhyStandard enum in wifi-standards.h lists the following standards.

Which should I chose to reproduce the results of the paper?

confifu commented 3 years ago

I think this means that it should be replaced with WIFI_STANDARD_80211ax_2_4GHZ and WIFI_STANDARD_80211ax_5GHZ. The code runs. Is this correct ?

matteonerini commented 3 years ago

Dear Saurabh,

Thank you for your interest. The code was written in ns-3.30, where WIFI_PHY_STANDARD_80211ax_5GHZ and WIFI_PHY_STANDARD_80211ax_2_4GHZ were available. From the documentation you sent in your second comment, it seems that your modifications are correct. Using the latest ns-3 version, the results may slightly change since the 802.11ax standard is fully implemented in both MAC and PHY layers.

Best regards, Matteo Nerini

zemzem-svg commented 5 months ago

Please t tried to run your code but it failed because of version