Compound Module Ieee80211ScalarRadioMedium

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

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, and ScalarAnalogModel.

IPropagation IAnalogModel IRadioBackgroundNoise IPathLoss IObstacleLoss IMediumLimitCache ICommunicationCache INeighborCache

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

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.

Networks:

Name Type Description
AggregationTest network (no description)
AggregationTest2 network (no description)
ComplexConfiguratorNetwork network (no description)
ConfiguratorD network (no description)
ConfiguratorE network (no description)
ConfiguratorF network (no description)
DataLinkVisualizationExample network (no description)
DataLinkVisualizerEnablingWirelessShowcase network

TODO documentation

DataLinkVisualizerMobileShowcase network

TODO documentation

DYMONetwork network

TODO

DynamicNetworkRouteVisualizationExample network (no description)
DynamicRadioNetwork network (no description)
EarthVisualization3 network (no description)
ErrorRateExample network (no description)
ErrorRateTest network (no description)
FilteringShowcase network (no description)
GPSRNetworkManual network (no description)
GPSRNetworkRandom network

TODO

HandoverExample network (no description)
HandoverNetwork network (no description)
HiddenNode network (no description)
Ieee80211VisualizationAdvancedFeaturesShowcase network (no description)
Ieee80211VisualizationDisplayingAssociationsShowcase network (no description)
Ieee80211VisualizationExample network (no description)
Ieee80211VisualizationVisualizingHandoverShowcase network (no description)
InfoVisualizationExample network (no description)
InstrumentShowcase network (no description)
InterfaceTableVisualizationAdvancedFeaturesShowcase network (no description)
InterfaceTableVisualizationExample network (no description)
Lan80211 network (no description)
LinkBreakA network (no description)
LinkBreakVisualizationExample network (no description)
MacTest network (no description)
MediumActivityDisplayingPropagationTransmissionsReceptionsShowcase network (no description)
MediumActivityInterferingSignalsShowcase network (no description)
MediumActivityMultipleNodesShowcase network (no description)
mIPv6Network network (no description)
MultiRadio network

Models a network with several hosts. Each host may contain one or more radios. Nodes are using adhoc routing to pass information.

MultiRadio network (no description)
Net80211 network (no description)
NetworkPathMobileShowcase network

TODO documentation

NetworkPathRIPShowcase network

TODO documentation

ObjectCacheTest network (no description)
ObstacleIntersectionTest network (no description)
ObstacleLossVisualizationEnablingShowcase network (no description)
ObstacleLossVisualizationExample network (no description)
ObstacleLossVisualizationMultipleObstaclesShowcase network (no description)
ObstacleTest network (no description)
PacketDropArpResolutionFailedShowcase network (no description)
PacketDropMacRetryLimitReachedShowcase network (no description)
PacketDropQueueOverflowShowcase network (no description)
PacketDropVisualizationExample network (no description)
PhysicalLinkVisualizationExample network (no description)
PhysicalLinkVisualizerEnablingShowcase network

TODO documentation

PhysicalLinkVisualizerFilteringShowcase network

TODO documentation

PhysicalLinkVisualizerMobileShowcase network

TODO documentation

PowerConsumptionShowcase network (no description)
PowerNetwork network (no description)
PropagationD network (no description)
PropagationE network (no description)
QosThroughput network (no description)
QosThroughput network (no description)
RateControlExample network (no description)
RateControlTest network (no description)
RoutingTableVisualizationDynamicShowcase network (no description)
RoutingTableVisualizationExample network (no description)
Scenario network (no description)
SignalPropagationVisualizationExample network (no description)
StatisticVisualizationExample network (no description)
StatisticVisualizationPacketErrorRateShowcase network (no description)
StatisticVisualizationPingRttShowcase network (no description)
StylingShowcase network

TODO documentation

SubmoduleInformationVisualizationShowcase network (no description)
Synchronized network (no description)
Throughput network (no description)
Throughput network (no description)
Throughput network (no description)
Throughput network (no description)
TransportConnectionVisualizationExample network (no description)
TransportPathVisualizerSimpleWirelessShowcase network

TODO documentation

VisualizationD network (no description)
VisualizationTutorialA network (no description)
WiredAndWirelessHostsWithAP network (no description)
WirelessNetWith2DHCP network (no description)
WirelessNetWithDHCP network (no description)

Parameters:

Name Type Default value Description
physicalEnvironmentModule string "physicalEnvironment"

module path of the physical environment model

propagationType string "ConstantSpeedPropagation"

submodule type parameters

pathLossType string "FreeSpacePathLoss"

NED type of the path loss model

obstacleLossType string ""

NED type of the obstacle loss model

analogModelType string "ScalarAnalogModel"

NED type of the analog model

backgroundNoiseType string "IsotropicScalarBackgroundNoise"

NED type of the background noise model

mediumLimitCacheType string "MediumLimitCache"

NED type of the medium limit cache model

neighborCacheType string ""

NED type of the neighbor cache model

communicationCacheType string "VectorCommunicationCache"

NED type of the communication cache model

rangeFilter string ""

filter parameters that control when radio frames are sent to receiver radios

radioModeFilter bool false

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

listeningFilter bool false

when enabled the radio medium doesn't send radio frames 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 radio frames to a radio if it the destination mac address differs

recordCommunicationLog bool false

logging parameters

Properties:

Name Value Description
class RadioMedium
display i=misc/sun_s

Signals:

Name Type Unit
transmissionAdded
radioRemoved
transmissionStarted
receptionEnded
receptionStarted
radioAdded
transmissionRemoved
transmissionEnded

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 also ~Ieee80211ScalarRadio, ~Ieee80211ScalarTransmitter,
// ~Ieee80211ScalarReceiver, and ~ScalarAnalogModel.
//
module Ieee80211ScalarRadioMedium extends Ieee80211RadioMedium
{
    parameters:
        analogModelType = default("ScalarAnalogModel");
        backgroundNoiseType = default("IsotropicScalarBackgroundNoise");
}