Skip to content

Commit

Permalink
wifi: Add testsuite for GCR-UR
Browse files Browse the repository at this point in the history
  • Loading branch information
sderonne committed Jan 26, 2025
1 parent 129b05a commit b513c69
Show file tree
Hide file tree
Showing 4 changed files with 2,071 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/wifi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ build_lib(
test/wifi-emlsr-test.cc
test/wifi-error-rate-models-test.cc
test/wifi-fils-frame-test.cc
test/wifi-gcr-test.cc
test/wifi-he-info-elems-test.cc
test/wifi-ie-fragment-test.cc
test/wifi-mac-ofdma-test.cc
Expand Down
3 changes: 2 additions & 1 deletion src/wifi/model/rate-control/ideal-wifi-manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class IdealWifiManager : public WifiRemoteStationManager

void SetupPhy(const Ptr<WifiPhy> phy) override;

private:
protected:
void DoInitialize() override;
WifiRemoteStation* DoCreateStation() const override;
void DoReportRxOk(WifiRemoteStation* station, double rxSnr, WifiMode txMode) override;
Expand Down Expand Up @@ -73,6 +73,7 @@ class IdealWifiManager : public WifiRemoteStationManager
WifiTxVector DoGetDataTxVector(WifiRemoteStation* station, MHz_u allowedWidth) override;
WifiTxVector DoGetRtsTxVector(WifiRemoteStation* station) override;

private:
/**
* Reset the station, invoked if the maximum amount of retries has failed.
*
Expand Down
Loading

0 comments on commit b513c69

Please sign in to comment.