Base class for the 3GPP propagation models. More...
#include "three-gpp-propagation-loss-model.h"
Classes | |
struct | O2iLossMapItem |
Define a struct for the m_o2iLossMap entries. More... | |
struct | ShadowingMapItem |
Define a struct for the m_shadowingMap entries. More... | |
Public Member Functions | |
ThreeGppPropagationLossModel () | |
Constructor. | |
ThreeGppPropagationLossModel (const ThreeGppPropagationLossModel &)=delete | |
~ThreeGppPropagationLossModel () override | |
Destructor. | |
Ptr< ChannelConditionModel > | GetChannelConditionModel () const |
Returns the associated channel condition model. | |
double | GetFrequency () const |
Return the current central frequency. | |
bool | IsO2iLowPenetrationLoss (Ptr< const ChannelCondition > cond) const |
Return true if the O2I Building Penetration loss corresponds to a low loss condition. | |
ThreeGppPropagationLossModel & | operator= (const ThreeGppPropagationLossModel &)=delete |
void | SetChannelConditionModel (Ptr< ChannelConditionModel > model) |
Set the channel condition model used to determine the channel state (e.g., the LOS/NLOS condition) | |
void | SetFrequency (double f) |
Set the central frequency of the model. | |
Public Member Functions inherited from ns3::PropagationLossModel | |
PropagationLossModel () | |
PropagationLossModel (const PropagationLossModel &)=delete | |
~PropagationLossModel () override | |
int64_t | AssignStreams (int64_t stream) |
If this loss model uses objects of type RandomVariableStream, set the stream numbers to the integers starting with the offset 'stream'. | |
double | CalcRxPower (double txPowerDbm, Ptr< MobilityModel > a, Ptr< MobilityModel > b) const |
Returns the Rx Power taking into account all the PropagationLossModel(s) chained to the current one. | |
Ptr< PropagationLossModel > | GetNext () |
Gets the next PropagationLossModel in the chain of loss models that act on the signal. | |
PropagationLossModel & | operator= (const PropagationLossModel &)=delete |
void | SetNext (Ptr< PropagationLossModel > next) |
Enables a chain of loss models to act on the signal. | |
Public Member Functions inherited from ns3::Object | |
Object () | |
Constructor. | |
~Object () override | |
Destructor. | |
void | AggregateObject (Ptr< Object > other) |
Aggregate two Objects together. | |
void | Dispose () |
Dispose of this Object. | |
AggregateIterator | GetAggregateIterator () const |
Get an iterator to the Objects aggregated to this one. | |
TypeId | GetInstanceTypeId () const override |
Get the most derived TypeId for this Object. | |
template<typename T > | |
Ptr< T > | GetObject () const |
Get a pointer to the requested aggregated Object. | |
template<> | |
Ptr< Object > | GetObject () const |
Specialization of () for objects of type ns3::Object. | |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
Get a pointer to the requested aggregated Object by TypeId. | |
template<> | |
Ptr< Object > | GetObject (TypeId tid) const |
Specialization of (TypeId tid) for objects of type ns3::Object. | |
void | Initialize () |
Invoke DoInitialize on all Objects aggregated to this one. | |
bool | IsInitialized () const |
Check if the object has been initialized. | |
void | UnidirectionalAggregateObject (Ptr< Object > other) |
Aggregate an Object to another Object. | |
Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
Public Member Functions inherited from ns3::ObjectBase | |
virtual | ~ObjectBase () |
Virtual destructor. | |
void | GetAttribute (std::string name, AttributeValue &value, bool permissive=false) const |
Get the value of an attribute, raising fatal errors if unsuccessful. | |
bool | GetAttributeFailSafe (std::string name, AttributeValue &value) const |
Get the value of an attribute without raising errors. | |
void | SetAttribute (std::string name, const AttributeValue &value) |
Set a single attribute, raising fatal errors if unsuccessful. | |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
Set a single attribute without raising errors. | |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
Connect a TraceSource to a Callback with a context. | |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
Connect a TraceSource to a Callback without a context. | |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected with a context. | |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected without a context. | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. | |
Static Public Member Functions inherited from ns3::PropagationLossModel | |
static TypeId | GetTypeId () |
Get the type ID. | |
Static Public Member Functions inherited from ns3::Object | |
static TypeId | GetTypeId () |
Register this type. | |
Static Public Member Functions inherited from ns3::ObjectBase | |
static TypeId | GetTypeId () |
Get the type ID. | |
Protected Member Functions | |
void | DoDispose () override |
Destructor implementation. | |
Protected Member Functions inherited from ns3::Object | |
Object (const Object &o) | |
Copy an Object. | |
virtual void | DoInitialize () |
Initialize() implementation. | |
virtual void | NotifyNewAggregate () |
Notify all Objects aggregated to this one of a new Object being aggregated. | |
Protected Member Functions inherited from ns3::ObjectBase | |
void | ConstructSelf (const AttributeConstructionList &attributes) |
Complete construction of ObjectBase; invoked by derived classes. | |
virtual void | NotifyConstructionCompleted () |
Notifier called once the ObjectBase is fully constructed. | |
Static Protected Member Functions | |
static double | Calculate2dDistance (Vector a, Vector b) |
Computes the 2D distance between two 3D vectors. | |
Protected Attributes | |
bool | m_buildingPenLossesEnabled |
enable/disable building penetration losses | |
Ptr< ChannelConditionModel > | m_channelConditionModel |
pointer to the channel condition model | |
bool | m_enforceRanges |
strictly enforce TR 38.901 parameter ranges | |
double | m_frequency |
operating frequency in Hz | |
Ptr< NormalRandomVariable > | m_normalO2iHighLossVar |
a normal random variable for the calculation of 02i high loss, see TR38.901 Table 7.4.3-2 | |
Ptr< NormalRandomVariable > | m_normalO2iLowLossVar |
a normal random variable for the calculation of 02i low loss, see TR38.901 Table 7.4.3-2 | |
Ptr< NormalRandomVariable > | m_normRandomVariable |
normal random variable | |
std::unordered_map< uint32_t, O2iLossMapItem > | m_o2iLossMap |
map to store the o2i Loss values | |
Ptr< UniformRandomVariable > | m_randomO2iVar1 |
a uniform random variable for the calculation of the indoor loss, see TR38.901 Table 7.4.3-2 | |
Ptr< UniformRandomVariable > | m_randomO2iVar2 |
a uniform random variable for the calculation of the indoor loss, see TR38.901 Table 7.4.3-2 | |
bool | m_shadowingEnabled |
enable/disable shadowing | |
std::unordered_map< uint32_t, ShadowingMapItem > | m_shadowingMap |
map to store the shadowing values | |
Private Member Functions | |
int64_t | DoAssignStreams (int64_t stream) override |
Assign a fixed random variable stream number to the random variables used by this model. | |
double | DoCalcRxPower (double txPowerDbm, Ptr< MobilityModel > a, Ptr< MobilityModel > b) const override |
Computes the received power by applying the pathloss model described in 3GPP TR 38.901. | |
virtual bool | DoIsO2iLowPenetrationLoss (Ptr< const ChannelCondition > cond) const |
Indicates the condition of the o2i building penetration loss (defined in 3GPP TR 38.901 7.4.3.1). | |
double | GetLoss (Ptr< ChannelCondition > cond, Ptr< MobilityModel > a, Ptr< MobilityModel > b) const |
Computes the pathloss between a and b. | |
virtual double | GetLossLos (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const =0 |
Computes the pathloss between a and b considering that the line of sight is not obstructed. | |
virtual double | GetLossNlos (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const =0 |
Computes the pathloss between a and b considering that the line of sight is obstructed. | |
virtual double | GetLossNlosv (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const |
Computes the pathloss between a and b considering that the line of sight is obstructed by a vehicle. | |
virtual double | GetO2iDistance2dIn () const =0 |
Returns the minimum of the two independently generated distances according to the uniform distribution between the minimum and the maximum value depending on the specific 3GPP scenario (UMa, UMi-Street Canyon, RMa), i.e., between 0 and 25 m for UMa and UMi-Street Canyon, and between 0 and 10 m for RMa. | |
virtual double | GetO2iHighPenetrationLoss (Ptr< MobilityModel > a, Ptr< MobilityModel > b, ChannelCondition::LosConditionValue cond) const |
Retrieves the o2i building penetration loss value by looking at m_o2iLossMap. | |
virtual double | GetO2iLowPenetrationLoss (Ptr< MobilityModel > a, Ptr< MobilityModel > b, ChannelCondition::LosConditionValue cond) const |
Retrieves the o2i building penetration loss value by looking at m_o2iLossMap. | |
double | GetShadowing (Ptr< MobilityModel > a, Ptr< MobilityModel > b, ChannelCondition::LosConditionValue cond) const |
Retrieves the shadowing value by looking at m_shadowingMap. | |
virtual double | GetShadowingCorrelationDistance (ChannelCondition::LosConditionValue cond) const =0 |
Returns the shadow fading correlation distance. | |
virtual double | GetShadowingStd (Ptr< MobilityModel > a, Ptr< MobilityModel > b, ChannelCondition::LosConditionValue cond) const =0 |
Returns the shadow fading standard deviation. | |
Static Private Member Functions | |
static uint32_t | GetKey (Ptr< MobilityModel > a, Ptr< MobilityModel > b) |
Returns an unique key for the channel between a and b. | |
static Vector | GetVectorDifference (Ptr< MobilityModel > a, Ptr< MobilityModel > b) |
Get the difference between the node position. | |
Additional Inherited Members | |
Related Symbols inherited from ns3::ObjectBase | |
static TypeId | GetObjectIid () |
Ensure the TypeId for ObjectBase gets fully configured to anchor the inheritance tree properly. | |
Base class for the 3GPP propagation models.
Definition at line 22 of file three-gpp-propagation-loss-model.h.
ns3::ThreeGppPropagationLossModel::ThreeGppPropagationLossModel | ( | ) |
Constructor.
Definition at line 305 of file three-gpp-propagation-loss-model.cc.
References ns3::CreateObject(), m_normalO2iHighLossVar, m_normalO2iLowLossVar, m_normRandomVariable, m_randomO2iVar1, m_randomO2iVar2, and NS_LOG_FUNCTION.
|
override |
Destructor.
Definition at line 327 of file three-gpp-propagation-loss-model.cc.
References NS_LOG_FUNCTION.
|
delete |
|
staticprotected |
Computes the 2D distance between two 3D vectors.
a | the first 3D vector |
b | the second 3D vector |
Definition at line 682 of file three-gpp-propagation-loss-model.cc.
Referenced by ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetLossLos(), ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetLossNlos(), and ns3::ThreeGppRmaPropagationLossModel::GetShadowingStd().
|
overrideprivatevirtual |
Assign a fixed random variable stream number to the random variables used by this model.
Subclasses must implement this; those not using random variables can return zero.
stream | first stream index to use |
Implements ns3::PropagationLossModel.
Reimplemented in ns3::ThreeGppUmaPropagationLossModel, and ns3::ThreeGppV2vUrbanPropagationLossModel.
Definition at line 668 of file three-gpp-propagation-loss-model.cc.
References m_normalO2iHighLossVar, m_normalO2iLowLossVar, m_normRandomVariable, m_randomO2iVar1, m_randomO2iVar2, and NS_LOG_FUNCTION.
|
overrideprivatevirtual |
Computes the received power by applying the pathloss model described in 3GPP TR 38.901.
txPowerDbm | tx power in dBm |
a | tx mobility model |
b | rx mobility model |
Implements ns3::PropagationLossModel.
Definition at line 377 of file three-gpp-propagation-loss-model.cc.
References GetLoss(), GetO2iHighPenetrationLoss(), GetO2iLowPenetrationLoss(), GetShadowing(), ns3::ChannelCondition::I2I, IsO2iLowPenetrationLoss(), m_buildingPenLossesEnabled, m_channelConditionModel, m_frequency, m_shadowingEnabled, ns3::ChannelCondition::NLOS, NS_ASSERT_MSG, NS_LOG_FUNCTION, and ns3::ChannelCondition::O2I.
|
overrideprotectedvirtual |
Destructor implementation.
This method is called by Dispose() or by the Object's destructor, whichever comes first.
Subclasses are expected to implement their real destruction code in an overridden version of this method and chain up to their parent's implementation once they are done. i.e, for simplicity, the destructor of every subclass should be empty and its content should be moved to the associated DoDispose() method.
It is safe to call GetObject() from within this method.
Reimplemented from ns3::Object.
Definition at line 333 of file three-gpp-propagation-loss-model.cc.
References m_channelConditionModel, and m_shadowingMap.
|
privatevirtual |
Indicates the condition of the o2i building penetration loss (defined in 3GPP TR 38.901 7.4.3.1).
The default implementation returns the condition as set (either based on the buildings materials, or if the probabilistic model is used in the ThreeGppChannelConditionModel, then based on the result of a random variable). The derived classes can change the default behavior by overriding this method.
cond | the ptr to the channel condition model |
Reimplemented in ns3::ThreeGppRmaPropagationLossModel.
Definition at line 586 of file three-gpp-propagation-loss-model.cc.
References ns3::ChannelCondition::HIGH, ns3::ChannelCondition::LOW, and NS_ABORT_MSG.
Referenced by IsO2iLowPenetrationLoss().
Ptr< ChannelConditionModel > ns3::ThreeGppPropagationLossModel::GetChannelConditionModel | ( | ) | const |
Returns the associated channel condition model.
Definition at line 348 of file three-gpp-propagation-loss-model.cc.
References m_channelConditionModel, and NS_LOG_FUNCTION.
Referenced by GetTypeId().
double ns3::ThreeGppPropagationLossModel::GetFrequency | ( | ) | const |
Return the current central frequency.
Definition at line 364 of file three-gpp-propagation-loss-model.cc.
References m_frequency, and NS_LOG_FUNCTION.
Referenced by GetTypeId().
|
staticprivate |
Returns an unique key for the channel between a and b.
The key is the value of the Cantor function calculated by using as first parameter the lowest node ID, and as a second parameter the highest node ID.
a | tx mobility model |
b | rx mobility model |
Definition at line 692 of file three-gpp-propagation-loss-model.cc.
References ns3::Node::GetId().
Referenced by GetO2iHighPenetrationLoss(), GetO2iLowPenetrationLoss(), and GetShadowing().
|
private |
Computes the pathloss between a and b.
cond | the channel condition |
a | tx mobility model |
b | rx mobility model |
Definition at line 418 of file three-gpp-propagation-loss-model.cc.
References GetLossLos(), GetLossNlos(), GetLossNlosv(), ns3::ChannelCondition::LOS, ns3::ChannelCondition::NLOS, ns3::ChannelCondition::NLOSv, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
Referenced by DoCalcRxPower().
|
privatepure virtual |
Computes the pathloss between a and b considering that the line of sight is not obstructed.
a | tx mobility model |
b | rx mobility model |
Implemented in ns3::ThreeGppIndoorOfficePropagationLossModel, ns3::ThreeGppNTNDenseUrbanPropagationLossModel, ns3::ThreeGppNTNRuralPropagationLossModel, ns3::ThreeGppNTNSuburbanPropagationLossModel, ns3::ThreeGppNTNUrbanPropagationLossModel, ns3::ThreeGppRmaPropagationLossModel, ns3::ThreeGppUmaPropagationLossModel, ns3::ThreeGppUmiStreetCanyonPropagationLossModel, ns3::ThreeGppV2vHighwayPropagationLossModel, and ns3::ThreeGppV2vUrbanPropagationLossModel.
Referenced by GetLoss().
|
privatepure virtual |
Computes the pathloss between a and b considering that the line of sight is obstructed.
a | tx mobility model |
b | rx mobility model |
Implemented in ns3::ThreeGppIndoorOfficePropagationLossModel, ns3::ThreeGppNTNDenseUrbanPropagationLossModel, ns3::ThreeGppNTNRuralPropagationLossModel, ns3::ThreeGppNTNSuburbanPropagationLossModel, ns3::ThreeGppNTNUrbanPropagationLossModel, ns3::ThreeGppRmaPropagationLossModel, ns3::ThreeGppUmaPropagationLossModel, ns3::ThreeGppUmiStreetCanyonPropagationLossModel, and ns3::ThreeGppV2vUrbanPropagationLossModel.
Referenced by GetLoss().
|
privatevirtual |
Computes the pathloss between a and b considering that the line of sight is obstructed by a vehicle.
By default it raises an error to avoid misuse.
a | tx mobility model |
b | rx mobility model |
Reimplemented in ns3::ThreeGppV2vUrbanPropagationLossModel.
Definition at line 603 of file three-gpp-propagation-loss-model.cc.
References NS_FATAL_ERROR, and NS_LOG_FUNCTION.
Referenced by GetLoss().
|
privatepure virtual |
Returns the minimum of the two independently generated distances according to the uniform distribution between the minimum and the maximum value depending on the specific 3GPP scenario (UMa, UMi-Street Canyon, RMa), i.e., between 0 and 25 m for UMa and UMi-Street Canyon, and between 0 and 10 m for RMa.
According to 3GPP TR 38.901 this 2D−in distance shall be UT-specifically generated. 2D−in distance is used for the O2I penetration losses calculation according to 3GPP TR 38.901 7.4.3. See GetO2iLowPenetrationLoss/GetO2iHighPenetrationLoss functions.
Implemented in ns3::ThreeGppIndoorOfficePropagationLossModel, ns3::ThreeGppNTNDenseUrbanPropagationLossModel, ns3::ThreeGppNTNRuralPropagationLossModel, ns3::ThreeGppNTNSuburbanPropagationLossModel, ns3::ThreeGppNTNUrbanPropagationLossModel, ns3::ThreeGppRmaPropagationLossModel, ns3::ThreeGppUmaPropagationLossModel, ns3::ThreeGppUmiStreetCanyonPropagationLossModel, and ns3::ThreeGppV2vUrbanPropagationLossModel.
Referenced by GetO2iHighPenetrationLoss(), and GetO2iLowPenetrationLoss().
|
privatevirtual |
Retrieves the o2i building penetration loss value by looking at m_o2iLossMap.
If not found or if the channel condition changed it generates a new independent realization and stores it in the map, otherwise it calculates a new value as defined in 3GPP TR 38.901 7.4.3.1.
Note that all child classes should implement this function to support high losses calculation. As such, this function should be purely virtual.
a | tx mobility model (used for the key calculation) |
b | rx mobility model (used for the key calculation) |
cond | the LOS/NLOS channel condition |
Definition at line 514 of file three-gpp-propagation-loss-model.cc.
References GetKey(), GetO2iDistance2dIn(), m_frequency, m_normalO2iHighLossVar, m_o2iLossMap, and NS_LOG_FUNCTION.
Referenced by DoCalcRxPower().
|
privatevirtual |
Retrieves the o2i building penetration loss value by looking at m_o2iLossMap.
If not found or if the channel condition changed it generates a new independent realization and stores it in the map, otherwise it calculates a new value as defined in 3GPP TR 38.901 7.4.3.1.
Note that all child classes should implement this function to support low losses calculation. As such, this function should be purely virtual.
a | tx mobility model (used for the key calculation) |
b | rx mobility model (used for the key calculation) |
cond | the LOS/NLOS channel condition |
Definition at line 444 of file three-gpp-propagation-loss-model.cc.
References GetKey(), GetO2iDistance2dIn(), m_frequency, m_normalO2iLowLossVar, m_o2iLossMap, and NS_LOG_FUNCTION.
Referenced by DoCalcRxPower().
|
private |
Retrieves the shadowing value by looking at m_shadowingMap.
If not found or if the channel condition changed it generates a new independent realization and stores it in the map, otherwise it correlates the new value with the previous one using the autocorrelation function defined in 3GPP TR 38.901, Sec. 7.4.4.
a | tx mobility model |
b | rx mobility model |
cond | the LOS/NLOS channel condition |
Definition at line 611 of file three-gpp-propagation-loss-model.cc.
References GetKey(), ns3::Vector2D::GetLength(), GetShadowingCorrelationDistance(), GetShadowingStd(), GetVectorDifference(), m_normRandomVariable, m_shadowingMap, and NS_LOG_FUNCTION.
Referenced by DoCalcRxPower().
|
privatepure virtual |
Returns the shadow fading correlation distance.
cond | the LOS/NLOS channel condition |
Implemented in ns3::ThreeGppIndoorOfficePropagationLossModel, ns3::ThreeGppNTNDenseUrbanPropagationLossModel, ns3::ThreeGppNTNRuralPropagationLossModel, ns3::ThreeGppNTNSuburbanPropagationLossModel, ns3::ThreeGppNTNUrbanPropagationLossModel, ns3::ThreeGppRmaPropagationLossModel, ns3::ThreeGppUmaPropagationLossModel, ns3::ThreeGppUmiStreetCanyonPropagationLossModel, and ns3::ThreeGppV2vUrbanPropagationLossModel.
Referenced by GetShadowing().
|
privatepure virtual |
Returns the shadow fading standard deviation.
a | tx mobility model |
b | rx mobility model |
cond | the LOS/NLOS channel condition |
Implemented in ns3::ThreeGppIndoorOfficePropagationLossModel, ns3::ThreeGppNTNDenseUrbanPropagationLossModel, ns3::ThreeGppNTNRuralPropagationLossModel, ns3::ThreeGppNTNSuburbanPropagationLossModel, ns3::ThreeGppNTNUrbanPropagationLossModel, ns3::ThreeGppRmaPropagationLossModel, ns3::ThreeGppUmaPropagationLossModel, ns3::ThreeGppUmiStreetCanyonPropagationLossModel, and ns3::ThreeGppV2vUrbanPropagationLossModel.
Referenced by GetShadowing().
|
static |
Get the type ID.
Definition at line 267 of file three-gpp-propagation-loss-model.cc.
References GetChannelConditionModel(), GetFrequency(), m_buildingPenLossesEnabled, m_enforceRanges, m_shadowingEnabled, ns3::MakeBooleanAccessor(), ns3::MakeBooleanChecker(), ns3::MakeDoubleAccessor(), ns3::MakeDoubleChecker(), ns3::MakePointerAccessor(), ns3::MakePointerChecker(), SetChannelConditionModel(), SetFrequency(), and ns3::TypeId::SetParent().
|
staticprivate |
Get the difference between the node position.
The difference is calculated as (b-a) if Id(a) < Id (b), or (a-b) if Id(b) <= Id(a).
a | First node |
b | Second node |
Definition at line 706 of file three-gpp-propagation-loss-model.cc.
Referenced by GetShadowing().
bool ns3::ThreeGppPropagationLossModel::IsO2iLowPenetrationLoss | ( | Ptr< const ChannelCondition > | cond | ) | const |
Return true if the O2I Building Penetration loss corresponds to a low loss condition.
cond | The ptr to the channel condition model |
Definition at line 371 of file three-gpp-propagation-loss-model.cc.
References DoIsO2iLowPenetrationLoss().
Referenced by DoCalcRxPower().
|
delete |
void ns3::ThreeGppPropagationLossModel::SetChannelConditionModel | ( | Ptr< ChannelConditionModel > | model | ) |
Set the channel condition model used to determine the channel state (e.g., the LOS/NLOS condition)
model | pointer to the channel condition model |
Definition at line 341 of file three-gpp-propagation-loss-model.cc.
References m_channelConditionModel, and NS_LOG_FUNCTION.
Referenced by GetTypeId().
void ns3::ThreeGppPropagationLossModel::SetFrequency | ( | double | f | ) |
Set the central frequency of the model.
f | the central frequency in the range in Hz, between 500.0e6 and 100.0e9 Hz |
Definition at line 355 of file three-gpp-propagation-loss-model.cc.
References m_frequency, NS_ASSERT_MSG, and NS_LOG_FUNCTION.
Referenced by GetTypeId().
|
protected |
enable/disable building penetration losses
Definition at line 269 of file three-gpp-propagation-loss-model.h.
Referenced by DoCalcRxPower(), and GetTypeId().
|
protected |
pointer to the channel condition model
Definition at line 265 of file three-gpp-propagation-loss-model.h.
Referenced by ns3::ThreeGppIndoorOfficePropagationLossModel::ThreeGppIndoorOfficePropagationLossModel(), ns3::ThreeGppNTNDenseUrbanPropagationLossModel::ThreeGppNTNDenseUrbanPropagationLossModel(), ns3::ThreeGppNTNRuralPropagationLossModel::ThreeGppNTNRuralPropagationLossModel(), ns3::ThreeGppNTNSuburbanPropagationLossModel::ThreeGppNTNSuburbanPropagationLossModel(), ns3::ThreeGppNTNUrbanPropagationLossModel::ThreeGppNTNUrbanPropagationLossModel(), ns3::ThreeGppRmaPropagationLossModel::ThreeGppRmaPropagationLossModel(), ns3::ThreeGppUmaPropagationLossModel::ThreeGppUmaPropagationLossModel(), ns3::ThreeGppUmiStreetCanyonPropagationLossModel::ThreeGppUmiStreetCanyonPropagationLossModel(), DoCalcRxPower(), DoDispose(), GetChannelConditionModel(), and SetChannelConditionModel().
|
protected |
strictly enforce TR 38.901 parameter ranges
Definition at line 268 of file three-gpp-propagation-loss-model.h.
Referenced by ns3::ThreeGppIndoorOfficePropagationLossModel::GetLossLos(), ns3::ThreeGppRmaPropagationLossModel::GetLossLos(), ns3::ThreeGppUmaPropagationLossModel::GetLossLos(), ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetLossLos(), ns3::ThreeGppIndoorOfficePropagationLossModel::GetLossNlos(), ns3::ThreeGppRmaPropagationLossModel::GetLossNlos(), ns3::ThreeGppUmaPropagationLossModel::GetLossNlos(), ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetLossNlos(), and GetTypeId().
|
protected |
operating frequency in Hz
Definition at line 266 of file three-gpp-propagation-loss-model.h.
Referenced by DoCalcRxPower(), ns3::ThreeGppUmaPropagationLossModel::GetBpDistance(), ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetBpDistance(), GetFrequency(), ns3::ThreeGppIndoorOfficePropagationLossModel::GetLossLos(), ns3::ThreeGppNTNDenseUrbanPropagationLossModel::GetLossLos(), ns3::ThreeGppNTNRuralPropagationLossModel::GetLossLos(), ns3::ThreeGppNTNSuburbanPropagationLossModel::GetLossLos(), ns3::ThreeGppNTNUrbanPropagationLossModel::GetLossLos(), ns3::ThreeGppRmaPropagationLossModel::GetLossLos(), ns3::ThreeGppUmaPropagationLossModel::GetLossLos(), ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetLossLos(), ns3::ThreeGppV2vHighwayPropagationLossModel::GetLossLos(), ns3::ThreeGppV2vUrbanPropagationLossModel::GetLossLos(), ns3::ThreeGppIndoorOfficePropagationLossModel::GetLossNlos(), ns3::ThreeGppNTNDenseUrbanPropagationLossModel::GetLossNlos(), ns3::ThreeGppNTNRuralPropagationLossModel::GetLossNlos(), ns3::ThreeGppNTNSuburbanPropagationLossModel::GetLossNlos(), ns3::ThreeGppNTNUrbanPropagationLossModel::GetLossNlos(), ns3::ThreeGppRmaPropagationLossModel::GetLossNlos(), ns3::ThreeGppUmaPropagationLossModel::GetLossNlos(), ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetLossNlos(), ns3::ThreeGppV2vUrbanPropagationLossModel::GetLossNlos(), GetO2iHighPenetrationLoss(), GetO2iLowPenetrationLoss(), ns3::ThreeGppNTNDenseUrbanPropagationLossModel::GetShadowingStd(), ns3::ThreeGppNTNRuralPropagationLossModel::GetShadowingStd(), ns3::ThreeGppNTNSuburbanPropagationLossModel::GetShadowingStd(), ns3::ThreeGppNTNUrbanPropagationLossModel::GetShadowingStd(), ns3::ThreeGppRmaPropagationLossModel::GetShadowingStd(), and SetFrequency().
|
protected |
a normal random variable for the calculation of 02i high loss, see TR38.901 Table 7.4.3-2
Definition at line 301 of file three-gpp-propagation-loss-model.h.
Referenced by ThreeGppPropagationLossModel(), DoAssignStreams(), and GetO2iHighPenetrationLoss().
|
protected |
a normal random variable for the calculation of 02i low loss, see TR38.901 Table 7.4.3-2
Definition at line 298 of file three-gpp-propagation-loss-model.h.
Referenced by ThreeGppPropagationLossModel(), DoAssignStreams(), and GetO2iLowPenetrationLoss().
|
protected |
normal random variable
Definition at line 270 of file three-gpp-propagation-loss-model.h.
Referenced by ThreeGppPropagationLossModel(), DoAssignStreams(), ns3::ThreeGppUmaPropagationLossModel::DoAssignStreams(), ns3::ThreeGppV2vUrbanPropagationLossModel::DoAssignStreams(), and GetShadowing().
|
mutableprotected |
map to store the o2i Loss values
Definition at line 291 of file three-gpp-propagation-loss-model.h.
Referenced by GetO2iHighPenetrationLoss(), and GetO2iLowPenetrationLoss().
|
protected |
a uniform random variable for the calculation of the indoor loss, see TR38.901 Table 7.4.3-2
Definition at line 293 of file three-gpp-propagation-loss-model.h.
Referenced by ThreeGppPropagationLossModel(), DoAssignStreams(), ns3::ThreeGppRmaPropagationLossModel::GetO2iDistance2dIn(), ns3::ThreeGppUmaPropagationLossModel::GetO2iDistance2dIn(), and ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetO2iDistance2dIn().
|
protected |
a uniform random variable for the calculation of the indoor loss, see TR38.901 Table 7.4.3-2
Definition at line 295 of file three-gpp-propagation-loss-model.h.
Referenced by ThreeGppPropagationLossModel(), DoAssignStreams(), ns3::ThreeGppRmaPropagationLossModel::GetO2iDistance2dIn(), ns3::ThreeGppUmaPropagationLossModel::GetO2iDistance2dIn(), and ns3::ThreeGppUmiStreetCanyonPropagationLossModel::GetO2iDistance2dIn().
|
protected |
enable/disable shadowing
Definition at line 267 of file three-gpp-propagation-loss-model.h.
Referenced by DoCalcRxPower(), and GetTypeId().
|
mutableprotected |
map to store the shadowing values
Definition at line 281 of file three-gpp-propagation-loss-model.h.
Referenced by DoDispose(), and GetShadowing().