13#include "ns3/config.h"
14#include "ns3/double.h"
15#include "ns3/eht-phy.h"
18#include "ns3/sta-wifi-mac.h"
19#include "ns3/wifi-net-device.h"
20#include "ns3/wifi-phy.h"
21#include "ns3/wifi-utils.h"
48 auto phy = device->GetPhy();
67 if (mac && !mac->IsAssociated())
69 NS_LOG_DEBUG(
"This is not an associated STA: skip OBSS PD algorithm");
75 uint8_t bssColor = heConfiguration->GetBssColor();
82 if (params.bssColor == 0)
89 bool isObss = (bssColor != params.bssColor);
93 if (params.rssi < obssPdLevel)
96 << params.rssi <<
" dBm is below OBSS-PD level of " << obssPdLevel
97 <<
" dBm; reset PHY to IDLE");
102 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
ConstantObssPdAlgorithm()
static TypeId GetTypeId()
Get the type ID.
OBSS PD algorithm interface.
void ResetPhy(HeSigAParameters params)
Reset PHY to IDLE.
dBm_u GetObssPdLevel() const
Ptr< WifiNetDevice > m_device
Pointer to the WifiNetDevice.
virtual void ConnectWifiNetDevice(const Ptr< WifiNetDevice > device)
Connect the WifiNetDevice and setup eventual callbacks.
Smart pointer class similar to boost::intrusive_ptr.
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.
#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_EHT
EHT (Clause 36)
@ WIFI_MOD_CLASS_HE
HE (Clause 27)
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Callback< R, Args... > MakeCallback(R(T::*memPtr)(Args...), OBJ objPtr)
Build Callbacks for class method members which take varying numbers of arguments and potentially retu...
Ptr< T1 > DynamicCast(const Ptr< T2 > &p)
Cast a Ptr.
Parameters for received HE-SIG-A for OBSS_PD based SR.