|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
22 #include "ns3/simulator.h"
24 #include "ns3/wifi-tx-vector.h"
26 #define Min(a,b) ((a < b) ? a : b)
58 .SetGroupName (
"Wifi")
60 .AddAttribute (
"UpdatePeriod",
61 "The interval between decisions about rate control changes",
65 .AddAttribute (
"RaiseThreshold",
"Attempt to raise the rate if we hit that threshold",
68 MakeUintegerChecker<uint32_t> ())
69 .AddAttribute (
"AddCreditThreshold",
"Add credit threshold",
72 MakeUintegerChecker<uint32_t> ())
73 .AddTraceSource (
"Rate",
74 "Traced value for rate changes (b/s)",
76 "ns3::TracedValueCallback::Uint64")
99 NS_FATAL_ERROR (
"WifiRemoteStationManager selected does not support HT rates");
103 NS_FATAL_ERROR (
"WifiRemoteStationManager selected does not support VHT rates");
107 NS_FATAL_ERROR (
"WifiRemoteStationManager selected does not support HE rates");
162 double dataSnr, uint16_t dataChannelWidth, uint8_t dataNss)
164 NS_LOG_FUNCTION (
this << st << ackSnr << ackMode << dataSnr << dataChannelWidth << +dataNss);
231 if (enough && station->
m_tx_err == 0
329 if (channelWidth > 20 && channelWidth != 22)
348 if (channelWidth > 20 && channelWidth != 22)
a unique identifier for an interface.
uint8_t GetDefaultTxPowerLevel(void) const
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
void DoReportFinalDataFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class.
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file,...
Ptr< const AttributeChecker > MakeTimeChecker(const Time min, const Time max)
Helper to make a Time checker with bounded range.
bool GetUseNonErpProtection(void) const
Return whether the device supports protection of non-ERP stations.
uint32_t m_addCreditThreshold
add credit threshold
static Time Now(void)
Return the current simulation virtual time.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
uint32_t m_raiseThreshold
raise threshold
WifiMode GetSupported(const WifiRemoteStation *station, uint8_t i) const
Return whether mode associated with the specified station at the specified index.
WifiModulationClass GetModulationClass() const
uint32_t m_tx_retr
transmit retry
hold a list of per-remote-station state.
bool GetHtSupported(void) const
Return whether the device has HT capability support enabled.
bool GetVhtSupported(void) const
Return whether the device has VHT capability support enabled.
void DoReportFinalRtsFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class.
uint8_t GetNSupported(const WifiRemoteStation *station) const
Return the number of modes supported by the given station.
This class mimics the TXVECTOR which is to be passed to the PHY in order to define the parameters whi...
static TypeId GetTypeId(void)
Get the type ID.
TypeId SetParent(TypeId tid)
Set the parent TypeId.
bool GetShortPreambleEnabled(void) const
Return whether the device uses short PHY preambles.
Ptr< const TraceSourceAccessor > MakeTraceSourceAccessor(T a)
Create a TraceSourceAccessor which will control access to the underlying trace source.
virtual ~OnoeWifiManager()
void DoReportDataOk(WifiRemoteStation *station, double ackSnr, WifiMode ackMode, double dataSnr, uint16_t dataChannelWidth, uint8_t dataNss) override
This method is a pure virtual method that must be implemented by the sub-class.
uint32_t m_tx_ok
transmit OK
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
uint32_t m_tx_err
transmit error
void UpdateRetry(OnoeWifiRemoteStation *station)
Update the number of retry (both short and long).
uint8_t m_txrate
transmit rate
represent a single transmission mode
uint32_t m_shortRetry
short retry
void UpdateMode(OnoeWifiRemoteStation *station)
Update the mode.
void DoInitialize(void) override
Initialize() implementation.
Simulation virtual time values and global simulation resolution.
WifiTxVector DoGetRtsTxVector(WifiRemoteStation *station) override
WifiRemoteStation * DoCreateStation(void) const override
uint32_t m_longRetry
long retry
TracedValue< uint64_t > m_currentRate
Trace rate changes.
void DoReportRxOk(WifiRemoteStation *station, double rxSnr, WifiMode txMode) override
This method is a pure virtual method that must be implemented by the sub-class.
Time m_nextModeUpdate
next mode update
WifiPreamble GetPreambleForTransmission(WifiModulationClass modulation, bool useShortPreamble)
Return the preamble to be used for the transmission.
hold per-remote-station state.
bool GetAggregation(const WifiRemoteStation *station) const
Return whether the given station supports A-MPDU.
uint32_t m_tx_upper
transmit upper
#define NS_LOG_DEBUG(msg)
Use NS_LOG to output a message of level LOG_DEBUG.
hold per-remote-station state for ONOE Wifi manager.
WifiTxVector DoGetDataTxVector(WifiRemoteStation *station) override
Time Seconds(double value)
Construct a Time in the indicated unit.
WifiMode GetNonErpSupported(const WifiRemoteStation *station, uint8_t i) const
Return whether non-ERP mode associated with the specified station at the specified index.
bool m_rateBlocked
whether the rate cannot be changed
void DoReportDataFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class.
AttributeValue implementation for Time.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by ",...
Hold an unsigned integer type.
uint16_t GetChannelWidth(const WifiRemoteStation *station) const
Return the channel width supported by the station.
uint64_t GetDataRate(uint16_t channelWidth, uint16_t guardInterval, uint8_t nss) const
Ptr< const AttributeAccessor > MakeUintegerAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method.
void DoReportRtsOk(WifiRemoteStation *station, double ctsSnr, WifiMode ctsMode, double rtsSnr) override
This method is a pure virtual method that must be implemented by the sub-class.
an implementation of the rate control algorithm developed by Atsushi Onoe
void DoReportRtsFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class.
Time m_updatePeriod
update period
bool GetHeSupported(void) const
Return whether the device has HE capability support enabled.
Ptr< const AttributeAccessor > MakeTimeAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method.