Ieee80211ScalarRadioMedium

Package: inet.physicallayer.wireless.ieee80211.packetlevel

Ieee80211ScalarRadioMedium

compound module

This radio medium model uses scalar transmission power in the analog representation. It must be used in conjunction with the Ieee80211ScalarRadio model.

See also: Ieee80211ScalarRadio, Ieee80211ScalarTransmitter, Ieee80211ScalarReceiver, ScalarAnalogModel.

IPropagation IAnalogModel IBackgroundNoise IPathLoss IObstacleLoss IMediumLimitCache ICommunicationCache INeighborCache

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
Ieee80211RadioMedium compound module

This radio medium model is part of thee IEEE 802.11 physical layer model. It must be used in conjunction with the Ieee80211Radio model or other derived models.

Parameters

Name Type Default value Description
physicalEnvironmentModule string "physicalEnvironment"

module path of the physical environment model

signalAnalogRepresentation string "scalar"
rangeFilter string ""

filter parameters that control when signals are sent to receiver radios

radioModeFilter bool false

when enabled the radio medium doesn't send signals to a radio if it's neither in receiver nor in transceiver mode

listeningFilter bool false

when enabled the radio medium doesn't send signals to a radio if it listens on the channel in incompatible mode (e.g. different carrier frequency and bandwidth, different modulation)

macAddressFilter bool false

when enabled the radio medium doesn't send signals to a radio if it the destination mac address differs

recordTransmissionLog bool false

logging parameters

recordReceptionLog bool false

when enabled the medium writes one line per reception into the communication log file

Properties

Name Value Description
class RadioMedium
display i=misc/sun

Signals

Name Type Unit
radioRemoved
signalDepartureStarted
radioAdded
signalArrivalStarted
signalAdded
signalDepartureEnded
signalRemoved
signalArrivalEnded

Scheduled messages (observed)

msgkindctrltagsmsgnamecontext
omnetpp::cMessage0removeNonInterferingTransmissions

Direct method calls (observed)

call tofunctioninfo
Ieee80211ScalarRadioMediuminet::physicallayer::RadioMedium::addTransmissionaddTransmission
Ieee80211ScalarRadioMediuminet::physicallayer::RadioMedium::receiveSignalinterfaceConfigChanged
Ieee80211ScalarRadioMediuminet::physicallayer::RadioMedium::receiveSignallisteningChanged
Ieee80211ScalarRadioMediuminet::physicallayer::RadioMedium::receiveSignalradioModeChanged
Ieee80211NistErrorModelinet::physicallayer::Ieee80211NistErrorModel::computeBitErrorRatecomputeBitErrorRate
Ieee80211NistErrorModelinet::physicallayer::Ieee80211NistErrorModel::computePacketErrorRatecomputePacketErrorRate
Ieee80211NistErrorModelinet::physicallayer::Ieee80211NistErrorModel::computeSymbolErrorRatecomputeSymbolErrorRate

Called methods (observed)

functioninfocall from
inet::physicallayer::RadioMedium::addRadioaddRadioIeee80211Radio, Ieee80211ScalarRadio
inet::physicallayer::RadioMedium::addTransmissionaddTransmissionIeee80211ScalarRadioMedium
inet::physicallayer::RadioMedium::listenOnMediumlistenOnMediumIeee80211Radio, Ieee80211ScalarRadio
inet::physicallayer::RadioMedium::receivePacketreceivePacketIeee80211Radio, Ieee80211ScalarRadio
inet::physicallayer::RadioMedium::receiveSignalinterfaceConfigChangedInterfaceTable, Ieee80211ScalarRadioMedium
inet::physicallayer::RadioMedium::receiveSignallisteningChangedIeee80211ScalarRadio, Ieee80211ScalarRadioMedium
inet::physicallayer::RadioMedium::receiveSignalradioModeChangedIeee80211ScalarRadio, Ieee80211ScalarRadioMedium
inet::physicallayer::RadioMedium::removeRadioremoveRadioIeee80211ScalarRadio
inet::physicallayer::RadioMedium::transmitPackettransmitPacketIeee80211Radio, Ieee80211ScalarRadio

Packet operations (observed)

chunkTypepacketAction
Ieee80211DsssPhyHeaderpeekAtFront
Ieee80211HtPhyHeaderpeekAtFront
Ieee80211OfdmPhyHeaderpeekAtFront

Shared Tagging operations (observed)

tagTypetagAction
clearTags
ErrorRateIndaddTagIfAbsent
MacAddressIndfindTag
PacketProtocolTagaddTag, getTag
SignalBitrateReqfindTag
SignalPowerIndaddTagIfAbsent
SignalPowerReqfindTag
SignalTimeIndaddTagIfAbsent
SnirIndaddTagIfAbsent
Ieee80211ChannelIndaddTagIfAbsent
Ieee80211ChannelReqfindTag
Ieee80211ModeIndaddTagIfAbsent
Ieee80211ModeReqfindTag

Unassigned submodule parameters

Name Type Default value Description
neighborCache.refillPeriod double

Source code

//
// This radio medium model uses scalar transmission power in the analog
// representation. It must be used in conjunction with the
// ~Ieee80211ScalarRadio model.
//
// @see ~Ieee80211ScalarRadio, ~Ieee80211ScalarTransmitter,
// ~Ieee80211ScalarReceiver, ~ScalarAnalogModel.
//
module Ieee80211ScalarRadioMedium extends Ieee80211RadioMedium
{
    parameters:
        analogModel.typename = default("ScalarAnalogModel");
        backgroundNoise.typename = default("IsotropicScalarBackgroundNoise");
}

File: src/inet/physicallayer/wireless/ieee80211/packetlevel/Ieee80211ScalarRadioMedium.ned