ns-3
ns3::LtePropagationLossModel Class Reference

propagation loss model for LTE More...

#include <lte-propagation-loss-model.h>

Inheritance diagram for ns3::LtePropagationLossModel:
Collaboration diagram for ns3::LtePropagationLossModel:

List of all members.

Public Types

typedef std::pair< Ptr< const
MobilityModel >, Ptr< const
MobilityModel > > 
ChannelRealizationId_t
 The couple of mobility mnode that form a channel realization.

Public Member Functions

void CreateChannelRealization (Ptr< const MobilityModel > enbMobility, Ptr< const MobilityModel > ueMobility)
 Create a channel realization among two device.
Ptr< ChannelRealizationGetChannelRealization (Ptr< const MobilityModel > a, Ptr< const MobilityModel > b) const
 Get a channel realization among two device.

Static Public Member Functions

static TypeId GetTypeId ()
 This method returns the TypeId associated to ns3::LtePropagationLossModel.

Detailed Description

propagation loss model for LTE


Member Function Documentation

void ns3::LtePropagationLossModel::CreateChannelRealization ( Ptr< const MobilityModel enbMobility,
Ptr< const MobilityModel ueMobility 
)

Create a channel realization among two device.

Parameters:
enbMobilitymobility object of the enb
ueMobilitymobility object of the ue

References NS_LOG_FUNCTION.

Get a channel realization among two device.

Parameters:
athe mobility object of the enb
bthe mobility object of the ue
Returns:
the pointer to the channel realization

References NS_LOG_FUNCTION.

This method returns the TypeId associated to ns3::LtePropagationLossModel.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::LtePropagationLossModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::SpectrumPropagationLossModel/$ns3::LtePropagationLossModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::LtePropagationLossModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::SpectrumPropagationLossModel/$ns3::LtePropagationLossModel

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::SpectrumPropagationLossModel.

References ns3::TypeId::SetParent().


The documentation for this class was generated from the following files: