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");
 ConstantObssPdAlgorithm()
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
Parameters for received HE-SIG-A for OBSS_PD based SR. 
Ptr< HeConfiguration > GetHeConfiguration(void) const
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system. 
static TypeId GetTypeId(void)
Get the type ID. 
#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. 
OBSS PD algorithm interfaceThis object provides the interface for all OBSS_PD algorithms and is desig...
uint8_t bssColor
BSS color. 
double m_obssPdLevel
Current OBSS PD level (dBm) 
virtual void ConnectWifiNetDevice(const Ptr< WifiNetDevice > device)
Connect the WifiNetDevice and setup eventual callbacks. 
Ptr< WifiPhy > GetPhy(void) const
Ptr< WifiNetDevice > m_device
Pointer to the WifiNetDevice. 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
double WToDbm(double w)
Convert from Watts to dBm. 
Ptr< WifiMac > GetMac(void) const
#define NS_LOG_DEBUG(msg)
Use NS_LOG to output a message of level LOG_DEBUG. 
Constant OBSS PD algorithmThis constant OBSS_PD algorithm is a simple OBSS_PD algorithm which evaluat...
void ReceiveHeSigA(HeSigAParameters params) override
Declaration of ns3::HePhy class and ns3::HeSigAParameters struct. 
a unique identifier for an interface. 
TypeId SetParent(TypeId tid)
Set the parent TypeId. 
void ConnectWifiNetDevice(const Ptr< WifiNetDevice > device) override
Connect the WifiNetDevice and setup eventual callbacks. 
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...
The Wifi MAC high model for a non-AP STA in a BSS. 
void ResetPhy(HeSigAParameters params)
Reset PHY to IDLE.