A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::UplinkLteGlobalPathlossDatabase Class Reference
+ Inheritance diagram for ns3::UplinkLteGlobalPathlossDatabase:

Public Member Functions

virtual void UpdatePathloss (std::string context, Ptr< SpectrumPhy > txPhy, Ptr< SpectrumPhy > rxPhy, double lossDb)
 
- Public Member Functions inherited from ns3::LteGlobalPathlossDatabase
double GetPathloss (uint16_t cellId, uint64_t imsi)
 
void Print ()
 

Additional Inherited Members

- Protected Attributes inherited from ns3::LteGlobalPathlossDatabase
std::map< uint16_t, std::map
< uint64_t, double > > 
m_pathlossMap
 

Detailed Description

Definition at line 87 of file lte-global-pathloss-database.h.

Member Function Documentation

void ns3::UplinkLteGlobalPathlossDatabase::UpdatePathloss ( std::string  context,
Ptr< SpectrumPhy txPhy,
Ptr< SpectrumPhy rxPhy,
double  lossDb 
)
virtual

update the pathloss value

Parameters
context
txPhythe transmitting PHY
rxPhythe receiving PHY
lossDbthe loss in dB

Implements ns3::LteGlobalPathlossDatabase.

Definition at line 88 of file lte-global-pathloss-database.cc.

References ns3::SpectrumPhy::GetDevice(), and NS_LOG_FUNCTION.

Referenced by ns3::LteEnbAntennaTestCase::DoRun().


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