23 #include "ns3/config.h"
24 #include "ns3/double.h"
26 #include "ns3/sta-wifi-mac.h"
27 #include "ns3/wifi-utils.h"
28 #include "ns3/wifi-phy.h"
30 #include "ns3/wifi-net-device.h"
49 .SetGroupName (
"Wifi")
71 if (
mac && !
mac->IsAssociated ())
73 NS_LOG_DEBUG (
"This is not an associated STA: skip OBSS PD algorithm");
79 uint8_t bssColor = heConfiguration->GetBssColor ();
93 bool isObss = (bssColor != params.
bssColor);
103 NS_LOG_DEBUG (
"Frame is OBSS and RSSI is above OBSS-PD level");
Constant OBSS PD algorithm.
void ConnectWifiNetDevice(const Ptr< WifiNetDevice > device) override
Connect the WifiNetDevice and setup eventual callbacks.
void ReceiveHeSigA(HeSigAParameters params) override
static TypeId GetTypeId(void)
Get the type ID.
ConstantObssPdAlgorithm()
OBSS PD algorithm interface.
void ResetPhy(HeSigAParameters params)
Reset PHY to IDLE.
Ptr< WifiNetDevice > m_device
Pointer to the WifiNetDevice.
double m_obssPdLevel
Current OBSS PD level (dBm)
virtual void ConnectWifiNetDevice(const Ptr< WifiNetDevice > device)
Connect the WifiNetDevice and setup eventual callbacks.
The Wifi MAC high model for a non-AP STA in a BSS.
a unique identifier for an interface.
TypeId SetParent(TypeId tid)
Set the parent TypeId.
Ptr< WifiMac > GetMac(void) const
Ptr< WifiPhy > GetPhy(void) const
Ptr< HeConfiguration > GetHeConfiguration(void) const
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file,...
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
#define NS_LOG_DEBUG(msg)
Use NS_LOG to output a message of level LOG_DEBUG.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by ",...
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
@ WIFI_MOD_CLASS_HE
HE (Clause 27)
Declaration of ns3::HePhy class and ns3::HeSigAParameters struct.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
double WToDbm(double w)
Convert from Watts to dBm.
Callback< R, Ts... > MakeCallback(R(T::*memPtr)(Ts...), OBJ objPtr)
Build Callbacks for class method members which take varying numbers of arguments and potentially retu...
Parameters for received HE-SIG-A for OBSS_PD based SR.
uint8_t bssColor
BSS color.