NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::LteEnbPhy Class Reference

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

ns3::LteEnbPhy is accessible through the following paths with Config::Set and Config::Connect:

  • "/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy"
  • "/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbPhy"

Attributes

  • TxPower: Transmission power in dBm
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 30
    • Flags: construct write read
  • NoiseFigure: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver. According to Wikipedia (http://en.wikipedia.org/wiki/Noise_figure), this is "the difference in decibels (dB) between the noise output of the actual receiver to the noise output of an ideal receiver with the same overall gain and bandwidth when the receivers are connected to sources at the standard noise temperature T0." In this model, we consider T0 = 290K.
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 5
    • Flags: construct write read
  • MacToChannelDelay: The delay in TTI units that occurs between a scheduling decision in the MAC and the actual start of the transmission by the PHY. This is intended to be used to model the latency of real PHY and MAC implementations.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 0:255
    • Initial value: 2
    • Flags: construct write read
  • UeSinrSamplePeriod: The sampling period for reporting UEs' SINR stats.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:65535
    • Initial value: 1
    • Flags: construct write read
  • InterferenceSamplePeriod: The sampling period for reporting interference stats
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:65535
    • Initial value: 1
    • Flags: construct write read
  • DlSpectrumPhy: The downlink LteSpectrumPhy associated to this LtePhy
    • Set with class: ns3::PointerValue
    • Underlying type: ns3::Ptr< ns3::LteSpectrumPhy>
    • Flags: read
  • UlSpectrumPhy: The uplink LteSpectrumPhy associated to this LtePhy
    • Set with class: ns3::PointerValue
    • Underlying type: ns3::Ptr< ns3::LteSpectrumPhy>
    • Flags: read

TraceSources

  • ReportUeSinr: Report UEs' averaged linear SINR
    Callback signature: ns3::LteEnbPhy::ReportUeSinrTracedCallback
  • ReportInterference: Report linear interference power per PHY RB
    Callback signature: ns3::LteEnbPhy::ReportInterferenceTracedCallback
  • DlPhyTransmission: DL transmission PHY layer statistics.
    Callback signature: ns3::PhyTransmissionStatParameters::TracedCallback

Size of this type is 672 bytes (on a 64-bit architecture).


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