A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::UplinkLteGlobalPathlossDatabase Class Reference

Store the last pathloss value for each TX-RX pair for uplink. More...

#include "lte-global-pathloss-database.h"

Inheritance diagram for ns3::UplinkLteGlobalPathlossDatabase:
Collaboration diagram for ns3::UplinkLteGlobalPathlossDatabase:

Public Member Functions

void UpdatePathloss (std::string context, Ptr< const SpectrumPhy > txPhy, Ptr< const SpectrumPhy > rxPhy, double lossDb) override
 update the pathloss value
Public Member Functions inherited from ns3::LteGlobalPathlossDatabase
virtual ~LteGlobalPathlossDatabase ()
double GetPathloss (uint16_t cellId, uint64_t imsi)
void Print ()
 print the stored pathloss values to standard output

Additional Inherited Members

Protected Attributes inherited from ns3::LteGlobalPathlossDatabase
std::map< uint16_t, std::map< uint64_t, double > > m_pathlossMap
 List of the last pathloss value for each UE by CellId.

Detailed Description

Store the last pathloss value for each TX-RX pair for uplink.

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

Member Function Documentation

◆ UpdatePathloss()

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

update the pathloss value

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

Implements ns3::LteGlobalPathlossDatabase.

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

References ns3::LteGlobalPathlossDatabase::m_pathlossMap, and NS_LOG_FUNCTION.

Referenced by LteEnbAntennaTestCase::DoRun().

Here is the caller graph for this function:

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