From 054dccf35d95e5f9779dd47b1259b39fe8dadf62 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 2 Aug 2021 08:35:38 -0700 Subject: [PATCH] Align another program with current ns-3 API --- example/dce-mptcp-lte-wifi-v6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/dce-mptcp-lte-wifi-v6.cc b/example/dce-mptcp-lte-wifi-v6.cc index bb912d05..97d13d4c 100644 --- a/example/dce-mptcp-lte-wifi-v6.cc +++ b/example/dce-mptcp-lte-wifi-v6.cc @@ -142,7 +142,7 @@ int main (int argc, char *argv[]) YansWifiPhyHelper phy; YansWifiChannelHelper phyChannel = YansWifiChannelHelper::Default (); wifi.SetRemoteStationManager ("ns3::ArfWifiManager"); - wifi.SetStandard (WIFI_PHY_STANDARD_80211b); + wifi.SetStandard (WIFI_STANDARD_80211b); // setup Wifi sta. phy.SetChannel (phyChannel.Create ());