This is a list of all Attributes classes. For more information see the Attributes section of this API documentation and the Attributes sections in the Tutorial and Manual.
ns3::A2A4RsrqHandoverAlgorithm
-
NeighbourCellOffset: Minimum offset between the serving and the best neighbour cell to trigger the handover. Expressed in quantized range of [0..34] as per Section 9.1.7 of 3GPP TS 36.133.
-
ServingCellThreshold: If the RSRQ of the serving cell is worse than this threshold, neighbour cells are consider for handover. Expressed in quantized range of [0..34] as per Section 9.1.7 of 3GPP TS 36.133.
ns3::A3RsrpHandoverAlgorithm
-
Hysteresis: Handover margin (hysteresis) in dB (rounded to the nearest multiple of 0.5 dB)
-
TimeToTrigger: Time during which neighbour cell's RSRP must continuously higher than serving cell's RSRP in order to trigger a handover
ns3::AarfcdWifiManager
-
MaxRtsWnd: Maximum value for RTS window of AARF-CD
-
MaxSuccessThreshold: Maximum value of the success threshold in the AARF algorithm.
-
MinRtsWnd: Minimum value for RTS window of AARF-CD
-
MinSuccessThreshold: The minimum value for the success threshold in the AARF algorithm.
-
MinTimerThreshold: The minimum value for the 'timer' threshold in the AARF algorithm.
-
SuccessK: Multiplication factor for the success threshold in the AARF algorithm.
-
TimerK: Multiplication factor for the timer threshold in the AARF algorithm.
-
TurnOffRtsAfterRateDecrease: If true the RTS mechanism will be turned off when the rate will be decreased
-
TurnOnRtsAfterRateIncrease: If true the RTS mechanism will be turned on when the rate will be increased
ns3::AarfWifiManager
-
MaxSuccessThreshold: Maximum value of the success threshold in the AARF algorithm.
-
MinSuccessThreshold: The minimum value for the success threshold in the AARF algorithm.
-
MinTimerThreshold: The minimum value for the 'timer' threshold in the AARF algorithm.
-
SuccessK: Multiplication factor for the success threshold in the AARF algorithm.
-
TimerK: Multiplication factor for the timer threshold in the AARF algorithm.
ns3::AcousticModemEnergyModel
-
IdlePowerW: The modem Idle power in Watts
-
RxPowerW: The modem Rx power in Watts
-
SleepPowerW: The modem Sleep power in Watts
-
TxPowerW: The modem Tx power in Watts
ns3::AdvancedApEmlsrManager
-
EarlySwitchToListening: Whether the AP MLD assumes that an EMLSR client is able to detect at the end of the MAC header that a PSDU is not addressed to it and immediately starts switching to listening mode.
-
UpdateCwAfterFailedIcf: Whether the AP MLD shall double the CW upon CTS timeout after an MU-RTS in case all the clients solicited by the MU-RTS are EMLSR clients that have sent (or are sending) a frame to the AP on another link.
-
UseNotifiedMacHdr: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.
-
WaitTransDelayOnPsduRxError: If true, the AP MLD waits for a response timeout after a PSDU reception error before starting the transition delay for the EMLSR client that sent the failed PSDU. Otherwise, the AP MLD does not start the transition delay timer for the EMLSR client that sent the failed PSDU.
ns3::AdvancedEmlsrManager
-
AllowUlTxopInRx: Whether a (main or aux) PHY is allowed to start an UL TXOP if another PHY is receiving a PPDU (possibly starting a DL TXOP). If this attribute is true, the PPDU may be dropped.
-
InterruptSwitch: Whether the main PHY can be interrupted while switching to start switching to another link.
-
SwitchMainPhyBackDelay: Duration of the timer started in case of non-TX capable aux PHY (that does not switch link) when medium is sensed busy during the PIFS interval preceding/following the main PHY switch end. When the timer expires, the main PHY is switched back to the preferred link.
-
UseAuxPhyCca: Whether the CCA performed in the last PIFS interval by a non-TX capable aux PHY should be used when the main PHY ends switching to the aux PHY's link to determine whether TX can start or not (and what bandwidth can be used for transmission) independently of whether the aux PHY bandwidth is smaller than the main PHY bandwidth or not.
ns3::AlohaNoackNetDevice
-
Address: The MAC address of this device.
-
Mtu: The Maximum Transmission Unit
-
Phy: The PHY layer attached to this device.
-
Queue: packets being transmitted get queued here
ns3::AmrrWifiManager
-
FailureRatio: Ratio of minimum erroneous transmissions needed to switch to a lower rate
-
MaxSuccessThreshold: Maximum number of consecutive success periods needed to switch to a higher rate
-
MinSuccessThreshold: Minimum number of consecutive success periods needed to switch to a higher rate
-
SuccessRatio: Ratio of maximum erroneous transmissions needed to switch to a higher rate
-
UpdatePeriod: The interval between decisions about rate control changes
ns3::aodv::RoutingProtocol
-
ActiveRouteTimeout: Period of time during which the route is considered to be valid
-
AllowedHelloLoss: Number of hello messages which may be loss for valid link.
-
BlackListTimeout: Time for which the node is put into the blacklist = RreqRetries * NetTraversalTime
-
DeletePeriod: DeletePeriod is intended to provide an upper bound on the time for which an upstream node A can have a neighbor B as an active next hop for destination D, while B has invalidated the route to D. = 5 * max (HelloInterval, ActiveRouteTimeout)
-
DestinationOnly: Indicates only the destination may respond to this RREQ.
-
EnableBroadcast: Indicates whether a broadcast data packets forwarding enable.
-
EnableHello: Indicates whether a hello messages enable.
-
GratuitousReply: Indicates whether a gratuitous RREP should be unicast to the node originated route discovery.
-
HelloInterval: HELLO messages emission interval.
-
MaxQueueLen: Maximum number of packets that we allow a routing protocol to buffer.
-
MaxQueueTime: Maximum time packets can be queued (in seconds)
-
MyRouteTimeout: Value of lifetime field in RREP generating by this node = 2 * max(ActiveRouteTimeout, PathDiscoveryTime)
-
NetDiameter: Net diameter measures the maximum possible number of hops between two nodes in the network
-
NetTraversalTime: Estimate of the average net traversal time = 2 * NodeTraversalTime * NetDiameter
-
NextHopWait: Period of our waiting for the neighbour's RREP_ACK = 10 ms + NodeTraversalTime
-
NodeTraversalTime: Conservative estimate of the average one hop traversal time for packets and should include queuing delays, interrupt processing times and transfer times.
-
PathDiscoveryTime: Estimate of maximum time needed to find route in network = 2 * NetTraversalTime
-
RerrRateLimit: Maximum number of RERR per second.
-
RreqRateLimit: Maximum number of RREQ per second.
-
RreqRetries: Maximum number of retransmissions of RREQ to discover a route
-
TimeoutBuffer: Provide a buffer for the timeout.
-
TtlIncrement: TTL increment for each attempt using the expanding ring search for RREQ dissemination.
-
TtlStart: Initial TTL value for RREQ.
-
TtlThreshold: Maximum TTL value for expanding ring search, TTL = NetDiameter is used beyond this value.
-
UniformRv: Access to the underlying UniformRandomVariable
ns3::AparfWifiManager
-
FailThreshold: The minimum number of failed transmissions to try a new power or rate.
-
PowerDecrementStep: Step size for decrement the power.
-
PowerIncrementStep: Step size for increment the power.
-
PowerThreshold: The maximum number of power changes.
-
RateDecrementStep: Step size for decrement the rate.
-
RateIncrementStep: Step size for increment the rate.
-
SuccessThreshold1: The minimum number of successful transmissions in "High" state to try a new power or rate.
-
SuccessThreshold2: The minimum number of successful transmissions in "Low" state to try a new power or rate.
ns3::Application
-
StartTime: Time at which the application will start
-
StopTime: Time at which the application will stop
ns3::ApWifiMac
-
AifsnsForSta: The AIFSN values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the AIFSN values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 3,3,3; VI 2,2,2" defines the AIFSN values for AC BE and AC VI for an AP MLD having three links.
-
BeaconGeneration: Whether or not beacons are generated.
-
BeaconInterval: Delay between two beacons
-
BeaconJitter: A uniform random variable to cause the initial beacon starting time (after simulation time 0) to be distributed between 0 and the BeaconInterval.
-
BsrLifetime: Lifetime of Buffer Status Reports received from stations.
-
CwMaxsForSta: The CW max values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the CW max values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 31,31,31; VI 15,15,15" defines the CW max values for AC BE and AC VI for an AP MLD having three links.
-
CwMinsForSta: The CW min values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the CW min values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 31,31,31; VI 15,15,15" defines the CW min values for AC BE and AC VI for an AP MLD having three links.
-
EnableBeaconJitter: If beacons are enabled, whether to jitter the initial send event.
-
EnableNonErpProtection: Whether or not protection mechanism should be used when non-ERP STAs are present within the BSS.This parameter is only used when ERP is supported by the AP.
-
FdBeaconInterval6GHz: Time between a Beacon frame and a FILS Discovery (FD) frame or between two FD frames to be sent on a 6GHz link. A value of zero disables the transmission of FD frames.
-
FdBeaconIntervalNon6GHz: Time between a Beacon frame and a FILS Discovery (FD) frame or between two FD frames to be sent on a non-6GHz link. A value of zero disables the transmission of FD frames.
-
GcrManager: The GCR manager object.
-
SendUnsolProbeResp: Send unsolicited broadcast Probe Response instead of FILS Discovery
-
TxopLimitsForSta: The TXOP limit values that the AP advertises in EDCA Parameter Set elements and the associated stations will use. The value of this attribute is an AC-indexed map containing the TXOP limit values for given ACs for all the links (sorted in increasing order of link ID). If no values are provided for an AC, the same values used by the AP are advertised. In case a string is used to set this attribute, the string shall contain the pairs separated by a semicolon (;); in every pair, the AC index and the list of values are separated by a blank space, and the values of a list are separated by a comma (,) without spaces. E.g. "BE 3200us,3200us,3200us; VI 2400us,2400us,2400us" defines the TXOP limit values for AC BE and AC VI for an AP MLD having three links.
ns3::ArfWifiManager
-
SuccessThreshold: The minimum number of successful transmissions to try a new rate.
-
TimerThreshold: The 'timer' threshold in the ARF algorithm.
ns3::ArpCache
-
AliveTimeout: When this timeout expires, the matching cache entry needs refreshing
-
DeadTimeout: When this timeout expires, a new attempt to resolve the matching entry is made
-
MaxRetries: Number of retransmissions of ArpRequest before marking dead
-
PendingQueueSize: The size of the queue for packets pending an arp reply.
-
WaitReplyTimeout: When this timeout expires, the cache entries will be scanned and entries in WaitReply state will resend ArpRequest unless MaxRetries has been exceeded, in which case the entry is marked dead
ns3::ArpL3Protocol
-
CacheList: The list of ARP caches
-
RequestJitter: The jitter in ms a node is allowed to wait before sending an ARP request. Some jitter aims to prevent collisions. By default, the model will wait for a duration in ms defined by a uniform random-variable between 0 and RequestJitter
ns3::AthstatsWifiTraceSink
-
Interval: Time interval between reports
ns3::BaseStationNetDevice
-
BSScheduler: Downlink Scheduler for BS
-
BsIpcsPacketClassifier: The uplink IP packet classifier attached to this device.
-
BwReqOppSize: The bandwidth request opportunity size in symbols
-
DcdInterval: Time between transmission of DCD messages. Maximum value is 10s.
-
InitialRangInterval: Time between Initial Ranging regions assigned by the BS. Maximum is 2s
-
IntervalT8: Wait for DSA/DSC Acknowledge timeout. Maximum 300ms.
-
LinkManager: The link manager attached to this device.
-
MaxRangCorrectionRetries: Number of retries on contention Ranging Requests
-
RangReqOppSize: The ranging opportunity size in symbols
-
SSManager: The ss manager attached to this device.
-
Scheduler: The BS scheduler attached to this device.
-
ServiceFlowManager: The service flow manager attached to this device.
-
UcdInterval: Time between transmission of UCD messages. Maximum value is 10s.
-
UplinkScheduler: The uplink scheduler attached to this device.
ns3::BernoulliRandomVariable
-
Probability: The probability of the random variable returning a value of 1.
ns3::BinomialRandomVariable
-
Probability: The probability of success in each trial.
-
Trials: The number of trials.
ns3::BridgeNetDevice
-
EnableLearning: Enable the learning mode of the Learning Bridge
-
ExpirationTime: Time it takes for learned MAC state entry to expire.
-
Mtu: The MAC-level Maximum Transmission Unit
ns3::Building
-
Boundaries: The boundaries of this Building as a value of type ns3::Box
-
ExternalWallsType: The type of material of which the external walls are made
-
Id: The id (unique integer) of this Building.
-
NFloors: The number of floors of this building.
-
NRoomsX: The number of rooms in the X axis.
-
NRoomsY: The number of rooms in the Y axis.
-
Type: The type of building
ns3::BuildingListPriv
-
BuildingList: The list of all buildings created during the simulation.
ns3::BuildingsPropagationLossModel
-
InternalWallLoss: Additional loss for each internal wall [dB]
-
ShadowSigmaExtWalls: Standard deviation of the normal distribution used to calculate the shadowing due to ext walls
-
ShadowSigmaIndoor: Standard deviation of the normal distribution used to calculate the shadowing for indoor nodes
-
ShadowSigmaOutdoor: Standard deviation of the normal distribution used to calculate the shadowing for outdoor nodes
ns3::BulkSendApplication
-
EnableSeqTsSizeHeader: Add SeqTsSizeHeader to each packet
-
MaxBytes: The total number of bytes to send. Once these bytes are sent, no data is sent again. The value zero means that there is no limit.
-
Protocol: The type of protocol to use.
-
SendSize: The amount of data to send each time.
ns3::BurstErrorModel
-
BurstSize: The number of packets being corrupted at one drop.
-
BurstStart: The decision variable attached to this error model.
-
ErrorRate: The burst error event.
ns3::CalendarScheduler
-
Reverse: Store events in reverse chronological order
ns3::CaraWifiManager
-
FailureThreshold: The number of consecutive transmissions failure to decrease the rate.
-
ProbeThreshold: The number of consecutive transmissions failure to activate the RTS probe.
-
SuccessThreshold: The minimum number of successful transmissions to try a new rate.
-
Timeout: The 'timer' in the CARA algorithm
ns3::CcHelper
-
DlBandwidth: Set Dl Bandwidth for the first carrier component
-
DlEarfcn: Set Dl Channel [EARFCN] for the first carrier component
-
NumberOfComponentCarriers: Set the number of Component Carriers to setup per eNodeBCurrently the maximum Number of Component Carriers allowed is 2
-
UlBandwidth: Set Dl Bandwidth for the first carrier component
-
UlEarfcn: Set Ul Channel [EARFCN] for the first carrier component
ns3::Channel
-
Id: The id (unique integer) of this Channel.
ns3::ChannelAccessManager
-
GenerateBackoffIfTxopWithoutTx: Specify whether the backoff should be invoked when the AC gains the right to start a TXOP but it does not transmit any frame (e.g., due to constraints associated with EMLSR operations), provided that the queue is not actually empty.
-
NSlotsLeft: Fire the NSlotsLeftAlert trace source when the backoff counter with the minimum value among all ACs reaches this value or it is started with a value less than this attribute. If this value is zero, the trace source is never fired.
-
ProactiveBackoff: Specify whether a new backoff value is generated when a CCA busy period starts, the backoff counter is zero and the station is not a TXOP holder. This is useful to generate a new backoff value when, e.g., the backoff counter reaches zero, the station does not transmit and subsequently the medium becomes busy.
ns3::ChannelListPriv
-
ChannelList: The list of all channels created during the simulation.
ns3::CircularApertureAntennaModel
-
AntennaCircularApertureRadius: The radius of the aperture of the antenna, in meters
-
AntennaMaxGainDb: The maximum gain value in dB of the antenna
-
AntennaMinGainDb: The minimum gain value in dB of the antenna
-
ForceGainBounds: Force GetGainDb to [AntennaMinGainDb, AntennaMaxGainDb] range
-
OperatingFrequency: The operating frequency in Hz of the antenna
ns3::CobaltQueueDisc
-
BlueThreshold: The Threshold after which Blue is enabled
-
CeThreshold: The CoDel CE threshold for marking packets
-
Decrement: Pdrop decrement Value
-
Increment: Pdrop increment value
-
Interval: The Cobalt algorithm interval
-
MaxSize: The maximum number of packets/bytes accepted by this queue disc.
-
Pdrop: Marking Probability
-
Target: The Cobalt algorithm target queue delay
-
UseEcn: True to use ECN (packets are marked instead of being dropped)
-
UseL4s: True to use L4S (only ECT1 packets are marked at CE threshold)
ns3::CoDelQueueDisc
-
CeThreshold: The CoDel CE threshold for marking packets
-
Interval: The CoDel algorithm interval
-
MaxSize: The maximum number of packets/bytes accepted by this queue disc.
-
MinBytes: The CoDel algorithm minbytes parameter.
-
Target: The CoDel algorithm target queue delay
-
UseEcn: True to use ECN (packets are marked instead of being dropped)
-
UseL4s: True to use L4S (only ECT1 packets are marked at CE threshold)
ns3::ComponentCarrier
-
CsgId: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
-
CsgIndication: 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.
-
DlBandwidth: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
-
DlEarfcn: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
-
PrimaryCarrier: If true, this Carrier Component will be the Primary Carrier Component (PCC) Only one PCC per eNodeB is (currently) allowed
-
UlBandwidth: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
-
UlEarfcn: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
ns3::ComponentCarrierEnb
-
FfMacScheduler: The scheduler associated to this EnbNetDevice
-
LteEnbMac: The MAC associated to this EnbNetDevice
-
LteEnbPhy: The PHY associated to this EnbNetDevice
-
LteFfrAlgorithm: The FFR algorithm associated to this EnbNetDevice
ns3::ComponentCarrierUe
-
LteUeMac: The MAC associated to this UeNetDevice
-
LteUePhy: The PHY associated to this EnbNetDevice
ns3::ConfigStore
-
FileFormat: Type of file format
-
Filename: The file where the configuration should be saved to or loaded from.
-
Mode: Configuration mode
-
SaveDeprecated: Save DEPRECATED attributes
ns3::ConstantRandomVariable
-
Constant: The constant value returned by this RNG stream.
ns3::ConstantRateWifiManager
-
ControlMode: The transmission mode to use for every RTS packet transmission.
-
DataMode: The transmission mode to use for every data packet transmission
ns3::ConstantSpectrumPropagationLossModel
-
Loss: Path loss (dB) between transmitter and receiver
ns3::ConstantSpeedPropagationDelayModel
-
Speed: The propagation speed (m/s) in the propagation medium being considered. The default value is the propagation speed of light in the vacuum.
ns3::CosineAntennaModel
-
HorizontalBeamwidth: The 3 dB horizontal beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain
-
MaxGain: The gain (dB) at the antenna boresight (the direction of maximum gain)
-
Orientation: The angle (degrees) that expresses the orientation of the antenna on the x-y plane relative to the x axis
-
VerticalBeamwidth: The 3 dB vertical beamwidth (degrees). A beamwidth of 360 deg corresponds to constant gain
ns3::Cost231PropagationLossModel
-
BSAntennaHeight: BS Antenna Height (default is 50m).
-
Frequency: The Frequency (default is 2.3 GHz).
-
Lambda: The wavelength (default is 2.3 GHz at 300 000 km/s).
-
MinDistance: The distance under which the propagation model refuses to give results (m).
-
SSAntennaHeight: SS Antenna Height (default is 3m).
ns3::CqaFfMacScheduler
-
CqaMetric: CqaFfMacScheduler metric type that can be: CqaFf, CqaPf
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::CsmaChannel
-
DataRate: The transmission data rate to be provided to devices connected to the channel
-
Delay: Transmission delay through the channel
ns3::CsmaNetDevice
-
Address: The MAC address of this device.
-
EncapsulationMode: The link-layer encapsulation type to use.
-
Mtu: The MAC-level Maximum Transmission Unit
-
ReceiveEnable: Enable or disable the receiver section of the device.
-
ReceiveErrorModel: The receiver error model used to simulate packet loss
-
SendEnable: Enable or disable the transmitter section of the device.
-
TxQueue: A queue to use as the transmit queue in the device.
ns3::DataCollectionObject
-
Enabled: Object's enabled status
-
Name: Object's name
ns3::DefaultEmlsrManager
-
SwitchAuxPhy: Whether Aux PHY should switch channel to operate on the link on which the Main PHY was operating before moving to the link of the Aux PHY. Note that, if the Aux PHY does not switch channel, the main PHY will switch back to its previous link once the TXOP terminates (otherwise, no PHY will be listening on that EMLSR link).
ns3::DhcpClient
-
Collect: Time for which offer collection starts
-
RTRS: Time for retransmission of Discover message
-
ReRequest: Time after which request will be resent to next server
-
Transactions: The possible value of transaction numbers
ns3::DhcpServer
-
FirstAddress: The First valid address that can be given.
-
Gateway: Address of default gateway
-
LastAddress: The Last valid address that can be given.
-
LeaseTime: Lease for which address will be leased.
-
PoolAddresses: Pool of addresses to provide on request.
-
PoolMask: Mask of the pool of addresses.
-
RebindTime: Time after which client should rebind.
-
RenewTime: Time after which client should renew.
ns3::dot11s::AirtimeLinkMetricCalculator
-
Dot11MetricTid: TID used to calculate metric (data rate)
-
TestLength: Number of bytes in test frame (a constant 1024 in the standard)
ns3::dot11s::HwmpProtocol
-
DoFlag: Destination only HWMP flag
-
Dot11MeshHWMPactivePathTimeout: Lifetime of reactive routing information
-
Dot11MeshHWMPactiveRootTimeout: Lifetime of proactive routing information
-
Dot11MeshHWMPmaxPREQretries: Maximum number of retries before we suppose the destination to be unreachable
-
Dot11MeshHWMPnetDiameterTraversalTime: Time we suppose the packet to go from one edge of the network to another
-
Dot11MeshHWMPpathToRootInterval: Interval between two successive proactive PREQs
-
Dot11MeshHWMPperrMinInterval: Minimal interval between to successive PREQs
-
Dot11MeshHWMPpreqMinInterval: Minimal interval between to successive PREQs
-
Dot11MeshHWMPrannInterval: Lifetime of proactive routing information
-
MaxQueueSize: Maximum number of packets we can store when resolving route
-
MaxTtl: Initial value of Time To Live field
-
RandomStart: Random delay at first proactive PREQ
-
RfFlag: Reply and forward flag
-
UnicastDataThreshold: Maximum number of broadcast receivers, when we send a broadcast as a chain of unicasts
-
UnicastPerrThreshold: Maximum number of PERR receivers, when we send a PERR as a chain of unicasts
-
UnicastPreqThreshold: Maximum number of PREQ receivers, when we send a PREQ as a chain of unicasts
ns3::dot11s::PeerLink
-
ConfirmTimeout: Confirm timeout
-
HoldingTimeout: Holding timeout
-
MaxBeaconLoss: Maximum number of lost beacons before link will be closed
-
MaxPacketFailure: Maximum number of failed packets before link will be closed
-
MaxRetries: Maximum number of retries
-
RetryTimeout: Retry timeout
ns3::dot11s::PeerManagementProtocol
-
EnableBeaconCollisionAvoidance: Enable/Disable Beacon collision avoidance.
-
MaxBeaconShiftValue: Maximum number of TUs for beacon shifting
-
MaxNumberOfPeerLinks: Maximum number of peer links
ns3::Dot11sStack
-
Root: The MAC address of root mesh point.
ns3::DropTailQueue<Packet>
-
MaxSize: The max queue size
ns3::DropTailQueue<QueueDiscItem>
-
MaxSize: The max queue size
ns3::dsdv::RoutingProtocol
-
EnableBuffering: Enables buffering of data packets if no route to destination is available
-
EnableRouteAggregation: Enables Weighted Settling Time for the updates before advertising
-
EnableWST: Enables Weighted Settling Time for the updates before advertising
-
Holdtimes: Times the forwarding Interval to purge the route.
-
MaxQueueLen: Maximum number of packets that we allow a routing protocol to buffer.
-
MaxQueueTime: Maximum time packets can be queued (in seconds)
-
MaxQueuedPacketsPerDst: Maximum number of packets that we allow per destination to buffer.
-
PeriodicUpdateInterval: Periodic interval between exchange of full routing tables among nodes.
-
RouteAggregationTime: Time to aggregate updates before sending them out (in seconds)
-
SettlingTime: Minimum time an update is to be stored in adv table before sending out in case of change in metric (in seconds)
-
WeightedFactor: WeightedFactor for the settling time if Weighted Settling Time is enabled
ns3::dsr::DsrOptions
-
OptionNumber: The Dsr option number.
ns3::dsr::DsrRouting
-
BlacklistTimeout: The time for a neighbor to stay in blacklist.
-
BroadcastJitter: The jitter time to avoid collision for broadcast packets.
-
CacheType: Use Link Cache or use Path Cache
-
DiscoveryHopLimit: The max discovery hop limit for route requests.
-
EnableSubRoute: Enables saving of sub route when receiving route error messages, only available when using path route cache
-
GraReplyTableSize: The gratuitous reply table size.
-
GratReplyHoldoff: The time for gratuitous reply entry to expire.
-
InitStability: The initial stability factor for link cache
-
LinkAckTimeout: The time a packet in maintenance buffer wait for link acknowledgment.
-
LinkAcknowledgment: Enable Link layer acknowledgment mechanism
-
MaintenanceRetries: Maximum number of retransmissions for data packets from maintenance buffer.
-
MaxCacheLen: Maximum number of route entries that can be stored in route cache.
-
MaxEntriesEachDst: Maximum number of route entries for a single destination to respond.
-
MaxMaintLen: Maximum number of packets that can be stored in maintenance buffer.
-
MaxMaintTime: Maximum time packets can be queued in maintenance buffer.
-
MaxNetworkQueueDelay: The max time for a packet to stay in the network queue.
-
MaxNetworkQueueSize: The max number of packet to save in the network queue.
-
MaxRequestPeriod: The max time interval between route requests.
-
MaxSalvageCount: The max salvage count for a single data packet.
-
MaxSendBuffLen: Maximum number of packets that can be stored in send buffer.
-
MaxSendBuffTime: Maximum time packets can be queued in the send buffer .
-
MinLifeTime: The minimal life time for link cache
-
NodeTraversalTime: The time it takes to traverse two neighboring nodes.
-
NonPropRequestTimeout: The timeout value for non-propagation request.
-
NumPriorityQueues: The max number of packet to save in the network queue.
-
PassiveAckTimeout: The time a packet in maintenance buffer wait for passive acknowledgment.
-
PassiveBuffer: The passive buffer to manage promiscuously received passive ack.
-
RequestIdSize: Maximum number of request source Ids in the request table.
-
RequestPeriod: The base time interval between route requests.
-
RequestTableSize: Maximum number of request entries in the request table, set this as the number of nodes in the simulation.
-
RetransIncr: The increase time for retransmission timer when facing network congestion
-
RouteCache: The route cache for saving routes from route discovery process.
-
RouteCacheTimeout: Maximum time the route cache can be queued in route cache.
-
RreqRetries: Maximum number of retransmissions for request discovery of a route.
-
RreqTable: The request table to manage route requests.
-
SendBuffInterval: How often to check send buffer for packet with route.
-
StabilityDecrFactor: The stability decrease factor for link cache
-
StabilityIncrFactor: The stability increase factor for link cache
-
TryLinkAcks: The number of link acknowledgment to use.
-
TryPassiveAcks: The number of passive acknowledgment to use.
-
UniqueRequestIdSize: Maximum number of request Ids in the request table for a single destination.
-
UseExtends: The extension time for link cache
ns3::DynamicQueueLimits
-
HoldTime: The DQL algorithm hold time
-
MaxLimit: Maximum limit
-
MinLimit: Minimum limit
ns3::EhtConfiguration
-
EmlsrActivated: Whether EMLSR option is activated. If activated, EMLSR mode can be enabled on the EMLSR links by an installed EMLSR Manager.
-
MediumSyncDuration: The duration of the MediumSyncDelay timer (must be a multiple of 32 us). The value of this attribute is only used by AP MLDs with EMLSR activated.
-
MsdMaxNTxops: Maximum number of TXOPs that an EMLSR client is allowed to attempt to initiate while the MediumSyncDelay timer is running (zero indicates no limit). The value of this attribute is only used by AP MLDs with EMLSR activated.
-
MsdOfdmEdThreshold: Threshold (dBm) to be used instead of the normal CCA sensitivity for the primary 20 MHz channel if the MediumSyncDelay timer has a nonzero value. The value of this attribute is only used by AP MLDs with EMLSR activated.
-
TidToLinkMappingDl: A list-of-TIDs-indexed map of the list of links where the TIDs are mapped to for the downlink direction. In case a string is used to set this attribute, the string shall contain the (TID list, link list) pairs separated by a semicolon (;); in every pair, the TID list and the link list are separated by a blank space, and the elements of each list are separated by a comma (,) without spaces. E.g., "0,4 1,2,3; 1 0;2 0,1" means that TIDs 0 and 4 are mapped on links 1, 2 and 3; TID 1 is mapped on link 0 and TID 2 is mapped on links 0 and 1. An empty map indicates the default mapping, i.e., all TIDs are mapped to all setup links. If the map contains the mapping for some TID(s), the mapping corresponding to the missing TID(s) remains unchanged. A non-AP MLD includes this mapping in the Association Request frame sent to an AP MLD, unless the AP MLD advertises a negotiation support of 1 and this mapping is such that TIDs are mapped to distinct link sets, in which case the default mapping is included.
-
TidToLinkMappingNegSupport: TID-to-Link Mapping Negotiation Support.
-
TidToLinkMappingUl: A list-of-TIDs-indexed map of the list of links where the TIDs are mapped to for the uplink direction. In case a string is used to set this attribute, the string shall contain the (TID list, link list) pairs separated by a semicolon (;); in every pair, the TID list and the link list are separated by a blank space, and the elements of each list are separated by a comma (,) without spaces. E.g., "0,4 1,2,3; 1 0;2 0,1" means that TIDs 0 and 4 are mapped on links 1, 2 and 3; TID 1 is mapped on link 0 and TID 2 is mapped on links 0 and 1. An empty map indicates the default mapping, i.e., all TIDs are mapped to all setup links. If the map contains the mapping for some TID(s), the mapping corresponding to the missing TID(s) remains unchanged. A non-AP MLD includes this mapping in the Association Request frame sent to an AP MLD, unless the AP MLD advertises a negotiation support of 1 and this mapping is such that TIDs are mapped to distinct link sets, in which case the default mapping is included.
-
TransitionTimeout: The Transition Timeout (not used by non-AP MLDs). Possible values are 0us or 2^n us, with n=7..16.
ns3::EmlsrManager
-
AuxPhyChannelWidth: The maximum channel width (MHz) supported by Aux PHYs. Note that the maximum channel width is capped to the maximum channel width supported by the configured maximum modulation class supported.
-
AuxPhyMaxModClass: The maximum modulation class supported by Aux PHYs. Use WIFI_MOD_CLASS_OFDM for non-HT.
-
AuxPhyTxCapable: Whether Aux PHYs are capable of transmitting PPDUs.
-
EmlsrLinkSet: IDs of the links on which EMLSR mode will be enabled. An empty set indicates to disable EMLSR.
-
EmlsrPaddingDelay: The EMLSR Paddind Delay (not used by AP MLDs). Possible values are 0 us, 32 us, 64 us, 128 us or 256 us.
-
EmlsrTransitionDelay: The EMLSR Transition Delay (not used by AP MLDs). Possible values are 0 us, 16 us, 32 us, 64 us, 128 us or 256 us.
-
InDeviceInterference: Whether in-device interference is such that a PHY cannot decode anything and cannot decrease the backoff counter when another PHY of the same device is transmitting.
-
MainPhyId: The ID of the main PHY (position in the vector of PHYs held by WifiNetDevice). This attribute cannot be set after construction.
-
PutAuxPhyToSleep: Whether Aux PHYs should be put into sleep mode while the Main PHY is carrying out a (DL or UL) TXOP. Specifically, for DL TXOPs, aux PHYs are put to sleep after receiving the ICF; for UL TXOPs, aux PHYs are put to sleep when the CTS frame is received, if RTS/CTS is used, or when the transmission of the data frame starts, otherwise. Aux PHYs are resumed from sleep when the TXOP ends.
-
ResetCamState: Whether to reset the state of the ChannelAccessManager associated with the link on which the main PHY has just switched to.
-
UseNotifiedMacHdr: Whether to use the information about the MAC header of the MPDU being received, if notified by the PHY.
ns3::EmpiricalRandomVariable
-
Interpolate: Treat the CDF as a smooth distribution and interpolate, default is to treat the CDF as a histogram and sample.
ns3::EmuEpcHelper
-
EnbDeviceName: The name of the device used for the S1-U interface of the eNB
-
EnbMacAddressBase: First 5 bytes of the eNB MAC address base
-
SgwDeviceName: The name of the device used for the S1-U interface of the SGW
-
SgwMacAddress: MAC address used for the SGW
ns3::energy::BasicEnergyHarvester
-
HarvestablePower: The harvestable power [Watts] that the energy harvester is allowed to harvest. By default, the model will allow to harvest an amount of power defined by a uniformly distributed random variable in 0 and 2.0 Watts
-
PeriodicHarvestedPowerUpdateInterval: Time between two consecutive periodic updates of the harvested power. By default, the value is updated every 1 s
ns3::energy::BasicEnergySource
-
BasicEnergyHighBatteryThreshold: High battery threshold for basic energy source.
-
BasicEnergyLowBatteryThreshold: Low battery threshold for basic energy source.
-
BasicEnergySourceInitialEnergyJ: Initial energy stored in basic energy source.
-
BasicEnergySupplyVoltageV: Initial supply voltage for basic energy source.
-
PeriodicEnergyUpdateInterval: Time between two consecutive periodic energy updates.
ns3::energy::GenericBatteryModel
-
BatteryType: Indicates the battery type used by the model
-
CutoffVoltage: The voltage where the battery is considered depleted (V).
-
ExponentialCapacity: (Q_exp) Cell Capacity at the end of the exponential zone (Ah).
-
ExponentialVoltage: (V_exp) Cell voltage at the end of the exponential zone (V).
-
FullVoltage: (Q_full) The voltage of the cell when fully charged (V).
-
InternalResistance: (R) Internal resistance of the cell (Ohms)
-
LowBatteryThreshold: Low battery threshold for generic battery model.
-
MaxCapacity: (Q) The maximum capacity of the cell (Ah).
-
NominalCapacity: (Q_nom) Cell capacity at the end of the nominal zone (Ah)
-
NominalVoltage: (V_nom) Nominal voltage of the cell (V).
-
PeriodicEnergyUpdateInterval: Time between two consecutive periodic energy updates.
-
TypicalDischargeCurrent: Typical discharge current used in manufacturers datasheets (A)
ns3::energy::LiIonEnergySource
-
ExpCapacity: Cell Capacity at the end of the exponential zone.
-
ExpCellVoltage: Cell voltage at the end of the exponential zone.
-
InitialCellVoltage: Initial (maximum) voltage of the cell (fully charged).
-
InternalResistance: Internal resistance of the cell
-
LiIonEnergyLowBatteryThreshold: Low battery threshold for LiIon energy source.
-
LiIonEnergySourceInitialEnergyJ: Initial energy stored in basic energy source.
-
NomCapacity: Cell capacity at the end of the nominal zone.
-
NominalCellVoltage: Nominal voltage of the cell.
-
PeriodicEnergyUpdateInterval: Time between two consecutive periodic energy updates.
-
RatedCapacity: Rated capacity of the cell.
-
ThresholdVoltage: Minimum threshold voltage to consider the battery depleted.
-
TypCurrent: Typical discharge current used to fit the curves
ns3::energy::RvBatteryModel
-
RvBatteryModelAlphaValue: RV battery model alpha value.
-
RvBatteryModelBetaValue: RV battery model beta value.
-
RvBatteryModelCutoffVoltage: RV battery model cutoff voltage.
-
RvBatteryModelLowBatteryThreshold: Low battery threshold.
-
RvBatteryModelNumOfTerms: The number of terms of the infinite sum for estimating battery level.
-
RvBatteryModelOpenCircuitVoltage: RV battery model open circuit voltage.
-
RvBatteryModelPeriodicEnergyUpdateInterval: RV battery model sampling interval.
ns3::EpsBearer
-
Release: Change from 11 to 18 if you need bearer definition as per newer Releases. Reference document: TS 23.203. The change does not impact other LTE code than bearers definition.
ns3::EpsBearerTag
-
bid: The EPS bearer id within the UE to which the packet belongs
-
rnti: The rnti that indicates the UE which packet belongs
ns3::ErlangRandomVariable
-
K: The k value for the Erlang distribution returned by this RNG stream.
-
Lambda: The lambda value for the Erlang distribution returned by this RNG stream.
ns3::ErrorModel
-
IsEnabled: Whether this ErrorModel is enabled or not.
ns3::ExponentialRandomVariable
-
Bound: The upper bound on the values returned by this RNG stream.
-
Mean: The mean of the values returned by this RNG stream.
ns3::FcfsWifiQueueScheduler
-
DropPolicy: Upon enqueue with full queue, drop oldest (DropOldest) or newest (DropNewest) packet
ns3::FdBetFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::FdMtFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::FdNetDevice
-
Address: The MAC address of this device.
-
EncapsulationMode: The link-layer encapsulation type to use.
-
RxQueueSize: Maximum size of the read queue. This value limits number of packets that have been read from the network into a memory buffer but have not yet been processed by the simulator.
-
Start: The simulation time at which to spin up the device thread.
-
Stop: The simulation time at which to tear down the device thread.
ns3::FdTbfqFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
CreditLimit: Flow credit limit (default 625000 bytes)
-
CreditableThreshold: Threshold of flow credit (default 0 bytes)
-
DebtLimit: Flow debt limit (default -625000 bytes)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
TokenPoolSize: The maximum value of flow token pool (default 1 bytes)
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::FfMacScheduler
-
UlCqiFilter: The filter to apply on UL CQIs received
ns3::FifoQueueDisc
-
MaxSize: The max queue size
ns3::FixedRssLossModel
-
Rss: The fixed receiver Rss.
ns3::flame::FlameProtocol
-
BroadcastInterval: How often we must send broadcast packets
-
MaxCost: Cost threshold after which packet will be dropped
ns3::flame::FlameRtable
-
Lifetime: The lifetime of the routing entry
ns3::FlowMonitor
-
DelayBinWidth: The width used in the delay histogram.
-
FlowInterruptionsBinWidth: The width used in the flowInterruptions histogram.
-
FlowInterruptionsMinTime: The minimum inter-arrival time that is considered a flow interruption.
-
JitterBinWidth: The width used in the jitter histogram.
-
MaxPerHopDelay: The maximum per-hop delay that should be considered. Packets still not received after this delay are to be considered lost.
-
PacketSizeBinWidth: The width used in the packetSize histogram.
-
StartTime: The time when the monitoring starts.
ns3::FqCobaltQueueDisc
-
BlueThreshold: The Threshold after which Blue is enabled
-
CeThreshold: The FqCobalt CE threshold for marking packets
-
Decrement: Pdrop decrement Value
-
DropBatchSize: The maximum number of packets dropped from the fat flow
-
EnableSetAssociativeHash: Enable/Disable Set Associative Hash
-
Flows: The number of queues into which the incoming packets are classified
-
Increment: Pdrop increment value
-
Interval: The CoDel algorithm interval for each FqCobalt queue
-
MaxSize: The maximum number of packets accepted by this queue disc
-
Pdrop: Marking Probability
-
Perturbation: The salt used as an additional input to the hash function used to classify packets
-
SetWays: The size of a set of queues (used by set associative hash)
-
Target: The CoDel algorithm target queue delay for each FqCobalt queue
-
UseEcn: True to use ECN (packets are marked instead of being dropped)
-
UseL4s: True to use L4S (only ECT1 packets are marked at CE threshold)
ns3::FqCoDelQueueDisc
-
CeThreshold: The FqCoDel CE threshold for marking packets
-
DropBatchSize: The maximum number of packets dropped from the fat flow
-
EnableSetAssociativeHash: Enable/Disable Set Associative Hash
-
Flows: The number of queues into which the incoming packets are classified
-
Interval: The CoDel algorithm interval for each FQCoDel queue
-
MaxSize: The maximum number of packets accepted by this queue disc
-
Perturbation: The salt used as an additional input to the hash function used to classify packets
-
SetWays: The size of a set of queues (used by set associative hash)
-
Target: The CoDel algorithm target queue delay for each FQCoDel queue
-
UseEcn: True to use ECN (packets are marked instead of being dropped)
-
UseL4s: True to use L4S (only ECT1 packets are marked at CE threshold)
ns3::FqPieQueueDisc
-
A: Value of alpha
-
B: Value of beta
-
CeThreshold: The FqPie CE threshold for marking packets
-
DequeueThreshold: Minimum queue size in bytes before dequeue rate is measured
-
DropBatchSize: The maximum number of packets dropped from the fat flow
-
EnableSetAssociativeHash: Enable/Disable Set Associative Hash
-
Flows: The number of queues into which the incoming packets are classified
-
MarkEcnThreshold: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)
-
MaxBurstAllowance: Current max burst allowance before random drop
-
MaxSize: The maximum number of packets accepted by this queue disc
-
MeanPktSize: Average of packet size
-
Perturbation: The salt used as an additional input to the hash function used to classify packets
-
QueueDelayReference: Desired queue delay
-
SetWays: The size of a set of queues (used by set associative hash)
-
Supdate: Start time of the update timer
-
Tupdate: Time period to calculate drop probability
-
UseCapDropAdjustment: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033
-
UseDequeueRateEstimator: Enable/Disable usage of Dequeue Rate Estimator
-
UseDerandomization: Enable/Disable Derandomization feature mentioned in RFC 8033
-
UseEcn: True to use ECN (packets are marked instead of being dropped)
-
UseL4s: True to use L4S (only ECT1 packets are marked at CE threshold)
ns3::FrameCaptureModel
-
CaptureWindow: The duration of the capture window.
ns3::FrameExchangeManager
-
ProtectedIfResponded: Whether a station is assumed to be protected if replied to a frame requiring acknowledgment. If a station is protected, subsequent transmissions to the same station in the same TXOP are not preceded by protection mechanisms.
ns3::FriisPropagationLossModel
-
Frequency: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).
-
MinLoss: The minimum value (dB) of the total loss, used at short ranges.
-
SystemLoss: The system loss (linear factor >= 1, not in dB)
ns3::GammaRandomVariable
-
Alpha: The alpha value for the gamma distribution returned by this RNG stream.
-
Beta: The beta value for the gamma distribution returned by this RNG stream.
ns3::GaussMarkovMobilityModel
-
Alpha: A constant representing the tunable parameter in the Gauss-Markov model.
-
Bounds: Bounds of the area to cruise.
-
MeanDirection: A random variable used to assign the average direction.
-
MeanPitch: A random variable used to assign the average pitch.
-
MeanVelocity: A random variable used to assign the average velocity.
-
NormalDirection: A gaussian random variable used to calculate the next direction value.
-
NormalPitch: A gaussian random variable used to calculate the next pitch value.
-
NormalVelocity: A gaussian random variable used to calculate the next velocity value.
-
TimeStep: Change current direction and speed after moving for this time.
ns3::GcrManager
-
GcrConcealmentAddress: The GCR concealment address.
-
GcrProtectionMode: Protection mode used for groupcast frames when needed: Rts-Cts or Cts-To-Self
-
RetransmissionPolicy: The retransmission policy to use for group addresses.
-
UnsolicitedRetryLimit: The maximum number of transmission attempts of a frame delivered using the GCR unsolicited retry retransmission policy.
ns3::GeocentricConstantPositionMobilityModel
-
GeographicReferencePoint: The point, in meters, taken as reference when converting from geographic to topographic.
-
PositionLatLongAlt: The geographic position, in degrees (lat/lon) and meter (alt), in the order: latitude, longitude and altitude
ns3::GridBuildingAllocator
-
DeltaX: The x space between buildings.
-
DeltaY: The y space between buildings.
-
GridWidth: The number of objects laid out on a line.
-
Height: The height of the building (roof level)
-
LayoutType: The type of layout.
-
LengthX: The length of the wall of each building along the X axis.
-
LengthY: The length of the wall of each building along the X axis.
-
MinX: The x coordinate where the grid starts.
-
MinY: The y coordinate where the grid starts.
ns3::GridPositionAllocator
-
DeltaX: The x space between objects.
-
DeltaY: The y space between objects.
-
GridWidth: The number of objects laid out on a line.
-
LayoutType: The type of layout.
-
MinX: The x coordinate where the grid starts.
-
MinY: The y coordinate where the grid starts.
-
Z: The z coordinate of all the positions allocated.
ns3::HalfDuplexIdealPhy
-
Rate: The PHY rate used by this device
ns3::HeConfiguration
-
BeMuEdcaTimer: The MU EDCA Timer used by BE EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms. 0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.
-
BkMuEdcaTimer: The MU EDCA Timer used by BK EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.
-
BssColor: The BSS color
-
GuardInterval: Specify the shortest guard interval duration that can be used for HE transmissions.Possible values are 800ns, 1600ns or 3200ns.
-
MaxTbPpduDelay: If positive, the value of this attribute specifies the maximum delay with which a TB PPDU can be received after the reception of the first TB PPDU. If the delay is higher than this value, the TB PPDU is dropped and considered interference. The maximum delay is anyway capped at the duration of the training fields in the PPDU. This attribute is only valid for APs.
-
MuBeAifsn: AIFSN used by BE EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.
-
MuBeCwMax: CWmax used by BE EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
-
MuBeCwMin: CWmin used by BE EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
-
MuBkAifsn: AIFSN used by BK EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.
-
MuBkCwMax: CWmax used by BK EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
-
MuBkCwMin: CWmin used by BK EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
-
MuViAifsn: AIFSN used by VI EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.
-
MuViCwMax: CWmax used by VI EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
-
MuViCwMin: CWmin used by VI EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
-
MuVoAifsn: AIFSN used by VO EDCA when the MU EDCA Timer is running. It must be either zero (EDCA disabled) or a value from 2 to 15.
-
MuVoCwMax: CWmax used by VO EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
-
MuVoCwMin: CWmin used by VO EDCA when the MU EDCA Timer is running. It must be a power of 2 minus 1 in the range from 0 to 32767.
-
ViMuEdcaTimer: The MU EDCA Timer used by VI EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.
-
VoMuEdcaTimer: The MU EDCA Timer used by VO EDCA. It must be a multiple of 8192 us and must be in the range from 8.192 ms to 2088.96 ms.0 is a reserved value, but we allow to use this value to indicate that an MU EDCA Parameter Set element must not be sent. Therefore, 0 can only be used if the MU EDCA Timer for all ACs is set to 0.
ns3::HeFrameExchangeManager
-
ContinueTxopAfterBsrp: Whether to continue a TXOP a SIFS after the reception of responses to a BSRP Trigger Frame when TXOP limit is zero.
ns3::HierarchicalMobilityModel
-
Child: The child mobility model.
-
Parent: The parent mobility model.
ns3::HtConfiguration
-
LdpcSupported: Whether or not LDPC coding is supported.
-
ShortGuardIntervalSupported: Whether or not short guard interval is supported.
-
Support40MHzOperation: Whether or not 40 MHz operation is to be supported.
ns3::HybridBuildingsPropagationLossModel
-
CitySize: Dimension of the city
-
Environment: Environment Scenario
-
Frequency: The Frequency (default is 2.106 GHz).
-
Los2NlosThr: Threshold from LoS to NLoS in ITU 1411 [m].
-
RooftopLevel: The height of the rooftop level in meters
ns3::Icmpv6L4Protocol
-
DAD: Always do DAD check.
-
DadTimeout: Duplicate Address Detection (DAD) timeout
-
DelayFirstProbe: Neighbor Discovery node constants: delay for the first probe.
-
MaxMulticastSolicit: Neighbor Discovery node constants: max multicast solicitations.
-
MaxUnicastSolicit: Neighbor Discovery node constants: max unicast solicitations.
-
ReachableTime: Neighbor Discovery node constants: reachable time.
-
RetransmissionTime: Neighbor Discovery node constants: retransmission timer.
-
RsInitialRetransmissionTime: Multicast RS initial retransmission time.
-
RsMaxRetransmissionCount: Multicast RS maximum retransmission count (0 means unbound). Note: RFC 7559 suggest a zero value (infinite). The default is 4 to avoid non-terminating simulations.
-
RsMaxRetransmissionDuration: Multicast RS maximum retransmission duration (0 means unbound).
-
RsMaxRetransmissionTime: Multicast RS maximum retransmission time (0 means unbound).
-
RsRetransmissionJitter: Multicast RS retransmission randomization quantity
-
SolicitationJitter: The jitter in ms a node is allowed to wait before sending any solicitation. Some jitter aims to prevent collisions. By default, the model will wait for a duration in ms defined by a uniform random-variable between 0 and SolicitationJitter
ns3::IdealWifiManager
-
BerThreshold: The maximum Bit Error Rate acceptable at any transmission mode
ns3::IpL4Protocol
-
ProtocolNumber: The IP protocol number.
ns3::Ipv4
-
IpForward: Globally enable or disable IP forwarding for all current and future Ipv4 devices.
-
StrongEndSystemModel: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
-
WeakEsModel: RFC1122 term for whether host accepts datagram with a dest. address on another interface
ns3::Ipv4GlobalRouting
-
RandomEcmpRouting: Set to true if packets are randomly routed among ECMP; set to false for using only one route consistently
-
RespondToInterfaceEvents: Set to true if you want to dynamically recompute the global routes upon Interface notification events (up/down, or add/remove address)
ns3::Ipv4Interface
-
ArpCache: The arp cache for this ipv4 interface
ns3::Ipv4L3Protocol
-
DefaultTtl: The TTL value set by default on all outgoing packets generated on this node.
-
DuplicateExpire: Expiration delay for duplicate cache entries
-
EnableDuplicatePacketDetection: Enable multicast duplicate packet detection based on RFC 6621
-
FragmentExpirationTimeout: When this timeout expires, the fragments will be cleared from the buffer.
-
InterfaceList: The set of Ipv4 interfaces associated to this Ipv4 stack.
-
PurgeExpiredPeriod: Time between purges of expired duplicate packet entries, 0 means never purge
ns3::Ipv4RawSocketImpl
-
IcmpFilter: Any icmp header whose type field matches a bit in this filter is dropped. Type must be less than 32.
-
IpHeaderInclude: Include IP Header information (a.k.a setsockopt (IP_HDRINCL)).
-
Protocol: Protocol number to match.
ns3::Ipv6
-
IpForward: Globally enable or disable IP forwarding for all current and future IPv6 devices.
-
MtuDiscover: If disabled, every interface will have its MTU set to 1280 bytes.
-
StrongEndSystemModel: Reject packets for an address not configured on the interface they're coming from (RFC1122, section 3.3.4.2).
ns3::Ipv6Extension
-
ExtensionNumber: The IPv6 extension number.
ns3::Ipv6ExtensionDemux
-
Extensions: The set of IPv6 extensions registered with this demux.
ns3::Ipv6ExtensionFragment
-
FragmentExpirationTimeout: When this timeout expires, the fragments will be cleared from the buffer.
ns3::Ipv6ExtensionRoutingDemux
-
RoutingExtensions: The set of IPv6 Routing extensions registered with this demux.
ns3::Ipv6L3Protocol
-
DefaultTclass: The TCLASS value set by default on all outgoing packets generated on this node.
-
DefaultTtl: The TTL value set by default on all outgoing packets generated on this node.
-
InterfaceList: The set of IPv6 interfaces associated to this IPv6 stack.
-
SendIcmpv6Redirect: Send the ICMPv6 Redirect when appropriate.
ns3::Ipv6Option
-
OptionNumber: The IPv6 option number.
ns3::Ipv6OptionDemux
-
Options: The set of IPv6 options registered with this demux.
ns3::Ipv6PmtuCache
-
CacheExpiryTime: Validity time for a Path MTU entry. Default is 10 minutes, minimum is 5 minutes.
ns3::Ipv6RawSocketImpl
-
Protocol: Protocol number to match.
ns3::IsotropicAntennaModel
-
Gain: The gain of the antenna in dB
ns3::ItuR1238PropagationLossModel
-
Frequency: The Frequency (default is 2.106 GHz).
ns3::ItuR1411LosPropagationLossModel
-
Frequency: The propagation frequency in Hz
ns3::ItuR1411NlosOverRooftopPropagationLossModel
-
BuildingSeparation: The separation between buildings
-
BuildingsExtend: The distance over which the buildings extend
-
CitySize: Dimension of the city
-
Environment: Environment Scenario
-
Frequency: The Frequency (default is 2.106 GHz).
-
RooftopLevel: The height of the rooftop level in meters
-
StreetsOrientation: The orientation of streets in degrees [0,90] with respect to the direction of propagation
-
StreetsWidth: The width of streets
ns3::JakesProcess
-
DopplerFrequencyHz: Corresponding doppler frequency[Hz]
-
NumberOfOscillators: The number of oscillators
ns3::LaplacianRandomVariable
-
Bound: The bound on the values returned by this RNG stream.
-
Location: The location parameter for the Laplacian distribution returned by this RNG stream.
-
Scale: The scale parameter for the Laplacian distribution returned by this RNG stream.
ns3::LargestExtremeValueRandomVariable
-
Location: The location parameter for the Largest Extreme Value distribution returned by this RNG stream.
-
Scale: The scale parameter for the Largest Extreme Value distribution returned by this RNG stream.
ns3::LinearWifiTxCurrentModel
-
Eta: The efficiency of the power amplifier.
-
IdleCurrent: The current in the IDLE state (in Ampere).
-
Voltage: The supply voltage (in Volts).
ns3::LogDistancePropagationLossModel
-
Exponent: The exponent of the Path Loss propagation model
-
ReferenceDistance: The distance at which the reference loss is calculated (m)
-
ReferenceLoss: The reference loss at reference distance (dB). (Default is Friis at 1m with 5.15 GHz)
ns3::LogNormalRandomVariable
-
Mu: The mu value for the log-normal distribution returned by this RNG stream.
-
Sigma: The sigma value for the log-normal distribution returned by this RNG stream.
ns3::lrwpan::LrWpanLqiTag
-
Lqi: The lqi of the last packet received
ns3::lrwpan::LrWpanMac
-
PanId: 16-bit identifier of the associated PAN
ns3::lrwpan::LrWpanNetDevice
-
Channel: The channel attached to this device
-
Mac: The MAC layer attached to this device.
-
Phy: The PHY layer attached to this device.
-
PseudoMacAddressMode: Build the pseudo-MAC Address according to RFC 4944 or RFC 6282 (default: RFC 6282).
-
UseAcks: Request acknowledgments for data frames.
ns3::lrwpan::LrWpanPhy
-
PostReceptionErrorModel: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.
ns3::LteAmc
-
AmcModel: AMC model used to assign CQI
-
Ber: The requested BER in assigning MCS (default is 0.00005).
ns3::LteAnr
-
Threshold: Minimum RSRQ range value required for detecting a neighbour cell
ns3::LteDataRadioBearerInfo
-
DrbIdentity: The id of this Data Radio Bearer
-
EpsBearerIdentity: The id of the EPS bearer corresponding to this Data Radio Bearer
-
LtePdcp: PDCP instance of the radio bearer.
-
LteRlc: RLC instance of the radio bearer.
-
logicalChannelIdentity: The id of the Logical Channel corresponding to this Data Radio Bearer
ns3::LteEnbMac
-
ComponentCarrierId: ComponentCarrier Id, needed to reply on the appropriate sap.
-
ConnEstFailCount: how many time T300 timer can expire on the same cell
-
NumberOfRaPreambles: how many random access preambles are available for the contention based RACH process
-
PreambleTransMax: Maximum number of random access preamble transmissions
-
RaResponseWindowSize: 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::LteEnbNetDevice
-
CellId: Cell Identifier
-
ComponentCarrierMap: List of component carriers.
-
CsgId: The Closed Subscriber Group (CSG) identity that this eNodeB belongs to
-
CsgIndication: 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.
-
DlBandwidth: Downlink Transmission Bandwidth Configuration in number of Resource Blocks
-
DlEarfcn: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
-
LteAnr: The automatic neighbour relation function associated to this EnbNetDevice
-
LteEnbComponentCarrierManager: The RRC associated to this EnbNetDevice
-
LteEnbRrc: The RRC associated to this EnbNetDevice
-
LteFfrAlgorithm: The FFR algorithm associated to this EnbNetDevice
-
LteHandoverAlgorithm: The handover algorithm associated to this EnbNetDevice
-
UlBandwidth: Uplink Transmission Bandwidth Configuration in number of Resource Blocks
-
UlEarfcn: Uplink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
ns3::LteEnbPhy
-
DlSpectrumPhy: The downlink LteSpectrumPhy associated to this LtePhy
-
InterferenceSamplePeriod: The sampling period for reporting interference stats
-
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.
-
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.
-
TxPower: Transmission power in dBm
-
UeSinrSamplePeriod: The sampling period for reporting UEs' SINR stats.
-
UlSpectrumPhy: The uplink LteSpectrumPhy associated to this LtePhy
ns3::LteEnbRrc
-
AdmitHandoverRequest: Whether to admit an X2 handover request from another eNB
-
AdmitRrcConnectionRequest: Whether to admit a connection request from a UE
-
ConnectionRejectedTimeoutDuration: Time to wait between sending a RRC CONNECTION REJECT and destroying the UE context
-
ConnectionRequestTimeoutDuration: After a RA attempt, if no RRC CONNECTION REQUEST is received before this time, the UE context is destroyed. Must account for reception of RAR and transmission of RRC CONNECTION REQUEST over UL GRANT. The value of thistimer should not be greater than T300 timer at UE RRC
-
ConnectionSetupTimeoutDuration: After accepting connection request, if no RRC CONNECTION SETUP COMPLETE is received before this time, the UE context is destroyed. Must account for the UE's reception of RRC CONNECTION SETUP and transmission of RRC CONNECTION SETUP COMPLETE.
-
DefaultTransmissionMode: The default UEs' transmission mode (0: SISO)
-
EpsBearerToRlcMapping: Specify which type of RLC will be used for each type of EPS bearer.
-
HandoverJoiningTimeoutDuration: After accepting a handover request, if no RRC CONNECTION RECONFIGURATION COMPLETE is received before this time, the UE context is destroyed. Must account for reception of X2 HO REQ ACK by source eNB, transmission of the Handover Command, non-contention-based random access and reception of the RRC CONNECTION RECONFIGURATION COMPLETE message.
-
HandoverLeavingTimeoutDuration: After issuing a Handover Command, if neither RRC CONNECTION RE-ESTABLISHMENT nor X2 UE Context Release has been previously received, the UE context is destroyed.
-
NumberOfComponentCarriers: Number of Component Carriers
-
QRxLevMin: One of information transmitted within the SIB1 message, indicating the required minimum RSRP level that any UE must receive from this cell before it is allowed to camp to this cell. The default value -70 corresponds to -140 dBm and is the lowest possible value as defined by Section 6.3.4 of 3GPP TS 36.133. This restriction, however, only applies to initial cell selection and EPC-enabled simulation.
-
RsrpFilterCoefficient: Determines the strength of smoothing effect induced by layer 3 filtering of RSRP in all attached UE; if set to 0, no layer 3 filtering is applicable
-
RsrqFilterCoefficient: Determines the strength of smoothing effect induced by layer 3 filtering of RSRQ in all attached UE; if set to 0, no layer 3 filtering is applicable
-
SrsPeriodicity: The SRS periodicity in milliseconds
-
SystemInformationPeriodicity: The interval for sending system information (Time value)
-
UeMap: List of UeManager by C-RNTI.
ns3::LteFfrAlgorithm
-
EnabledInUplink: If FR algorithm will also work in Uplink, default value true
-
FrCellTypeId: Downlink FR cell type ID for automatic configuration,default value is 0 and it means that user needs to configure FR algorithm manually,if it is set to 1,2 or 3 FR algorithm will be configured automatically
ns3::LteFfrDistributedAlgorithm
-
CalculationInterval: Time interval between calculation of Edge sub-band, Default value 1 second
-
CenterAreaTpc: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
CenterPowerOffset: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
-
EdgeAreaTpc: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
EdgePowerOffset: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
-
EdgeRbNum: Number of RB that can be used in edge Sub-band
-
RsrpDifferenceThreshold: If the difference between the power of the signal received by UE from the serving cell and the power of the signal received from the adjacent cell is less than a RsrpDifferenceThreshold value, the cell weight is incremented
-
RsrqThreshold: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
ns3::LteFfrEnhancedAlgorithm
-
CenterAreaPowerOffset: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
-
CenterAreaTpc: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
DlCqiThreshold: If the DL-CQI for RBG of is higher than this threshold, transmission on RBG is possible
-
DlReuse1SubBandwidth: Downlink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups
-
DlReuse3SubBandwidth: Downlink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups
-
DlSubBandOffset: Downlink SubBand Offset for this cell in number of Resource Block Groups
-
EdgeAreaPowerOffset: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
-
EdgeAreaTpc: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
RsrqThreshold: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
-
UlCqiThreshold: If the UL-CQI for RBG of is higher than this threshold, transmission on RBG is possible
-
UlReuse1SubBandwidth: Uplink Reuse 1 SubBandwidth Configuration in number of Resource Block Groups
-
UlReuse3SubBandwidth: Uplink Reuse 3 SubBandwidth Configuration in number of Resource Block Groups
-
UlSubBandOffset: Uplink SubBand Offset for this cell in number of Resource Block Groups
ns3::LteFfrSoftAlgorithm
-
CenterAreaPowerOffset: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
-
CenterAreaTpc: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
CenterRsrqThreshold: If the RSRQ of is worse than this threshold, UE should be served in Medium sub-band
-
DlCommonSubBandwidth: Downlink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups
-
DlEdgeSubBandOffset: Downlink Edge SubBand Offset in number of Resource Block Groups
-
DlEdgeSubBandwidth: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
-
EdgeAreaPowerOffset: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
-
EdgeAreaTpc: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
EdgeRsrqThreshold: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
-
MediumAreaPowerOffset: PdschConfigDedicated::Pa value for Medium Sub-band, default value dB0
-
MediumAreaTpc: TPC value which will be set in DL-DCI for UEs in medium areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
UlCommonSubBandwidth: Uplink Medium (Common) SubBandwidth Configuration in number of Resource Block Groups
-
UlEdgeSubBandOffset: Uplink Edge SubBand Offset in number of Resource Block Groups
-
UlEdgeSubBandwidth: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
ns3::LteFrHardAlgorithm
-
DlSubBandOffset: Downlink Offset in number of Resource Block Groups
-
DlSubBandwidth: Downlink Transmission SubBandwidth Configuration in number of Resource Block Groups
-
UlSubBandOffset: Uplink Offset in number of Resource Block Groups
-
UlSubBandwidth: Uplink Transmission SubBandwidth Configuration in number of Resource Block Groups
ns3::LteFrSoftAlgorithm
-
AllowCenterUeUseEdgeSubBand: If true center UEs can receive on Edge SubBand RBGs
-
CenterAreaTpc: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
CenterPowerOffset: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
-
DlEdgeSubBandOffset: Downlink Edge SubBand Offset in number of Resource Block Groups
-
DlEdgeSubBandwidth: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
-
EdgeAreaTpc: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
EdgePowerOffset: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
-
RsrqThreshold: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
-
UlEdgeSubBandOffset: Uplink Edge SubBand Offset in number of Resource Block Groups
-
UlEdgeSubBandwidth: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
ns3::LteFrStrictAlgorithm
-
CenterAreaTpc: TPC value which will be set in DL-DCI for UEs in center areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
CenterPowerOffset: PdschConfigDedicated::Pa value for Center Sub-band, default value dB0
-
DlCommonSubBandwidth: Downlink Common SubBandwidth Configuration in number of Resource Block Groups
-
DlEdgeSubBandOffset: Downlink Edge SubBand Offset in number of Resource Block Groups
-
DlEdgeSubBandwidth: Downlink Edge SubBandwidth Configuration in number of Resource Block Groups
-
EdgeAreaTpc: TPC value which will be set in DL-DCI for UEs in edge areaAbsolute mode is used, default value 1 is mapped to -1 according toTS36.213 Table 5.1.1.1-2
-
EdgePowerOffset: PdschConfigDedicated::Pa value for Edge Sub-band, default value dB0
-
RsrqThreshold: If the RSRQ of is worse than this threshold, UE should be served in Edge sub-band
-
UlCommonSubBandwidth: Uplink Common SubBandwidth Configuration in number of Resource Block Groups
-
UlEdgeSubBandOffset: Uplink Edge SubBand Offset in number of Resource Block Groups
-
UlEdgeSubBandwidth: Uplink Edge SubBandwidth Configuration in number of Resource Block Groups
ns3::LteHelper
-
AnrEnabled: Activate or deactivate Automatic Neighbour Relation function
-
EnbComponentCarrierManager: The type of Component Carrier Manager to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting ns3::LteEnbComponentCarrierManager.
-
FadingModel: 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.
-
FfrAlgorithm: The type of FFR algorithm to be used for eNBs. The allowed values for this attributes are the type names of any class inheriting from ns3::LteFfrAlgorithm.
-
HandoverAlgorithm: 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::LteHandoverAlgorithm.
-
NumberOfComponentCarriers: Set the number of Component carrier to use. If it is more than one and m_useCa is false, it will raise an error.
-
PathlossModel: 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.
-
Scheduler: 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.
-
UeComponentCarrierManager: The type of Component Carrier Manager to be used for UEs. The allowed values for this attributes are the type names of any class inheriting ns3::LteUeComponentCarrierManager.
-
UseCa: If true, Carrier Aggregation feature is enabled and a valid Component Carrier Map is expected. If false, single carrier simulation.
-
UseIdealRrc: If true, LteRrcProtocolIdeal will be used for RRC signaling. If false, LteRrcProtocolReal will be used.
-
UsePdschForCqiGeneration: If true, DL-CQI will be calculated from PDCCH as signal and PDSCH as interference. If false, DL-CQI will be calculated from PDCCH as signal and PDCCH as interference.
ns3::LteHexGridEnbTopologyHelper
-
GridWidth: The number of sites in even rows (odd rows will have one additional site).
-
InterSiteDistance: The distance [m] between nearby sites
-
MinX: The x coordinate where the hex grid starts.
-
MinY: The y coordinate where the hex grid starts.
-
SectorOffset: The offset [m] in the position for the node of each sector with respect to the center of the three-sector site
-
SiteHeight: The height [m] of each site
ns3::LteNetDevice
-
Mtu: The MAC-level Maximum Transmission Unit
ns3::LteRadioBearerTag
-
lcid: The id within the UE identifying the logical channel to which the packet belongs
-
rnti: The rnti that indicates the UE to which packet belongs
ns3::LteRlcAm
-
MaxTxBufferSize: Maximum Size of the Transmission Buffer (in Bytes). If zero is configured, the buffer is unlimited.
-
PollRetransmitTimer: Value of the t-PollRetransmit timer (See section 7.3 of 3GPP TS 36.322)
-
ReorderingTimer: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)
-
ReportBufferStatusTimer: How much to wait to issue a new Report Buffer Status since the last time a new SDU was received
-
StatusProhibitTimer: Value of the t-StatusProhibit timer (See section 7.3 of 3GPP TS 36.322)
-
TxOpportunityForRetxAlwaysBigEnough: If true, always pretend that the size of a TxOpportunity is big enough for retransmission. If false (default and realistic behavior), no retx is performed unless the corresponding TxOpportunity is big enough.
ns3::LteRlcTm
-
MaxTxBufferSize: Maximum Size of the Transmission Buffer (in Bytes)
ns3::LteRlcUm
-
DiscardTimerMs: Discard timer in milliseconds to be used to discard packets. If set to 0 then packet delay budget will be used as the discard timer value, otherwise it will be used this value.
-
EnablePdcpDiscarding: Whether to use the PDCP discarding, i.e., perform discarding at the moment of passing the PDCP SDU to RLC)
-
MaxTxBufferSize: Maximum Size of the Transmission Buffer (in Bytes)
-
ReorderingTimer: Value of the t-Reordering timer (See section 7.3 of 3GPP TS 36.322)
ns3::LteSignalingRadioBearerInfo
-
LtePdcp: PDCP instance of the radio bearer.
-
LteRlc: RLC instance of the radio bearer.
-
SrbIdentity: The id of this Signaling Radio Bearer
ns3::LteSpectrumPhy
-
CtrlErrorModelEnabled: Activate/Deactivate the error model of control (PCFICH-PDCCH decodification) [by default is active].
-
DataErrorModelEnabled: Activate/Deactivate the error model of data (TBs of PDSCH and PUSCH) [by default is active].
ns3::LteUeNetDevice
-
ComponentCarrierMapUe: List of all component Carrier.
-
CsgId: The Closed Subscriber Group (CSG) identity that this UE is associated with, i.e., giving the UE access to cells which belong to this particular CSG. This restriction only applies to initial cell selection and EPC-enabled simulation. This does not revoke the UE's access to non-CSG cells.
-
DlEarfcn: Downlink E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
-
EpcUeNas: The NAS associated to this UeNetDevice
-
Imsi: International Mobile Subscriber Identity assigned to this UE
-
LteUeComponentCarrierManager: The ComponentCarrierManager associated to this UeNetDevice
-
LteUeRrc: The RRC associated to this UeNetDevice
ns3::LteUePhy
-
DlSpectrumPhy: The downlink LteSpectrumPhy associated to this LtePhy
-
DownlinkCqiPeriodicity: Periodicity in milliseconds for reporting thewideband and subband downlink CQIs to the eNB
-
EnableRlfDetection: If true, RLF detection will be enabled.
-
EnableUplinkPowerControl: If true, Uplink Power Control will be enabled.
-
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.
-
NumQinEvalSf: This specifies the total number of consecutive subframeswhich corresponds to the Qin evaluation period
-
NumQoutEvalSf: This specifies the total number of consecutive subframeswhich corresponds to the Qout evaluation period
-
Qin: corresponds to 2% block error rate of a hypothetical PDCCH transmissiontaking into account the PCFICH errors with transmission parameters.see 3GPP TS 36.213 4.2.1 and TS 36.133 7.6
-
Qout: corresponds to 10% block error rate of a hypothetical PDCCH transmissiontaking into account the PCFICH errors with transmission parameters.see 3GPP TS 36.213 4.2.1 and TS 36.133 7.6
-
RsrpSinrSamplePeriod: The sampling period for reporting RSRP-SINR stats (default value 1)
-
RsrqUeMeasThreshold: Receive threshold for PSS on RSRQ [dB]
-
TxMode1Gain: Transmission mode 1 gain in dB
-
TxMode2Gain: Transmission mode 2 gain in dB
-
TxMode3Gain: Transmission mode 3 gain in dB
-
TxMode4Gain: Transmission mode 4 gain in dB
-
TxMode5Gain: Transmission mode 5 gain in dB
-
TxMode6Gain: Transmission mode 6 gain in dB
-
TxMode7Gain: Transmission mode 7 gain in dB
-
TxPower: Transmission power in dBm
-
UeMeasurementsFilterPeriod: Time period for reporting UE measurements, i.e., thelength of layer-1 filtering.
-
UlSpectrumPhy: The uplink LteSpectrumPhy associated to this LtePhy
ns3::LteUePowerControl
-
AccumulationEnabled: If true TCP accumulation mode will be active, otherwise absolute mode will be active
-
Alpha: Value of Alpha parameter
-
ClosedLoop: If true Closed Loop mode will be active, otherwise Open Loop
-
Pcmax: Max Transmission power in dBm, Default value 23 dBmTS36.101 section 6.2.3
-
Pcmin: Min Transmission power in dBm, Default value -40 dBmTS36.101 section 6.2.3
-
PoNominalPusch: P_O_NOMINAL_PUSCH INT (-126 ... 24), Default value -80
-
PoUePusch: P_O_UE_PUSCH INT(-8...7), Default value 0
-
PsrsOffset: P_SRS_OFFSET INT(0...15), Default value 7
ns3::LteUeRrc
-
C-RNTI: Cell Radio Network Temporary Identifier
-
CellId: Serving cell identifier
-
DataRadioBearerMap: List of UE RadioBearerInfo for Data Radio Bearers by LCID.
-
N310: This specifies the maximum number of out-of-sync indications. Standard values: 1, 2, 3, 4, 6, 8, 10, 20
-
N311: This specifies the maximum number of in-sync indications. Standard values: 1, 2, 3, 4, 5, 6, 8, 10
-
Srb0: SignalingRadioBearerInfo for SRB0
-
Srb1: SignalingRadioBearerInfo for SRB1
-
T300: Timer for the RRC Connection Establishment procedure (i.e., the procedure is deemed as failed if it takes longer than this). Standard values: 100ms, 200ms, 300ms, 400ms, 600ms, 1000ms, 1500ms, 2000ms
-
T310: Timer for detecting the Radio link failure (i.e., the radio link is deemed as failed if this timer expires). Standard values: 0ms 50ms, 100ms, 200ms, 500ms, 1000ms, 2000ms
ns3::MacStatsCalculator
-
DlOutputFilename: Name of the file where the downlink results will be saved.
-
UlOutputFilename: Name of the file where the uplink results will be saved.
ns3::MatrixPropagationLossModel
-
DefaultLoss: The default value for propagation loss, dB.
ns3::MeshPointDevice
-
ForwardingDelay: A random variable to account for processing time (microseconds) to forward a frame.
-
Mtu: The MAC-level Maximum Transmission Unit
-
RoutingProtocol: The mesh routing protocol used by this mesh point.
ns3::MeshWifiInterfaceMac
-
BeaconGeneration: Enable/Disable Beaconing.
-
BeaconInterval: Beacon Interval
-
RandomStart: Window when beacon generating starts (uniform random) in seconds
ns3::MinstrelHtWifiManager
-
EWMA: EWMA level
-
LegacyUpdateStatistics: The interval between updating statistics table (for legacy Minstrel)
-
LookAroundRate: The percentage to try other rates (for legacy Minstrel)
-
PacketLength: The packet length used for calculating mode TxTime (bytes)
-
PrintStats: Control the printing of the statistics table
-
SampleColumn: The number of columns used for sampling
-
UpdateStatistics: The interval between updating statistics table
-
UseLatestAmendmentOnly: Use only the latest amendment when it is supported by both peers
ns3::MinstrelWifiManager
-
EWMA: EWMA level
-
LookAroundRate: The percentage to try other rates
-
PacketLength: The packet length used for calculating mode TxTime
-
PrintSamples: Print samples table
-
PrintStats: Print statistics table
-
SampleColumn: The number of columns used for sampling
-
UpdateStatistics: The interval between updating statistics table
ns3::MobilityModel
-
Position: The current position of the mobility model.
-
Velocity: The current velocity of the mobility model.
ns3::MultiUserScheduler
-
AccessReqAc: The Access Category for which the MultiUserScheduler makes requests for channel access.
-
AccessReqInterval: Duration of the interval between two consecutive requests for channel access made by the MultiUserScheduler. Such requests are made independently of the presence of frames in the queues of the AP and are intended to allow the AP to coordinate UL MU transmissions even without DL traffic. A null duration indicates that such requests shall not be made.
-
DefaultTbPpduDuration: Default duration of TB PPDUs solicited via a Basic Trigger Frame. This value is used to compute the Duration/ID field of BSRP Trigger Frames sent when the TXOP Limit is zero and the FrameExchangeManager continues the TXOP a SIFS after receiving response to the BSRP TF. This value shall also be used by subclasses when they have no other information available to determine the TX duration of solicited PPDUs. The default value roughly corresponds to half the maximum PPDU TX duration.
-
DelayAccessReqUponAccess: If enabled, the access request interval is measured starting from the last time an EDCA function obtained channel access. Otherwise, the access request interval is measured starting from the last time the MultiUserScheduler made a request for channel access.
ns3::NakagamiPropagationLossModel
-
Distance1: Beginning of the second distance field. Default is 80m.
-
Distance2: Beginning of the third distance field. Default is 200m.
-
ErlangRv: Access to the underlying ErlangRandomVariable
-
GammaRv: Access to the underlying GammaRandomVariable
-
m0: m0 for distances smaller than Distance1. Default is 1.5.
-
m1: m1 for distances smaller than Distance2. Default is 0.75.
-
m2: m2 for distances greater than Distance2. Default is 0.75.
ns3::NdiscCache
-
UnresolvedQueueSize: Size of the queue for packets pending an NA reply.
ns3::NetDeviceQueueInterface
-
NTxQueues: The number of device transmission queues
-
TxQueuesType: The type of transmission queues to be used
ns3::NoBackhaulEpcHelper
-
S11LinkDataRate: The data rate to be used for the next S11 link to be created
-
S11LinkDelay: The delay to be used for the next S11 link to be created
-
S11LinkMtu: The MTU of the next S11 link to be created.
-
S5LinkDataRate: The data rate to be used for the next S5 link to be created
-
S5LinkDelay: The delay to be used for the next S5 link to be created
-
S5LinkMtu: The MTU of the next S5 link to be created
-
X2LinkDataRate: The data rate to be used for the next X2 link to be created
-
X2LinkDelay: The delay to be used for the next X2 link to be created
-
X2LinkEnablePcap: Enable Pcap for X2 link
-
X2LinkMtu: The MTU of the next X2 link to be created. Note that, because of some big X2 messages, you need a big MTU.
-
X2LinkPcapPrefix: Prefix for Pcap generated by X2 link
ns3::Node
-
ApplicationList: The list of applications associated to this Node.
-
DeviceList: The list of devices associated to this Node.
-
Id: The id (unique integer) of this Node.
-
SystemId: The systemId of this node: a unique integer used for parallel simulations.
ns3::NodeListPriv
-
NodeList: The list of all nodes created during the simulation.
ns3::NonCommunicatingNetDevice
-
Phy: The PHY layer attached to this device.
ns3::NormalRandomVariable
-
Bound: The bound on the values returned by this RNG stream.
-
Mean: The mean value for the normal distribution returned by this RNG stream.
-
Variance: The variance value for the normal distribution returned by this RNG stream.
ns3::ObssPdAlgorithm
-
ObssPdLevel: The current OBSS PD level (dBm).
-
ObssPdLevelMax: Maximum value (dBm) of OBSS PD level.
-
ObssPdLevelMin: Minimum value (dBm) of OBSS PD level.
-
TxPowerRefMimo: The MIMO reference TX power level (dBm).
-
TxPowerRefSiso: The SISO reference TX power level (dBm).
ns3::OkumuraHataPropagationLossModel
-
CitySize: Dimension of the city
-
Environment: Environment Scenario
-
Frequency: The propagation frequency in Hz
ns3::olsr::RoutingProtocol
-
HelloInterval: HELLO messages emission interval.
-
HnaInterval: HNA messages emission interval. Normally it is equal to TcInterval.
-
MidInterval: MID messages emission interval. Normally it is equal to TcInterval.
-
TcInterval: TC messages emission interval.
-
Willingness: Willingness of a node to carry and forward traffic for other nodes.
ns3::OnoeWifiManager
-
AddCreditThreshold: Add credit threshold
-
RaiseThreshold: Attempt to raise the rate if we hit that threshold
-
UpdatePeriod: The interval between decisions about rate control changes
ns3::OnOffApplication
-
DataRate: The data rate in on state.
-
EnableSeqTsSizeHeader: Enable use of SeqTsSizeHeader for sequence number and timestamp
-
MaxBytes: The total number of bytes to send. Once these bytes are sent, no packet is sent again, even in on state. The value zero means that there is no limit.
-
OffTime: A RandomVariableStream used to pick the duration of the 'Off' state.
-
OnTime: A RandomVariableStream used to pick the duration of the 'On' state.
-
PacketSize: The size of packets sent in on state
-
Protocol: The type of protocol to use. This should be a subclass of ns3::SocketFactory
ns3::OutdoorPositionAllocator
-
MaxAttempts: Maximum number of attempts for the rejection sampling before giving up.
-
X: A random variable which represents the x coordinate of a position in a random box.
-
Y: A random variable which represents the y coordinate of a position in a random box.
-
Z: A random variable which represents the z coordinate of a position in a random box.
ns3::PacketSink
-
EnableSeqTsSizeHeader: Enable optional header tracing of SeqTsSizeHeader
-
Protocol: The type id of the protocol to use for the rx socket.
ns3::PacketSocket
-
RcvBufSize: PacketSocket maximum receive buffer size (bytes)
ns3::PacketSocketClient
-
Interval: The time to wait between packets
-
MaxPackets: The maximum number of packets the application will send (zero means infinite)
-
PacketSize: Size of packets generated (bytes).
-
Priority: Priority assigned to the packets generated.
ns3::ParabolicAntennaModel
-
Beamwidth: The 3dB beamwidth (degrees)
-
MaxAttenuation: The maximum attenuation (dB) of the antenna radiation pattern.
-
Orientation: The angle (degrees) that expresses the orientation of the antenna on the x-y plane relative to the x axis
ns3::ParetoRandomVariable
-
Bound: The upper bound on the values returned by this RNG stream (if non-zero).
-
Scale: The scale parameter for the Pareto distribution returned by this RNG stream.
-
Shape: The shape parameter for the Pareto distribution returned by this RNG stream.
ns3::ParfWifiManager
-
AttemptThreshold: The minimum number of transmission attempts to try a new power or rate.
-
SuccessThreshold: The minimum number of successful transmissions to try a new power or rate.
ns3::PcapFileWrapper
-
CaptureSize: Maximum length of captured packets (cf. pcap snaplen)
-
NanosecMode: Whether packet timestamps in the PCAP file are nanoseconds or microseconds(default).
ns3::PfFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::PfifoFastQueueDisc
-
MaxSize: The maximum number of packets accepted by this queue disc.
ns3::PhasedArrayModel
-
AntennaElement: A pointer to the antenna element used by the phased array
ns3::PhyRxStatsCalculator
-
DlRxOutputFilename: Name of the file where the downlink results will be saved.
-
UlRxOutputFilename: Name of the file where the uplink results will be saved.
ns3::PhyStatsCalculator
-
DlRsrpSinrFilename: Name of the file where the RSRP/SINR statistics will be saved.
-
UlInterferenceFilename: Name of the file where the interference statistics will be saved.
-
UlSinrFilename: Name of the file where the UE SINR statistics will be saved.
ns3::PhyTxStatsCalculator
-
DlTxOutputFilename: Name of the file where the downlink results will be saved.
-
UlTxOutputFilename: Name of the file where the uplink results will be saved.
ns3::PieQueueDisc
-
A: Value of alpha
-
ActiveThreshold: Threshold for activating PIE (disabled by default)
-
B: Value of beta
-
CeThreshold: The FqPie CE threshold for marking packets
-
DequeueThreshold: Minimum queue size in bytes before dequeue rate is measured
-
MarkEcnThreshold: ECN marking threshold (RFC 8033 suggests 0.1 (i.e., 10%) default)
-
MaxBurstAllowance: Current max burst allowance before random drop
-
MaxSize: The maximum number of packets accepted by this queue disc
-
MeanPktSize: Average of packet size
-
QueueDelayReference: Desired queue delay
-
Supdate: Start time of the update timer
-
Tupdate: Time period to calculate drop probability
-
UseCapDropAdjustment: Enable/Disable Cap Drop Adjustment feature mentioned in RFC 8033
-
UseDequeueRateEstimator: Enable/Disable usage of Dequeue Rate Estimator
-
UseDerandomization: Enable/Disable Derandomization feature mentioned in RFC 8033
-
UseEcn: True to use ECN (packets are marked instead of being dropped)
-
UseL4s: True to use L4S (only ECT1 packets are marked at CE threshold)
ns3::Ping
-
Count: The maximum number of packets the application will send (zero means no limits)
-
Destination: The unicast IPv4 or IPv6 address of the machine we want to ping
-
InterfaceAddress: Local address of the sender
-
Interval: Time interval between sending each packet
-
Size: The number of data bytes to be sent, before ICMP and IP headers are added
-
Timeout: Time to wait for a response if no RTT samples are available
-
Tos: The Type of Service used to send the ICMP Echo Requests. All 8 bits of the TOS byte are set (including ECN bits).
-
VerboseMode: Configure verbose, quiet, or silent output
ns3::PointToPointChannel
-
Delay: Propagation delay through the channel
ns3::PointToPointEpcHelper
-
S1uLinkDataRate: The data rate to be used for the next S1-U link to be created
-
S1uLinkDelay: The delay to be used for the next S1-U link to be created
-
S1uLinkEnablePcap: Enable Pcap for X2 link
-
S1uLinkMtu: 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.
-
S1uLinkPcapPrefix: Prefix for Pcap generated by S1-U link
ns3::PointToPointNetDevice
-
Address: The MAC address of this device.
-
DataRate: The default data rate for point to point links
-
InterframeGap: The time to wait between packet (frame) transmissions
-
Mtu: The MAC-level Maximum Transmission Unit
-
ReceiveErrorModel: The receiver error model used to simulate packet loss
-
TxQueue: A queue to use as the transmit queue in the device.
ns3::PrioQueueDisc
-
Priomap: The priority to band mapping.
ns3::ProbabilisticV2vHighwayChannelConditionModel
-
Density: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.
ns3::ProbabilisticV2vUrbanChannelConditionModel
-
Density: Specifies the density of the vehicles in the scenario.It can be set to Low, Medium or High.
ns3::Probe
-
Start: Time data collection starts
-
Stop: Time when data collection stops. The special time value of 0 disables this attribute
ns3::PssFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
PssFdSchedulerType: FD scheduler in PSS (default value is PFsch)
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
-
nMux: The number of UE selected by TD scheduler (default value is 0)
ns3::QosFrameExchangeManager
-
PifsRecovery: Perform a PIFS recovery as a response to transmission failure within a TXOP
-
SetQueueSize: Whether to set the Queue Size subfield of the QoS Control field of QoS data frames sent by non-AP stations
ns3::QosTxop
-
AddBaResponseTimeout: The timeout to wait for ADDBA response after the Ack to ADDBA request is received.
-
BlockAckManager: The BlockAckManager object.
-
FailedAddBaTimeout: The timeout after a failed BA agreement. During this timeout, the originator resumes sending packets using normal MPDU. After that, BA agreement is reset and the originator will retry BA negotiation.
-
NMaxInflights: The maximum number of links (in the range 1-15) on which an MPDU can be simultaneously in-flight.
-
UseExplicitBarAfterMissedBlockAck: Specify whether explicit BlockAckRequest should be sent upon missed BlockAck Response.
ns3::QueueDisc
-
InternalQueueList: The list of internal queues.
-
PacketFilterList: The list of packet filters.
-
QueueDiscClassList: The list of queue disc classes.
-
Quota: The maximum number of packets dequeued in a qdisc run
ns3::QueueDiscClass
-
QueueDisc: The queue disc attached to the class
ns3::RadioBearerStatsCalculator
-
DlPdcpOutputFilename: Name of the file where the downlink results will be saved.
-
DlRlcOutputFilename: Name of the file where the downlink results will be saved.
-
EpochDuration: Epoch duration.
-
StartTime: Start time of the on going epoch.
-
UlPdcpOutputFilename: Name of the file where the uplink results will be saved.
-
UlRlcOutputFilename: Name of the file where the uplink results will be saved.
ns3::RadioEnvironmentMapHelper
-
Bandwidth: Transmission Bandwidth Configuration (in number of RBs) over which the SINR will be calculated
-
Channel: The DL spectrum channel for which the RadioEnvironment Map is to be generated. Alternatively ChannelPath attribute can be used.Only one of the two (Channel or ChannelPath) should be set.
-
ChannelPath: The path to the channel for which the Radio Environment Map is to be generated.This attribute is an alternative to Channel attribute and is only used if Channel is not set (equal to nullptr). Only one of the two (Channel or ChannelPath) should be set.
-
Earfcn: E-UTRA Absolute Radio Frequency Channel Number (EARFCN) as per 3GPP 36.101 Section 5.7.3.
-
MaxPointsPerIteration: Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.
-
NoisePower: the power of the measuring instrument noise, in Watts. Default to a kT of -174 dBm with a noise figure of 9 dB and a bandwidth of 25 LTE Resource Blocks
-
OutputFile: the filename to which the Radio Environment Map is saved
-
RbId: Resource block Id, for which REM will be generated, default value is -1, what means REM will be averaged from all RBs
-
StopWhenDone: If true, Simulator::Stop () will be called as soon as the REM has been generated
-
UseDataChannel: If true, REM will be generated for PDSCH and for PDCCH otherwise
-
XMax: The max x coordinate of the map.
-
XMin: The min x coordinate of the map.
-
XRes: The resolution (number of points) of the map along the x axis.
-
YMax: The max y coordinate of the map.
-
YMin: The min y coordinate of the map.
-
YRes: The resolution (number of points) of the map along the y axis.
-
Z: The value of the z coordinate for which the map is to be generated
ns3::Radvd
-
AdvertisementJitter: Uniform variable to provide jitter between min and max values of AdvInterval
ns3::RandomBoxPositionAllocator
-
X: A random variable which represents the x coordinate of a position in a random box.
-
Y: A random variable which represents the y coordinate of a position in a random box.
-
Z: A random variable which represents the z coordinate of a position in a random box.
ns3::RandomBuildingPositionAllocator
-
WithReplacement: If true, the building will be randomly selected with replacement. If false, no replacement will occur, until the list of buildings to select becomes empty, at which point it will be filled again with the list of all buildings.
ns3::RandomDirection2dMobilityModel
-
Bounds: The 2d bounding area
-
Pause: A random variable to control the pause (s).
-
Speed: A random variable to control the speed (m/s).
ns3::RandomDiscPositionAllocator
-
Rho: A random variable which represents the radius of a position in a random disc.
-
Theta: A random variable which represents the angle (gradients) of a position in a random disc.
-
X: The x coordinate of the center of the random position disc.
-
Y: The y coordinate of the center of the random position disc.
-
Z: The z coordinate of all the positions in the disc.
ns3::RandomPropagationDelayModel
-
Variable: The random variable which generates random delays (s).
ns3::RandomPropagationLossModel
-
Variable: The random variable used to pick a loss every time CalcRxPower is invoked.
ns3::RandomRectanglePositionAllocator
-
X: A random variable which represents the x coordinate of a position in a random rectangle.
-
Y: A random variable which represents the y coordinate of a position in a random rectangle.
-
Z: The z coordinate of all the positions allocated.
ns3::RandomVariableStream
-
Antithetic: Set this RNG stream to generate antithetic values
-
Stream: The stream number for this RNG stream. -1 means "allocate a stream automatically". Note that if -1 is set, Get will return -1 so that it is not possible to know which value was automatically allocated.
ns3::RandomWalk2dMobilityModel
-
Bounds: Bounds of the area to cruise.
-
Direction: A random variable used to pick the direction (radians).
-
Distance: Change current direction and speed after moving for this distance.
-
Mode: The mode indicates the condition used to change the current speed and direction
-
Speed: A random variable used to pick the speed (m/s).
-
Time: Change current direction and speed after moving for this delay.
ns3::RandomWalk2dOutdoorMobilityModel
-
Bounds: Bounds of the area to cruise.
-
Direction: A random variable used to pick the direction (radians).
-
Distance: Change current direction and speed after moving for this distance.
-
MaxIterations: Maximum number of attempts to find an alternative next positionif the original one is inside a building.
-
Mode: The mode indicates the condition used to change the current speed and direction
-
Speed: A random variable used to pick the speed (m/s).The default value is taken from Figure 1 of the paperHenderson, L.F., 1971. The statistics of crowd fluids. nature, 229(5284), p.381.
-
Time: Change current direction and speed after moving for this delay.
-
Tolerance: Tolerance for the intersection point with buildings (m).It represents a small distance from where the building limitis actually placed, for example to represent a sidewalk.
ns3::RandomWaypointMobilityModel
-
Pause: A random variable used to pick the pause of a random waypoint model.
-
PositionAllocator: The position model used to pick a destination point.
-
Speed: A random variable used to pick the speed of a random waypoint model.
ns3::RangePropagationLossModel
-
MaxRange: Maximum Transmission Range (meters)
ns3::RateErrorModel
-
ErrorRate: The error rate.
-
ErrorUnit: The error unit
-
RanVar: The decision variable attached to this error model.
ns3::RealtimeSimulatorImpl
-
HardLimit: Maximum acceptable real-time jitter (used in conjunction with SynchronizationMode=HardLimit)
-
SynchronizationMode: What to do if the simulation cannot keep up with real time.
ns3::RedQueueDisc
-
ARED: True to enable ARED
-
AdaptMaxP: True to adapt m_curMaxP
-
Alpha: Increment parameter for m_curMaxP in ARED
-
Beta: Decrement parameter for m_curMaxP in ARED
-
Bottom: Lower bound for m_curMaxP in ARED
-
FengAdaptive: True to enable Feng's Adaptive RED
-
FengAlpha: Decrement parameter for m_curMaxP in Feng's Adaptive RED
-
FengBeta: Increment parameter for m_curMaxP in Feng's Adaptive RED
-
Gentle: True to increases dropping probability slowly when average queue exceeds maxthresh
-
IdlePktSize: Average packet size used during idle times. Used when m_cautions = 3
-
Interval: Time interval to update m_curMaxP
-
LInterm: The maximum probability of dropping a packet
-
LastSet: Store the last time m_curMaxP was updated
-
LinkBandwidth: The RED link bandwidth
-
LinkDelay: The RED link delay
-
MaxSize: The maximum number of packets accepted by this queue disc
-
MaxTh: Maximum average length threshold in packets/bytes
-
MeanPktSize: Average of packet size
-
MinTh: Minimum average length threshold in packets/bytes
-
NLRED: True to enable Nonlinear RED
-
Ns1Compat: NS-1 compatibility
-
QW: Queue weight related to the exponential weighted moving average (EWMA)
-
Rtt: Round Trip Time to be considered while automatically setting m_bottom
-
TargetDelay: Target average queuing delay in ARED
-
Top: Upper bound for m_curMaxP in ARED
-
UseEcn: True to use ECN (packets are marked instead of being dropped)
-
UseHardDrop: True to always drop packets above max threshold
-
Wait: True for waiting between dropped packets
ns3::Rip
-
GarbageCollectionDelay: The delay to delete an expired route.
-
LinkDownValue: Value for link down in count to infinity.
-
MaxTriggeredCooldown: Max cooldown delay after a Triggered Update.
-
MinTriggeredCooldown: Min cooldown delay after a Triggered Update.
-
SplitHorizon: Split Horizon strategy.
-
StartupDelay: Maximum random delay for protocol startup (send route requests).
-
TimeoutDelay: The delay to invalidate a route.
-
UnsolicitedRoutingUpdate: The time between two Unsolicited Routing Updates.
ns3::RipNg
-
GarbageCollectionDelay: The delay to delete an expired route.
-
LinkDownValue: Value for link down in count to infinity.
-
MaxTriggeredCooldown: Max cooldown delay after a Triggered Update.
-
MinTriggeredCooldown: Min cooldown delay after a Triggered Update.
-
SplitHorizon: Split Horizon strategy.
-
StartupDelay: Maximum random delay for protocol startup (send route requests).
-
TimeoutDelay: The delay to invalidate a route.
-
UnsolicitedRoutingUpdate: The time between two Unsolicited Routing Updates.
ns3::RraaWifiManager
-
AckFrameLength: The Ack frame length (in bytes) used for calculating mode TxTime.
-
Alpha: Constant for calculating the MTL threshold.
-
Basic: If true the RRAA-BASIC algorithm will be used, otherwise the RRAA will be used
-
Beta: Constant for calculating the ORI threshold.
-
FrameLength: The Data frame length (in bytes) used for calculating mode TxTime.
-
Tau: Constant for calculating the EWND size.
-
Timeout: Timeout for the RRAA BASIC loss estimation block
ns3::RrFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::RrMultiUserScheduler
-
EnableBsrp: If enabled, send a BSRP Trigger Frame before an UL MU transmission.
-
EnableTxopSharing: If enabled, allow A-MPDUs of different TIDs in a DL MU PPDU.
-
EnableUlOfdma: If enabled, return UL_MU_TX if DL_MU_TX was returned the previous time.
-
ForceDlOfdma: If enabled, return DL_MU_TX even if no DL MU PPDU could be built.
-
MaxCredits: Maximum amount of credits a station can have. When transmitting a DL MU PPDU, the amount of credits received by each station equals the TX duration (in microseconds) divided by the total number of stations. Stations that are the recipient of the DL MU PPDU have to pay a number of credits equal to the TX duration (in microseconds) times the allocated bandwidth share
-
NStations: The maximum number of stations that can be granted an RU in a DL MU OFDMA transmission
-
UlPsduSize: The default size in bytes of the solicited PSDU (to be sent in a TB PPDU)
-
UseCentral26TonesRus: If enabled, central 26-tone RUs are allocated, too, when the selected RU type is at least 52 tones.
ns3::RrpaaWifiManager
-
AckFrameLength: The Ack frame length (in bytes) used for calculating mode TxTime.
-
Alpha: Constant for calculating the MTL threshold.
-
Basic: If true the RRPAA-BASIC algorithm will be used, otherwise the RRPAA will be used.
-
Beta: Constant for calculating the ORI threshold.
-
Delta: Constant for Probabilistic Decision Table increments.
-
FrameLength: The Data frame length (in bytes) used for calculating mode TxTime.
-
Gamma: Constant for Probabilistic Decision Table decrements.
-
Tau: Constant for calculating the EWND size.
-
Timeout: Timeout for the RRPAA-BASIC loss estimation block.
ns3::RttEstimator
-
InitialEstimation: Initial RTT estimate
ns3::RttMeanDeviation
-
Alpha: Gain used in estimating the RTT, must be 0 <= alpha <= 1
-
Beta: Gain used in estimating the RTT variation, must be 0 <= beta <= 1
ns3::SequentialRandomVariable
-
Consecutive: The number of times each member of the sequence is repeated.
-
Increment: The sequence random variable increment.
-
Max: One more than the last value of the sequence.
-
Min: The first value of the sequence.
ns3::SimpleChannel
-
Delay: Transmission delay through the channel
ns3::SimpleFrameCaptureModel
-
Margin: Reception is switched if the newly arrived frame has a power higher than this value above the frame currently being received (expressed in dB).
ns3::SimpleNetDevice
-
DataRate: The default data rate for point to point links. Zero means infinite
-
PointToPointMode: The device is configured in Point to Point mode
-
ReceiveErrorModel: The receiver error model used to simulate packet loss
-
TxQueue: A queue to use as the transmit queue in the device.
ns3::SimpleOfdmWimaxPhy
-
G: This is the ratio of CP time to useful time.
-
Nfft: FFT size
-
NoiseFigure: Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.
-
RxGain: Reception gain (dB).
-
TraceFilePath: Path to the directory containing SNR to block error rate files
-
TxGain: Transmission gain (dB).
-
TxPower: Transmission power (dB).
ns3::SinkApplication
-
Local: The Address on which to Bind the rx socket. If it is not specified, it will listen to any address.
-
Port: Port on which the application listens for incoming packets.
ns3::SixLowPanNetDevice
-
CompressionThreshold: The minimum MAC layer payload size.
-
FragmentExpirationTimeout: When this timeout expires, the fragments will be cleared from the buffer.
-
FragmentReassemblyListSize: The maximum size of the reassembly buffer (in packets). Zero meaning infinite.
-
MeshCacheLength: Length of the cache for each source.
-
MeshUnderJitter: The jitter in ms a node uses to forward mesh-under packets - used to prevent collisions
-
MeshUnderRadius: Hops Left to use in mesh-under.
-
OmitUdpChecksum: Omit the UDP checksum in IPHC compression.
-
Rfc6282: Use RFC6282 (IPHC) if true, RFC4944 (HC1) otherwise.
-
UseMeshUnder: Use a mesh-under routing protocol.
ns3::SnrTag
-
Snr: The SNR of the last packet received
ns3::SourceApplication
-
Local: The Address on which to bind the socket. If not set, it is generated automatically when needed by the application.
-
Remote: The address of the destination, made of the remote IP address and the destination port
-
Tos: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
ns3::SpectrumAnalyzer
-
NoisePowerSpectralDensity: The power spectral density of the measuring instrument noise, in Watt/Hz. Mostly useful to make spectrograms look more similar to those obtained by real devices. Defaults to the value for thermal noise at 300K.
-
Resolution: The length of the time interval over which the power spectral density of incoming signals is averaged
ns3::SpectrumChannel
-
MaxLossDb: If a single-frequency PropagationLossModel is used, this value represents the maximum loss in dB for which transmissions will be passed to the receiving PHY. Signals for which the PropagationLossModel returns a loss bigger than this value will not be propagated to the receiver. This parameter is to be used to reduce the computational load by not propagating signals that are far beyond the interference range. Note that the default value corresponds to considering all signals for reception. Tune this value with care.
-
PropagationLossModel: A pointer to the propagation loss model attached to this channel.
ns3::SpectrumWifiPhy
-
DisableWifiReception: Prevent Wi-Fi frame sync from ever happening
-
TrackSignalsFromInactiveInterfaces: Enable or disable tracking signals coming from inactive spectrum PHY interfaces
-
TxMaskInnerBandMinimumRejection: Minimum rejection (dBr) for the inner band of the transmit spectrum mask
-
TxMaskOuterBandMaximumRejection: Maximum rejection (dBr) for the outer band of the transmit spectrum mask
-
TxMaskOuterBandMinimumRejection: Minimum rejection (dBr) for the outer band of the transmit spectrum mask
ns3::StaWifiMac
-
ActiveProbing: If true, we send probe requests. If false, we don't.NOTE: if more than one STA in your simulation is using active probing, you should enable it at a different simulation time for each STA, otherwise all the STAs will start sending probes at the same time resulting in collisions. See bug 1060 for more info.
-
AssocRequestTimeout: The interval between two consecutive association request attempts.
-
MaxMissedBeacons: Number of beacons which much be consecutively missed before we attempt to restart association.
-
PmModeSwitchTimeout: If switching to a new Power Management mode is not completed within this amount of time, make another attempt at switching Power Management mode.
-
PowerSaveMode: Enable/disable power save mode on the given link. The power management mode is actually changed when the AP acknowledges a frame sent with the Power Management field set to the value corresponding to the requested mode
-
ProbeDelay: Delay (in microseconds) to be used prior to transmitting a Probe frame during active scanning.
-
ProbeRequestTimeout: The duration to actively probe the channel.
-
WaitBeaconTimeout: The duration to dwell on a channel while passively scanning for beacon
ns3::SteadyStateRandomWaypointMobilityModel
-
MaxPause: Maximum pause value, [s]
-
MaxSpeed: Maximum speed value, [m/s]
-
MaxX: Maximum X value of traveling region, [m]
-
MaxY: Maximum Y value of traveling region, [m]
-
MinPause: Minimum pause value, [s]
-
MinSpeed: Minimum speed value, [m/s]
-
MinX: Minimum X value of traveling region, [m]
-
MinY: Minimum Y value of traveling region, [m]
-
Z: Z value of traveling region (fixed), [m]
ns3::SubscriberStationNetDevice
-
BasicConnection: Basic connection
-
Classifier: The ss classifier attached to this device.
-
IntervalT1: Wait for DCD timeout. Maximum is 5*maxDcdInterval
-
IntervalT12: Wait for UCD descriptor.Maximum is 5*MaxUcdInterval
-
IntervalT2: Wait for broadcast ranging timeout, i.e., wait for initial ranging opportunity. Maximum is 5*Ranging interval
-
IntervalT20: Time the SS searches for preambles on a given channel. Minimum is 2 MAC frames
-
IntervalT21: time the SS searches for (decodable) DL-MAP on a given channel
-
IntervalT3: ranging Response reception timeout following the transmission of a ranging request. Maximum is 200ms
-
IntervalT7: wait for DSA/DSC/DSD Response timeout. Maximum is 1s
-
LinkManager: The ss link manager attached to this device.
-
LostDlMapInterval: Time since last received DL-MAP message before downlink synchronization is considered lost. Maximum is 600ms
-
LostUlMapInterval: Time since last received UL-MAP before uplink synchronization is considered lost, maximum is 600.
-
MaxContentionRangingRetries: Number of retries on contention Ranging Requests
-
MaxDcdInterval: Maximum time between transmission of DCD messages. Maximum is 10s
-
MaxUcdInterval: Maximum time between transmission of UCD messages. Maximum is 10s
-
PrimaryConnection: Primary connection
-
SSScheduler: The ss scheduler attached to this device.
ns3::TableBasedErrorRateModel
-
FallbackErrorRateModel: Ptr to the fallback error rate model to be used when no matching value is found in a table
-
SizeThreshold: Threshold in bytes over which the table for large size frames is used
ns3::TapBridge
-
DeviceName: The name of the tap device to create.
-
Gateway: The IP address of the default gateway to assign to the host machine, when in ConfigureLocal mode.
-
IpAddress: The IP address to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered IP address of the simulated device.
-
MacAddress: The MAC address to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered MAC address of the simulated device.
-
Mode: The operating and configuration mode to use.
-
Mtu: The MAC-level Maximum Transmission Unit
-
Netmask: The network mask to assign to the tap device, when in ConfigureLocal mode. This address will override the discovered MAC address of the simulated device.
-
Start: The simulation time at which to spin up the tap device read thread.
-
Stop: The simulation time at which to tear down the tap device read thread.
-
Verbose: Enable verbose output from tap-creator child process
ns3::TbfQueueDisc
-
Burst: Size of the first bucket in bytes
-
MaxSize: The max queue size
-
Mtu: Size of the second bucket in bytes. If null, it is initialized to the MTU of the receiving NetDevice (if any)
-
PeakRate: Rate at which tokens enter the second bucket in bps or Bps.If null, there is no second bucket
-
Rate: Rate at which tokens enter the first bucket in bps or Bps.
ns3::TcpBbr
-
AckEpochAckedResetThresh: Max allowed val for m_ackEpochAcked, after which sampling epoch is reset
-
BwWindowLength: Length of bandwidth windowed filter
-
ExtraAckedRttWindowLength: Window length of extra acked window
-
HighGain: Value of high gain
-
ProbeRttDuration: Time to be spent in PROBE_RTT phase
-
RttWindowLength: Length of RTT windowed filter
-
Stream: Random number stream (default is set to 4 to align with Linux results)
ns3::TcpBic
-
Beta: Beta for multiplicative decrease
-
BinarySearchCoefficient: Inverse of the coefficient for the binary search. Default 4, as in Linux
-
FastConvergence: Turn on/off fast convergence.
-
LowWnd: Threshold window size (in segments) for engaging BIC response
-
MaxIncr: Limit on increment allowed during binary search
-
SmoothPart: Number of RTT needed to approach cWnd_max from cWnd_max-BinarySearchCoefficient. It can be viewed as the gradient of the slow start AIM phase: less this value is, more steep the increment will be.
ns3::TcpCubic
-
Beta: Beta for multiplicative decrease
-
C: Cubic Scaling factor
-
CntClamp: Counter value when no losses are detected (counter is used when incrementing cWnd in congestion avoidance, to avoid floating point arithmetic). It is the modulo of the (avoided) division
-
CubicDelta: Delta Time to wait after fast recovery before adjusting param
-
FastConvergence: Enable (true) or disable (false) fast convergence
-
HyStart: Enable (true) or disable (false) hybrid slow start algorithm
-
HyStartAckDelta: Spacing between ack's indicating train
-
HyStartDelayMax: Maximum time for hystart algorithm
-
HyStartDelayMin: Minimum time for hystart algorithm
-
HyStartDetect: Hybrid Slow Start detection mechanisms:packet train, delay, both
-
HyStartLowWindow: Lower bound cWnd for hybrid slow start (segments)
-
HyStartMinSamples: Number of delay samples for detecting the increase of delay
-
TcpFriendliness: Enable (true) or disable (false) TCP friendliness
ns3::TcpDctcp
-
DctcpAlphaOnInit: Initial alpha value
-
DctcpShiftG: Parameter G for updating dctcp_alpha
-
UseEct0: Use ECT(0) for ECN codepoint, if false use ECT(1)
ns3::TcpHtcp
-
DefaultBackoff: The default AIMD backoff factor
-
DeltaL: Delta_L parameter in increase function
-
ThroughputRatio: Threshold value for updating beta
ns3::TcpHybla
ns3::TcpIllinois
-
AlphaBase: Alpha base threshold
-
AlphaMax: Maximum alpha threshold
-
AlphaMin: Minimum alpha threshold
-
BetaBase: Beta base threshold
-
BetaMax: Maximum beta threshold
-
BetaMin: Minimum beta threshold
-
Theta: Theta threshold
-
WinThresh: Window threshold
ns3::TcpL4Protocol
-
RecoveryType: Recovery type of TCP objects.
-
RttEstimatorType: Type of RttEstimator objects.
-
SocketList: A container of sockets associated to this protocol. The underlying type is an unordered map, the attribute name is kept for backward compatibility.
-
SocketType: Socket type of TCP objects.
ns3::TcpLedbat
-
BaseHistoryLen: Number of Base delay samples
-
Gain: Offset Gain
-
MinCwnd: Minimum cWnd for Ledbat
-
NoiseFilterLen: Number of Current delay samples
-
SSParam: Possibility of Slow Start
-
TargetDelay: Targeted Queue Delay
ns3::TcpScalable
-
AIFactor: Additive Increase Factor
-
MDFactor: Multiplicative Decrease Factor
ns3::TcpSocket
-
ConnCount: Number of connection attempts (SYN retransmissions) before returning failure
-
ConnTimeout: TCP retransmission timeout when opening connection (seconds)
-
DataRetries: Number of data retransmission attempts
-
DelAckCount: Number of packets to wait before sending a TCP ack
-
DelAckTimeout: Timeout value for TCP delayed acks, in seconds
-
InitialCwnd: TCP initial congestion window size (segments)
-
InitialSlowStartThreshold: TCP initial slow start threshold (bytes)
-
PersistTimeout: Persist timeout to probe for rx window
-
RcvBufSize: TcpSocket maximum receive buffer size (bytes)
-
SegmentSize: TCP maximum segment size in bytes (may be adjusted based on MTU discovery)
-
SndBufSize: TcpSocket maximum transmit buffer size (bytes)
-
TcpNoDelay: Set to true to disable Nagle's algorithm
ns3::TcpSocketBase
-
ClockGranularity: Clock Granularity used in RTO calculations
-
CongestionOps: Pointer to TcpCongestionOps object
-
IcmpCallback: Callback invoked whenever an icmp error is received on this socket.
-
IcmpCallback6: Callback invoked whenever an icmpv6 error is received on this socket.
-
LimitedTransmit: Enable limited transmit
-
MaxSegLifetime: Maximum segment lifetime in seconds, use for TIME_WAIT state transition to CLOSED state
-
MaxWindowSize: Max size of advertised window
-
MinRto: Minimum retransmit timeout value
-
ReTxThreshold: Threshold for fast retransmit
-
RecoveryOps: Pointer to TcpRecoveryOps object
-
RxBuffer: TCP Rx buffer
-
Sack: Enable or disable Sack option
-
Timestamp: Enable or disable Timestamp option
-
TxBuffer: TCP Tx buffer
-
UseEcn: Parameter to set ECN functionality
-
WindowScaling: Enable or disable Window Scaling option
ns3::TcpSocketState
-
EnablePacing: Enable Pacing
-
MaxPacingRate: Set Max Pacing Rate
-
PaceInitialWindow: Perform pacing for initial window of data
-
PacingCaRatio: Percent pacing rate increase for congestion avoidance conditions
-
PacingSsRatio: Percent pacing rate increase for slow start conditions
ns3::TcpVegas
-
Alpha: Lower bound of packets in network
-
Beta: Upper bound of packets in network
-
Gamma: Limit on increase
ns3::TcpVeno
-
Beta: Threshold for congestion detection
ns3::TcpWestwoodPlus
-
FilterType: Use this to choose no filter or Tustin's approximation filter
ns3::TcpYeah
-
Alpha: Maximum backlog allowed at the bottleneck queue
-
Delta: Log minimum fraction of cwnd to be removed on loss
-
Epsilon: Log maximum fraction to be removed on early decongestion
-
Gamma: Fraction of queue to be removed per RTT
-
Phy: Maximum delta from base
-
Rho: Minimum # of consecutive RTT to consider competition on loss
-
StcpAiFactor: STCP additive increase factor
-
Zeta: Minimum # of state switches to reset m_renoCount
ns3::TdBetFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::TdMtFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::TdTbfqFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
CreditLimit: Flow credit limit (default 625000 bytes)
-
CreditableThreshold: Threshold of flow credit (default 0 bytes)
-
DebtLimit: Flow debt limit (default -625000 bytes)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
TokenPoolSize: The maximum value of flow token pool (default 1 bytes)
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::ThompsonSamplingWifiManager
-
Decay: Exponential decay coefficient, Hz; zero is a valid value for static scenarios
ns3::ThreeGppAntennaModel
-
RadiationPattern: Radiation pattern of 3GPP antenna model
ns3::ThreeGppChannelConditionModel
-
LinkO2iConditionToAntennaHeight: Specifies whether the O2I condition will be determined based on the UE height, i.e. if the UE height is 1.5 then it is O2O, otherwise it is O2I.
-
O2iLowLossThreshold: Specifies what will be the ratio of O2I low - high penetration losses. Default value is 1.0 meaning thatall losses will be low
-
O2iThreshold: Specifies what will be the ratio of O2I channel conditions. Default value is 0 that corresponds to 0 O2I losses.
-
UpdatePeriod: Specifies the time period after which the channel condition is recomputed. If set to 0, the channel condition is never updated.
ns3::ThreeGppChannelModel
-
Blockage: Enable blockage model A (sec 7.6.4.1)
-
BlockerSpeed: The speed of moving blockers, the unit is m/s
-
ChannelConditionModel: Pointer to the channel condition model
-
Frequency: The operating Frequency in Hz
-
NumNonselfBlocking: number of non-self-blocking regions
-
PortraitMode: true for portrait mode, false for landscape mode
-
Scenario: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed, NTN-DenseUrban, NTN-Urban, NTN-Suburban, NTN-Rural)
-
UpdatePeriod: Specify the channel coherence time
-
vScatt: Maximum speed of the vehicle in the layout (see 3GPP TR 37.885 v15.3.0, Sec. 6.2.3).Used to compute the additional contribution for the Doppler ofdelayed (reflected) paths
ns3::ThreeGppHttpClient
-
RemoteServerAddress: The address of the destination server.
-
RemoteServerPort: The destination port of the outbound packets.
-
Variables: Variable collection, which is used to control e.g. timing and HTTP request size.
ns3::ThreeGppHttpServer
-
LocalAddress: The local address of the server, i.e., the address on which to bind the Rx socket.
-
LocalPort: Port on which the application listen for incoming packets.
-
Mtu: Maximum transmission unit (in bytes) of the TCP sockets used in this application, excluding the compulsory 40 bytes TCP header. Typical values are 1460 and 536 bytes. The attribute is read-only because the value is randomly determined.
-
Tos: The Type of Service used to send packets. All 8 bits of the TOS byte are set (including ECN bits).
-
Variables: Variable collection, which is used to control e.g. processing and object generation delays.
ns3::ThreeGppHttpVariables
-
EmbeddedObjectGenerationDelay: The constant time needed by HTTP server to generate an embedded object as a response.
-
EmbeddedObjectSizeMax: The maximum value of embedded object sizes (in bytes).
-
EmbeddedObjectSizeMean: The mean of embedded object sizes (in bytes).
-
EmbeddedObjectSizeMin: The minimum value of embedded object sizes (in bytes).
-
EmbeddedObjectSizeStdDev: The standard deviation of embedded object sizes (in bytes).
-
HighMtuProbability: The probability that higher MTU size is used.
-
HighMtuSize: The higher MTU size.
-
LowMtuSize: The lower MTU size.
-
MainObjectGenerationDelay: The constant time needed by HTTP server to generate a main object as a response.
-
MainObjectSizeMax: The maximum value of main object sizes (in bytes).
-
MainObjectSizeMean: The mean of main object sizes (in bytes).
-
MainObjectSizeMin: The minimum value of main object sizes (in bytes).
-
MainObjectSizeStdDev: The standard deviation of main object sizes (in bytes).
-
NumOfEmbeddedObjectsMax: The upper bound parameter of Pareto distribution for the number of embedded objects per web page. The actual maximum value is this value subtracted by the scale parameter.
-
NumOfEmbeddedObjectsScale: The scale parameter of Pareto distribution for the number of embedded objects per web page.
-
NumOfEmbeddedObjectsShape: The shape parameter of Pareto distribution for the number of embedded objects per web page.
-
ParsingTimeMean: The mean of parsing time.
-
ReadingTimeMean: The mean of reading time.
-
RequestSize: The constant size of HTTP request packet (in bytes).
ns3::ThreeGppPropagationLossModel
-
BuildingPenetrationLossesEnabled: Enable/disable Building Penetration Losses.
-
ChannelConditionModel: Pointer to the channel condition model.
-
EnforceParameterRanges: Whether to strictly enforce TR38.901 applicability ranges
-
Frequency: The centre frequency in Hz.
-
ShadowingEnabled: Enable/disable shadowing.
ns3::ThreeGppRmaPropagationLossModel
-
AvgBuildingHeight: The average building height in meters.
-
AvgStreetWidth: The average street width in meters.
ns3::ThreeGppSpectrumPropagationLossModel
-
ChannelModel: The channel model. It needs to implement the MatrixBasedChannelModel interface
ns3::ThreeGppV2vUrbanPropagationLossModel
-
PercType3Vehicles: The percentage of vehicles of type 3 (i.e., trucks) in the scenario
ns3::ThreeLogDistancePropagationLossModel
-
Distance0: Beginning of the first (near) distance field
-
Distance1: Beginning of the second (middle) distance field.
-
Distance2: Beginning of the third (far) distance field.
-
Exponent0: The exponent for the first field.
-
Exponent1: The exponent for the second field.
-
Exponent2: The exponent for the third field.
-
ReferenceLoss: The reference loss at distance d0 (dB). (Default is Friis at 1m with 5.15 GHz)
ns3::ThresholdPreambleDetectionModel
-
MinimumRssi: Preamble is dropped if the RSSI is below this value (expressed in dBm).
-
Threshold: Preamble is successfully detected if the SNR is at or above this value (expressed in dB).
ns3::TraceFadingLossModel
-
RbNum: The number of RB the trace is made of (default 100)
-
RngStreamSetSize: The number of RNG streams reserved for the fading model. The maximum number of streams that are needed for an LTE FDD scenario is 2 * numUEs * numeNBs.
-
SamplesNum: The number of samples the trace is made of (default 10000)
-
TraceFilename: Name of file to load a trace from.
-
TraceLength: The total length of the fading trace (default value 10 s.)
-
WindowSize: The size of the window for the fading trace (default value 0.5 s.)
ns3::TrafficControlLayer
-
RootQueueDiscList: The list of root queue discs associated to this Traffic Control layer.
ns3::TriangularRandomVariable
-
Max: The upper bound on the values returned by this RNG stream.
-
Mean: The mean value for the triangular distribution returned by this RNG stream.
-
Min: The lower bound on the values returned by this RNG stream.
ns3::TtaFfMacScheduler
-
CqiTimerThreshold: The number of TTIs a CQI is valid (default 1000 - 1 sec.)
-
HarqEnabled: Activate/Deactivate the HARQ [by default is active].
-
UlGrantMcs: The MCS of the UL grant, must be [0..15] (default 0)
ns3::TvSpectrumTransmitter
-
Antenna: The AntennaModel to be used. Allows classes inherited from ns3::AntennaModel. Defaults to ns3::IsotropicAntennaModel.
-
BasePsd: The base power spectral density (in dBm/Hz) of the TV transmitter's transmitted spectrum. Base PSD is the maximum PSD of the spectrum excluding pilots. For analog and COFDM transmitters this is the maximum PSD, but for 8-VSB transmitters this is the maximum PSD of the main signal spectrum (flat-top segment) since the pilot actually has the maximum PSD overall.
-
ChannelBandwidth: The bandwidth (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.
-
StartFrequency: The lower end frequency (in Hz) of the TV transmitter's signal. Must be greater than or equal to 0.
-
StartingTime: The time point after the simulation begins in which the TV transmitter will begin transmitting.
-
TransmitDuration: The duration of time that the TV transmitter will transmit for.
-
TvType: The type of TV transmitter/modulation to be used.
ns3::TwoRayGroundPropagationLossModel
-
Frequency: The carrier frequency (in Hz) at which propagation occurs (default is 5.15 GHz).
-
HeightAboveZ: The height of the antenna (m) above the node's Z coordinate
-
MinDistance: The distance under which the propagation model refuses to give results (m)
-
SystemLoss: The system loss (linear factor >= 1, not in dB)
ns3::TwoRaySpectrumPropagationLossModel
-
ChannelConditionModel: Pointer to the channel condition model.
-
Frequency: The operating Frequency in Hz
-
Scenario: The 3GPP scenario (RMa, UMa, UMi-StreetCanyon, InH-OfficeOpen, InH-OfficeMixed).
ns3::Txop
-
AcIndex: The AC index of the packets contained in the wifi MAC queue of this Txop object.
-
Aifsn: The AIFSN: the default value conforms to non-QOS (just for the first link, in case of 11be multi-link devices).
-
Aifsns: The values of AIFSN for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
-
MaxCw: The maximum value of the contention window (just for the first link, in case of 11be multi-link devices).
-
MaxCws: The maximum values of the contention window for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
-
MinCw: The minimum value of the contention window (just for the first link, in case of 11be multi-link devices).
-
MinCws: The minimum values of the contention window for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
-
Queue: The WifiMacQueue object
-
TxopLimit: The TXOP limit: the default value conforms to non-QoS (just for the first link, in case of 11be multi-link devices).
-
TxopLimits: The values of TXOP limit for all the links (sorted in increasing order of link ID). An empty vector is ignored and the default value as per Table 9-155 of the IEEE 802.11-2020 standard will be used. Note that, if this is a non-AP STA, these values could be overridden by values advertised by the AP through EDCA Parameter Set elements.
ns3::UanChannel
-
NoiseModel: A pointer to the model of the channel ambient noise.
-
PropagationModel: A pointer to the propagation model.
ns3::UanMacCw
-
CW: The MAC parameter CW.
-
SlotTime: Time slot duration for MAC backoff.
ns3::UanMacRc
-
MaxFrames: Maximum number of frames to include in a single RTS.
-
MaxPropDelay: Maximum possible propagation delay to gateway.
-
MinRetryRate: Smallest allowed RTS retry rate.
-
NumberOfRates: Number of rate divisions supported by each PHY.
-
QueueLimit: Maximum packets to queue at MAC.
-
RetryRate: Number of retry attempts per second (of RTS/GWPING).
-
RetryStep: Retry rate increment.
-
SIFS: Spacing to give between frames (this should match gateway).
ns3::UanMacRcGw
-
FrameSize: Size of data frames in bytes.
-
MaxPropDelay: Maximum propagation delay between gateway and non-gateway nodes.
-
MaxReservations: Maximum number of reservations to accept per cycle.
-
MinRetryRate: Smallest allowed RTS retry rate.
-
NumberOfNodes: Number of non-gateway nodes in this gateway's neighborhood.
-
NumberOfRates: Number of rates per Phy layer.
-
RateStep: Increments available for rate assignment in bps.
-
RetryStep: Retry rate increment.
-
SIFS: Spacing between frames to account for timing error and processing delay.
-
TotalRate: Total available channel rate in bps (for a single channel, without splitting reservation channel).
ns3::UanNetDevice
-
Channel: The channel attached to this device.
-
Mac: The MAC layer attached to this device.
-
Phy: The PHY layer attached to this device.
-
Transducer: The Transducer attached to this device.
ns3::UanNoiseModelDefault
-
Shipping: Shipping contribution to noise between 0 and 1.
-
Wind: Wind speed in m/s.
ns3::UanPhyCalcSinrFhFsk
-
NumberOfHops: Number of frequencies in hopping pattern.
ns3::UanPhyDual
-
CcaThresholdPhy1: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy1.
-
CcaThresholdPhy2: Aggregate energy of incoming signals to move to CCA Busy state dB of Phy2.
-
PerModelPhy1: Functor to calculate PER based on SINR and TxMode for Phy1.
-
PerModelPhy2: Functor to calculate PER based on SINR and TxMode for Phy2.
-
SinrModelPhy1: Functor to calculate SINR based on pkt arrivals and modes for Phy1.
-
SinrModelPhy2: Functor to calculate SINR based on pkt arrivals and modes for Phy2.
-
SupportedModesPhy1: List of modes supported by Phy1.
-
SupportedModesPhy2: List of modes supported by Phy2.
-
TxPowerPhy1: Transmission output power in dB of Phy1.
-
TxPowerPhy2: Transmission output power in dB of Phy2.
ns3::UanPhyGen
-
CcaThreshold: Aggregate energy of incoming signals to move to CCA Busy state dB.
-
PerModel: Functor to calculate PER based on SINR and TxMode.
-
RxThreshold: Required SNR for signal acquisition in dB.
-
SinrModel: Functor to calculate SINR based on pkt arrivals and modes.
-
SupportedModes: List of modes supported by this PHY.
-
TxPower: Transmission output power in dB.
ns3::UanPhyPerGenDefault
-
Threshold: SINR cutoff for good packet reception.
ns3::UanPropModelThorp
-
SpreadCoef: Spreading coefficient used in calculation of Thorp's approximation.
ns3::UanTransducerHd
-
RxGainDb: Gain in Db added to incoming signal at receiver.
ns3::UdpClient
-
Interval: The time to wait between packets
-
MaxPackets: The maximum number of packets the application will send (zero means infinite)
-
PacketSize: Size of packets generated. The minimum packet size is 12 bytes which is the size of the header carrying the sequence number and the time stamp.
-
RemoteAddress: The destination Address of the outbound packets
-
RemotePort: The destination port of the outbound packets
ns3::UdpEchoClient
-
Interval: The time to wait between packets
-
MaxPackets: The maximum number of packets the application will send (zero means infinite)
-
PacketSize: Size of echo data in outbound packets
-
RemoteAddress: The destination Address of the outbound packets
-
RemotePort: The destination port of the outbound packets
ns3::UdpEchoServer
-
Tos: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
ns3::UdpL4Protocol
-
SocketList: A container of sockets associated to this protocol. The underlying type is an unordered map, the attribute name is kept for backward compatibility.
ns3::UdpServer
-
PacketWindowSize: The size of the window used to compute the packet loss. This value should be a multiple of 8.
ns3::UdpSocket
-
IpMulticastIf: interface index for outgoing multicast on this socket; -1 indicates to use default interface
-
IpMulticastLoop: whether outgoing multicast sent also to loopback interface
-
IpMulticastTtl: socket-specific TTL for multicast IP packets (if non-zero)
-
IpTtl: socket-specific TTL for unicast IP packets (if non-zero)
-
MtuDiscover: If enabled, every outgoing ip packet will have the DF flag set.
-
RcvBufSize: UdpSocket maximum receive buffer size (bytes)
ns3::UdpSocketImpl
-
IcmpCallback: Callback invoked whenever an icmp error is received on this socket.
-
IcmpCallback6: Callback invoked whenever an icmpv6 error is received on this socket.
ns3::UdpTraceClient
-
MaxPacketSize: The maximum size of a packet (including the SeqTsHeader, 12 bytes).
-
RemoteAddress: The destination Address of the outbound packets
-
RemotePort: The destination port of the outbound packets
-
TraceFilename: Name of file to load a trace from. By default, uses a hardcoded trace.
-
TraceLoop: Loops through the trace file, starting again once it is over.
ns3::UeManager
-
C-RNTI: Cell Radio Network Temporary Identifier
-
DataRadioBearerMap: List of UE DataRadioBearerInfo by DRBID.
-
Srb0: SignalingRadioBearerInfo for SRB0
-
Srb1: SignalingRadioBearerInfo for SRB1
ns3::UniformDiscPositionAllocator
-
X: The x coordinate of the center of the disc.
-
Y: The y coordinate of the center of the disc.
-
Z: The z coordinate of all the positions in the disc.
-
rho: The radius of the disc
ns3::UniformPlanarArray
-
AntennaHorizontalSpacing: Horizontal spacing between antenna elements, in multiples of wave length
-
AntennaVerticalSpacing: Vertical spacing between antenna elements, in multiples of wave length
-
BearingAngle: The bearing angle in radians
-
DowntiltAngle: The downtilt angle in radians
-
IsDualPolarized: If true, dual polarized antenna
-
NumColumns: Horizontal size of the array
-
NumHorizontalPorts: Horizontal number of ports
-
NumRows: Vertical size of the array
-
NumVerticalPorts: Vertical number of ports
-
PolSlantAngle: The polarization slant angle in radians
ns3::UniformRandomVariable
-
Max: The upper bound on the values returned by this RNG stream.
-
Min: The lower bound on the values returned by this RNG stream.
ns3::UplinkSchedulerMBQoS
-
WindowInterval: The time to wait to reset window
ns3::V4TraceRoute
-
Interval: Wait interval between sent packets.
-
MaxHop: The maximum number of hops to trace.
-
ProbeNum: The number of packets send to each hop.
-
Remote: The address of the machine we want to trace.
-
Size: The number of data bytes to be sent, real packet will be 8 (ICMP) + 20 (IP) bytes longer.
-
Timeout: The waiting time for a route response before a timeout.
-
Tos: The Type of Service used to send IPv4 packets. All 8 bits of the TOS byte are set (including ECN bits).
-
Verbose: Produce usual output.
ns3::VhtConfiguration
-
SecondaryCcaSensitivityThresholds: Tuple {threshold for 20MHz PPDUs, threshold for 40MHz PPDUs, threshold for 80MHz PPDUs} describing the CCA sensitivity thresholds for PPDUs that do not occupy the primary channel. The power of a received PPDU that does not occupy the primary channel should be higher than the threshold (dBm) associated to the PPDU bandwidth to allow the PHY layer to declare CCA BUSY state.
-
Support160MHzOperation: Whether or not 160 MHz operation is to be supported.
ns3::VirtualNetDevice
-
Mtu: The MAC-level Maximum Transmission Unit
ns3::WaveformGenerator
-
DutyCycle: the duty cycle of the generator, i.e., the fraction of the period that is occupied by a signal
-
Period: the period (=1/frequency)
ns3::WaypointMobilityModel
-
InitialPositionIsWaypoint: Calling SetPosition with no waypoints creates a waypoint.
-
LazyNotify: Only call NotifyCourseChange when position is calculated.
-
NextWaypoint: The next waypoint used to determine position.
-
WaypointsLeft: The number of waypoints remaining.
ns3::WeibullRandomVariable
-
Bound: The upper bound on the values returned by this RNG stream.
-
Scale: The scale parameter for the Weibull distribution returned by this RNG stream.
-
Shape: The shape parameter for the Weibull distribution returned by this RNG stream.
ns3::WifiAssocManager
-
AllowedLinks: Only Beacon and Probe Response frames received on a link belonging to the given set are processed. An empty set is equivalent to the set of all links.
ns3::WifiDefaultAckManager
-
BaThreshold: Immediate acknowledgment is requested upon transmission of a frame whose sequence number is distant at least BaThreshold multiplied by the transmit window size from the starting sequence number of the transmit window. Set to zero to request a response for every transmitted frame.
-
DlMuAckSequenceType: Type of the acknowledgment sequence for DL MU PPDUs.
-
MaxBlockAckMcs: The MCS used to send a BlockAck in a TB PPDU is the minimum between the MCS used for the PSDU sent in the preceding DL MU PPDU and the value of this attribute.
-
UseExplicitBar: Specify whether to send Block Ack Requests (if true) or use Implicit Block Ack Request ack policy (if false).
ns3::WifiDefaultAssocManager
-
ChannelSwitchTimeout: After requesting a channel switch on a link to setup that link, wait at most this amount of time. If a channel switch is not notified within this amount of time, we give up setting up that link.
ns3::WifiDefaultProtectionManager
-
EnableMuRts: If enabled, always protect a DL/UL MU frame exchange with MU-RTS/CTS.
-
SingleRtsPerTxop: If enabled, a protection mechanism (RTS or MU-RTS) is normally used no more than once in a TXOP, regardless of the destination of the data frame (unless required for specific purposes, such as transmitting an Initial Control Frame to an EMLSR client).
-
SkipMuRtsBeforeBsrp: If enabled, MU-RTS is not used to protect the transmission of a BSRP Trigger Frame.
ns3::WifiMac
-
BE_BlockAckInactivityTimeout: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BE. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
-
BE_BlockAckThreshold: If number of packets in BE queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
-
BE_MaxAmpduSize: Maximum length in bytes of an A-MPDU for AC_BE access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
-
BE_MaxAmsduSize: Maximum length in bytes of an A-MSDU for AC_BE access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
-
BE_Txop: Queue that manages packets belonging to AC_BE access class.
-
BK_BlockAckInactivityTimeout: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BK. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
-
BK_BlockAckThreshold: If number of packets in BK queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
-
BK_MaxAmpduSize: Maximum length in bytes of an A-MPDU for AC_BK access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
-
BK_MaxAmsduSize: Maximum length in bytes of an A-MSDU for AC_BK access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
-
BK_Txop: Queue that manages packets belonging to AC_BK access class.
-
ChannelAccessManagers: The Channel Access Manager(s) attached to this device.
-
CtsToSelfSupported: Use CTS to Self when using a rate that is not in the basic rate set.
-
FrameExchangeManagers: The Frame Exchange Manager(s) attached to this device.
-
FrameRetryLimit: The maximum number of transmission attempts of a frame that are made before a failure condition is indicated. This corresponds to the dot11ShortRetryLimit parameter in the standard.
-
MpduBufferSize: The size (in number of MPDUs) of the buffer used for each BlockAck agreement in which this node is a recipient. The provided value is capped to the maximum allowed value based on the supported standard.
-
QosSupported: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
-
RobustAVStreamingSupported: Whether or not Robust Audio Video Streaming is supported (only allowed for AP STAs or non-AP that are HT capable).
-
ShortSlotTimeSupported: Whether or not short slot time is supported (only used by ERP APs or STAs).
-
Ssid: The ssid we want to belong to.
-
Txop: The Txop object.
-
VI_BlockAckInactivityTimeout: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VI. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
-
VI_BlockAckThreshold: If number of packets in VI queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
-
VI_MaxAmpduSize: Maximum length in bytes of an A-MPDU for AC_VI access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
-
VI_MaxAmsduSize: Maximum length in bytes of an A-MSDU for AC_VI access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
-
VI_Txop: Queue that manages packets belonging to AC_VI access class.
-
VO_BlockAckInactivityTimeout: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VO. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
-
VO_BlockAckThreshold: If number of packets in VO queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
-
VO_MaxAmpduSize: Maximum length in bytes of an A-MPDU for AC_VO access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, 6500631 for HE PPDUs and 15523200 for EHT PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
-
VO_MaxAmsduSize: Maximum length in bytes of an A-MSDU for AC_VO access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE/EHT PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
-
VO_Txop: Queue that manages packets belonging to AC_VO access class.
ns3::WifiMacQueue
-
MaxDelay: If a packet stays longer than this delay in the queue, it is dropped.
-
MaxSize: The max queue size
ns3::WifiNetDevice
-
Channel: The channel attached to this device
-
EhtConfiguration: The EhtConfiguration object.
-
HeConfiguration: The HeConfiguration object.
-
HtConfiguration: The HtConfiguration object.
-
Mac: The MAC layer attached to this device.
-
Mtu: The MAC-level Maximum Transmission Unit
-
Phy: The PHY layer attached to this device.
-
Phys: The PHY layers attached to this device (11be multi-link devices only).
-
RemoteStationManager: The station manager attached to this device.
-
RemoteStationManagers: The remote station managers attached to this device (11be multi-link devices only).
-
VhtConfiguration: The VhtConfiguration object.
ns3::WifiPhy
-
Antennas: The number of antennas on the device.
-
CcaEdThreshold: The energy of all received signals should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.
-
CcaSensitivity: The energy of a received wifi signal should be higher than this threshold (dBm) in the primary channel to allow the PHY layer to declare CCA BUSY state.
-
Channel: The channel attached to this PHY
-
ChannelNumber: The channel number of the current operating channel.
-
ChannelSettings: A vector of tuple {channel number, channel width (MHz), PHY band, primary20 index} describing the settings of the operating channel for each segment. The primary20 index (only the value set for the first segment is used) is the index of the primary 20 MHz channel within the operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency) and is only valid if the width of the operating channel is a multiple of 20 MHz. If the standard for this object has not been set yet, the value of this attribute is saved and will be used to set the operating channel when the standard is configured. If the PHY band is left unspecified, the default band for the configured standard is used. If the channel width and the channel number are both 0, the default channel width for the configured standard and band are used. If the channel number is 0, the default channel number for the configured standard, band and channel width is used. Note that the channel width can be left unspecified (0) if the channel number uniquely identify a frequency channel for the given standard and band.
-
ChannelSwitchDelay: Delay between two short frames transmitted on different frequencies.
-
ChannelWidth: The width in MHz of the current operating channel (5, 10, 20, 22, 40, 80 or 160). If 80+80MHz is used, this corresponds to the total channel width, hence 160 MHz.
-
FixedPhyBand: If set to true, changing PHY band is prohibited after initialization.
-
FrameCaptureModel: Ptr to an object that implements the frame capture model
-
Frequency: The center frequency (MHz) of the current operating channel.
-
InterferenceHelper: Ptr to an object that implements the interference helper
-
MaxSupportedRxSpatialStreams: The maximum number of supported RX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.
-
MaxSupportedTxSpatialStreams: The maximum number of supported TX spatial streams.This parameter is only valuable for 802.11n/ac/ax STAs and APs.
-
NotifyMacHdrRxEnd: Whether the PHY is capable of notifying the MAC about the end of the reception of the MAC header of every MPDU.
-
Pifs: The duration of the PCF Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
-
PostReceptionErrorModel: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.
-
PowerDensityLimit: The mean equivalent isotropically radiated power densitylimit (in dBm/MHz) set by regulators.
-
PreambleDetectionModel: Ptr to an object that implements the preamble detection model
-
Primary20MHzIndex: The index of the primary 20 MHz channel within the current operating channel (0 indicates the 20 MHz subchannel with the lowest center frequency).
-
RxGain: Reception gain (dB).
-
RxNoiseFigure: 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 (usually 290 K)".
-
RxSensitivity: The energy of a received signal should be higher than this threshold (dBm) for the PHY to detect the signal. This threshold refers to a width of 20 MHz and will be scaled to match the width of the received signal.
-
ShortPlcpPreambleSupported: Whether or not short PHY preamble is supported.This parameter is only valuable for 802.11b STAs and APs.Note: 802.11g APs and STAs always support short PHY preamble.
-
Sifs: The duration of the Short Interframe Space. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
-
Slot: The duration of a slot. NOTE that the default value is overwritten by the value defined by the standard; if you want to set this attribute, you have to do it after that the PHY object is initialized.
-
State: The state of the PHY layer.
-
TxGain: Transmission gain (dB).
-
TxPowerEnd: Maximum available transmission level (dBm).
-
TxPowerLevels: Number of transmission power levels available between TxPowerStart and TxPowerEnd included.
-
TxPowerStart: Minimum available transmission level (dBm).
ns3::WifiRadioEnergyModel
-
CcaBusyCurrentA: The default radio CCA Busy State current in Ampere.
-
IdleCurrentA: The default radio Idle current in Ampere.
-
RxCurrentA: The radio RX current in Ampere.
-
SleepCurrentA: The radio Sleep current in Ampere.
-
SwitchingCurrentA: The default radio Channel Switch current in Ampere.
-
TxCurrentA: The radio TX current in Ampere.
-
TxCurrentModel: A pointer to the attached TX current model.
ns3::WifiRemoteStationManager
-
DefaultTxPowerLevel: Default power level to be used for transmissions. This is the power level that is used by all those WifiManagers that do not implement TX power control.
-
ErpProtectionMode: Protection mode used when non-ERP STAs are connected to an ERP AP: Rts-Cts or Cts-To-Self
-
FragmentationThreshold: If the size of the PSDU is bigger than this value, we fragment it such that the size of the fragments are equal or smaller. This value does not apply when it is carried in an A-MPDU. This value will not have any effect on some rate control algorithms.
-
HtProtectionMode: Protection mode used when non-HT STAs are connected to a HT AP: Rts-Cts or Cts-To-Self
-
IncrementRetryCountUnderBa: The 802.11-2020 standard states that the retry count for frames that are part of a Block Ack agreement shall not be incremented when a transmission fails. As a consequence, frames that are part of a Block Ack agreement are not dropped based on the number of retries. Set this attribute to true to override the standard behavior and increment the retry count (and eventually drop) frames that are part of a Block Ack agreement.
-
MaxSlrc: The maximum number of retransmission attempts for any packet with size > RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
-
MaxSsrc: The maximum number of retransmission attempts for any packet with size <= RtsCtsThreshold. This value will not have any effect on some rate control algorithms.
-
NonUnicastMode: Wifi mode used for non-unicast transmissions.
-
RtsCtsThreshold: If the size of the PSDU is bigger than this value, we use an RTS/CTS handshake before sending the data frame.This value will not have any effect on some rate control algorithms.
-
RtsCtsTxDurationThresh: If this threshold is a strictly positive value and the TX duration of the PSDU is greater than or equal to this threshold, we use an RTS/CTS handshake before sending the data frame.
ns3::WimaxConnection
-
TxQueue: Transmit queue
-
Type: Connection type
ns3::WimaxMacQueue
ns3::WimaxNetDevice
-
BandwidthManager: The bandwidth manager attached to this device.
-
BroadcastConnection: Broadcast connection
-
BurstProfileManager: The burst profile manager attached to this device.
-
Channel: The channel attached to this device.
-
ConnectionManager: The connection manager attached to this device.
-
InitialRangingConnection: Initial ranging connection
-
Mtu: The MAC-level Maximum Transmission Unit
-
Phy: The PHY layer attached to this device.
-
RTG: receive/transmit transition gap.
-
TTG: transmit/receive transition gap.
ns3::WimaxPhy
-
Bandwidth: The channel bandwidth in Hz.
-
Channel: Wimax channel
-
FrameDuration: The frame duration in seconds.
-
Frequency: The central frequency in KHz.
ns3::YansWifiChannel
-
PropagationDelayModel: A pointer to the propagation delay model attached to this channel.
-
PropagationLossModel: A pointer to the propagation loss model attached to this channel.
ns3::ZetaRandomVariable
-
Alpha: The alpha value for the zeta distribution returned by this RNG stream.
ns3::zigbee::ZigbeeNwk
-
MaxPendingTxQueueSize: The maximum size of the table storing pending packets awaiting to be transmitted after discovering a route to the destination.
-
NwkcCoordinatorCapable: [Constant] Indicates whether the device is capable of becoming aZigbee coordinator.
-
NwkcInitialRREQRetries: [Constant] The number of times the first broadcast transmissionof a RREQ cmd frame is retried.
-
NwkcMaxRREQJitter: [Constant] The duration between retries of a broadcast RREQ (msec)
-
NwkcMinRREQJitter: [Constant] The minimum jitter for broadcast retransmission of a RREQ (msec)
-
NwkcProtocolVersion: [Constant] The version of the Zigbee NWK protocol inthe device (placeholder)
-
NwkcRREQRetries: [Constant] The number of times the broadcast transmission of aRREQ cmd frame is retried on relay by intermediate router orcoordinator.
-
NwkcRREQRetryInterval: [Constant] The duration between retries of a broadcast RREQ cmd frame.
-
NwkcRouteDiscoveryTime: [Constant] The duration until a route discovery expires
ns3::ZipfRandomVariable
-
Alpha: The alpha value for the Zipf distribution returned by this RNG stream.
-
N: The n value for the Zipf distribution returned by this RNG stream.