主要几个LTE类的默认参数设置

ns3::LteHelper

Attributes for TypeId ns3::LteHelper

    --ns3::LteHelper::Scheduler=[ns3::PfFfMacScheduler] 调度算法,默认是公平比例算法
        The type of scheduler to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::FfMacScheduler.
    --ns3::LteHelper::HandoverAlgorithm=[ns3::NoOpHandoverAlgorithm]切换算法
        The type of handover algorithm to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::HandoverAlgorithm.
    --ns3::LteHelper::PathlossModel=[ns3::FriisPropagationLossModel]信道大尺度传播模型
        The type of pathloss model to be used. The allowed values for this attributes are the type names of any class inheriting from ns3::PropagationLossModel.
    --ns3::LteHelper::FadingModel=[] 小尺度衰减模型,可以设置为"ns3::TraceFadingLossModel"
        The type of fading model to be used.The allowed values for this attributes are the type names of any class inheriting from ns3::SpectrumPropagationLossModel.If the type is set to an empty string, no fading model is used.
    --ns3::LteHelper::UseIdealRrc=[true]
        If true, LteRrcProtocolIdeal will be used for RRC signaling. If false, LteRrcProtocolReal will be used.
    --ns3::LteHelper::AnrEnabled=[true]

        Activate or deactivate Automatic Neighbour Relation function

ns3::LteEnbNetDevice

Attributes for TypeId ns3::LteEnbNetDevice
    --ns3::LteEnbNetDevice::LteEnbRrc=[0]
        The RRC associated to this EnbNetDevice
    --ns3::LteEnbNetDevice::LteHandoverAlgorithm=[0]
        The handover algorithm associated to this EnbNetDevice
    --ns3::LteEnbNetDevice::LteAnr=[0]
        The automatic neighbour relation function associated to this EnbNetDevice
    --ns3::LteEnbNetDevice::LteEnbMac=[0]
        The MAC associated to this EnbNetDevice
    --ns3::LteEnbNetDevice::FfMacScheduler=[0]
        The scheduler associated to this EnbNetDevice
    --ns3::LteEnbNetDevice::LteEnbPhy=[0]
        The PHY associated to this EnbNetDevice
    --ns3::LteEnbNetDevice::UlBandwidth=[25]
        Uplink Transmission Bandwidth Configuration in number of Resource Blocks
    --ns3::LteEnbNetDevice::DlBandwidth=[25]
        Downlink Transmission Bandwidth Configuration in number of Resource Blocks
    --ns3::LteEnbNetDevice::CellId=[0]
        Cell Identifier
    --ns3::LteEnbNetDevice::DlEarfcn=[100]
        Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
    --ns3::LteEnbNetDevice::UlEarfcn=[18100]
        Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
    --ns3::LteEnbNetDevice::CsgId=[0]
        The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
    --ns3::LteEnbNetDevice::CsgIndication=[false]
        If true, only UEs which are members of the CSG (i.e. same CSG ID) can gain access to the eNodeB, therefore enforcing closed access mode. Otherwise, the eNodeB operates as a non-CSG cell and implements open access mode.

ns3::LteEnbMac

Attributes for TypeId ns3::LteEnbMac
    --ns3::LteEnbMac::NumberOfRaPreambles=[50]
        how many random access preambles are available for the contention based RACH process
    --ns3::LteEnbMac::PreambleTransMax=[50]
        Maximum number of random access preamble transmissions
    --ns3::LteEnbMac::RaResponseWindowSize=[3]
        length of the window (in TTIs) for the reception of the random access response (RAR); the resulting RAR timeout is this value + 3 ms

ns3::LteEnbPhy

Attributes for TypeId ns3::LteEnbPhy
    --ns3::LteEnbPhy::TxPower=[30]
        Transmission power in dBm
    --ns3::LteEnbPhy::NoiseFigure=[5]
        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.
    --ns3::LteEnbPhy::MacToChannelDelay=[2]
        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.
    --ns3::LteEnbPhy::UeSinrSamplePeriod=[1]
        The sampling period for reporting UEs' SINR stats (default value 1)
    --ns3::LteEnbPhy::InterferenceSamplePeriod=[1]
        The sampling period for reporting interference stats (default value 1)
    --ns3::LteEnbPhy::DlSpectrumPhy=[0]
        The downlink LteSpectrumPhy associated to this LtePhy
    --ns3::LteEnbPhy::UlSpectrumPhy=[0]
        The uplink LteSpectrumPhy associated to this LtePhy

ns3::LteUePhy

Attributes for TypeId ns3::LteUePhy
    --ns3::LteUePhy::TxPower=[10]
        Transmission power in dBm
    --ns3::LteUePhy::NoiseFigure=[9]
        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.
    --ns3::LteUePhy::TxMode1Gain=[0]
        Transmission mode 1 gain in dB
    --ns3::LteUePhy::TxMode2Gain=[4.2]
        Transmission mode 2 gain in dB
    --ns3::LteUePhy::TxMode3Gain=[-2.8]
        Transmission mode 3 gain in dB
    --ns3::LteUePhy::TxMode4Gain=[0]
        Transmission mode 4 gain in dB
    --ns3::LteUePhy::TxMode5Gain=[0]
        Transmission mode 5 gain in dB
    --ns3::LteUePhy::TxMode6Gain=[0]
        Transmission mode 6 gain in dB
    --ns3::LteUePhy::TxMode7Gain=[0]
        Transmission mode 7 gain in dB
    --ns3::LteUePhy::RsrpSinrSamplePeriod=[1]
        The sampling period for reporting RSRP-SINR stats (default value 1)
    --ns3::LteUePhy::DlSpectrumPhy=[0]
        The downlink LteSpectrumPhy associated to this LtePhy
    --ns3::LteUePhy::UlSpectrumPhy=[0]
        The uplink LteSpectrumPhy associated to this LtePhy
    --ns3::LteUePhy::RsrqUeMeasThreshold=[-1000]
        Receive threshold for PSS on RSRQ [dB]
    --ns3::LteUePhy::UeMeasurementsFilterPeriod=[+200000000.0ns]
        Time period for reporting UE measurements (default 200 ms.)

 ns3::PointToPointEpcHelper

Attributes for TypeId ns3::PointToPointEpcHelper
    --ns3::PointToPointEpcHelper::S1uLinkDataRate=[10000000000bps]
        The data rate to be used for the next S1-U link to be created
    --ns3::PointToPointEpcHelper::S1uLinkDelay=[+0.0ns]
        The delay to be used for the next S1-U link to be created
    --ns3::PointToPointEpcHelper::S1uLinkMtu=[2000]
        The MTU of the next S1-U link to be created. Note that, because of the additional GTP/UDP/IP tunneling overhead, you need a MTU larger than the end-to-end MTU that you want to support.
    --ns3::PointToPointEpcHelper::X2LinkDataRate=[10000000000bps]
        The data rate to be used for the next X2 link to be created
    --ns3::PointToPointEpcHelper::X2LinkDelay=[+0.0ns]
        The delay to be used for the next X2 link to be created
    --ns3::PointToPointEpcHelper::X2LinkMtu=[3000]
        The MTU of the next X2 link to be created. Note that, because of some big X2 messages, you need a big MTU.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值