XMac

Package: inet.linklayer.xmac

XMac

compound module

Implementation of X-MAC. See C++ documentation for details.

Inheritance diagram

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

Extends

Name Type Description
MacProtocolBase simple module

Module base for different MAC protocols.

Parameters

Name Type Default value Description
interfaceTableModule string
address string "auto"

MAC address as hex string (12 hex digits), or "auto". "auto" values will be replaced by a generated MAC address in init stage 0.

debug bool false

debug switch

stats bool true

collect statistics?

slotDuration double 1s

BMAC specific parameters how long is one slot?

checkInterval double 0.01s

how long is the check interval (CCA)?

animation bool true

should we animate the nodes with colors depending on their state or not?

bitrate double 19200 bps

bit rate

txPower double 50 mW

tx power

useMACAcks bool false

should mac send and expect acknowledgments?

macMaxFrameRetries int 3

maximum number of frame retransmission only used when usage of MAC acks is enabled

headerLength int 80b

length of MAC headers

ctrlFrameLength int headerLength
mtu int 0B

mtu

maxTxAttempts int 2

Maximum transmission attempts per data packet, when ACKs are used

radioModule string "^.radio"

The path to the Radio module //FIXME remove default value

Properties

Name Value Description
display i=block/rxtx
class XMac
selfMessageKinds inet::XMacTypes

Gates

Name Direction Size Description
upperLayerIn input
upperLayerOut output
lowerLayerIn input
lowerLayerOut output

Signals

Name Type Unit
packetDropped inet::Packet

Scheduled messages (observed)

msgkindctrltagsmsgnamecontext
Packet192 (XMacTypes::XMAC_DATA)ErrorRateInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirIndpingNN-reply
omnetpp::cMessage196 (XMacTypes::XMAC_START_XMAC)start_xmac
omnetpp::cMessage197 (XMacTypes::XMAC_WAKE_UP)wakeup
omnetpp::cMessage199 (XMacTypes::XMAC_CCA_TIMEOUT)cca_timeout
omnetpp::cMessage200 (XMacTypes::XMAC_ACK_TX_OVER)ack_tx_over
omnetpp::cMessage202 (XMacTypes::XMAC_STOP_PREAMBLES)stop_preambles
omnetpp::cMessage203 (XMacTypes::XMAC_DATA_TX_OVER)data_tx_over
omnetpp::cMessage204 (XMacTypes::XMAC_DATA_TIMEOUT)data_timeout
omnetpp::cMessage205 (XMacTypes::SWITCH_PREAMBLE_PHASE)switch_preamble_phase
omnetpp::cMessage206 (XMacTypes::DELAY_FOR_ACK_WITHIN_REMOTE_RX)delay_for_ack_within_remote_rx
omnetpp::cMessage207 (XMacTypes::XMAC_SWITCHING_FINISHED)switching_done

Direct method calls (observed)

call tofunctioninfo
MessageDispatcherinet::MessageDispatcher::arrivedarrived
PcapRecorderinet::PcapRecorder::receiveSignalpacketReceivedFromLower
InterfaceTableinet::InterfaceTable::interfaceChangedinterfaceChanged
ApskDimensionalRadioinet::physicallayer::ApskRadio::setRadioModesetRadioMode
ApskScalarRadioinet::physicallayer::ApskRadio::setRadioModesetRadioMode
UnitDiskRadioinet::physicallayer::UnitDiskRadio::setRadioModesetRadioMode
DropTailQueueinet::queueing::PacketQueue::pullPacketpullPacket

Called methods (observed)

functioninfocall from
inet::XMac::handleCanPullPacketChangedhandleCanPullPacketChangedDropTailQueue
inet::XMac::receiveSignalradioModeChangedApskDimensionalRadio, ApskScalarRadio, UnitDiskRadio
inet::XMac::receiveSignaltransmissionStateChangedApskDimensionalRadio, ApskScalarRadio, UnitDiskRadio

Incoming messages (observed)

gatemsgkindctrlsrcModuletags
lowerLayerInPacket0ApskDimensionalRadioErrorRateInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirInd
lowerLayerInPacket0ApskScalarRadioErrorRateInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirInd
lowerLayerInPacket0UnitDiskRadioErrorRateInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirInd
lowerLayerInPacket192ApskDimensionalRadioErrorRateInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirInd
lowerLayerInPacket192ApskScalarRadioErrorRateInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirInd
lowerLayerInPacket192UnitDiskRadioErrorRateInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirInd

Outgoing messages (observed)

gatemsgkindctrldestModuletags
lowerLayerOutPacket0ApskDimensionalRadioPacketProtocolTag
lowerLayerOutPacket0ApskScalarRadioPacketProtocolTag
lowerLayerOutPacket0UnitDiskRadioPacketProtocolTag
lowerLayerOutPacket192ApskDimensionalRadioInterfaceReq, MacAddressReq, PacketProtocolTag, DispatchProtocolInd?, NetworkProtocolInd?, SocketReq?
lowerLayerOutPacket192ApskScalarRadioInterfaceReq, MacAddressReq, PacketProtocolTag, DispatchProtocolInd?, MulticastReq?, NetworkProtocolInd?, SocketReq?, TransportProtocolInd?
lowerLayerOutPacket192UnitDiskRadioInterfaceReq, MacAddressReq, PacketProtocolTag, DispatchProtocolInd?, NetworkProtocolInd?, SocketReq?
upperLayerOutPacket0ArpDispatchProtocolReq, ErrorRateInd, InterfaceInd, MacAddressInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirInd
upperLayerOutPacket0Ipv4DispatchProtocolReq, ErrorRateInd, InterfaceInd, MacAddressInd, PacketProtocolTag, SignalPowerInd, SignalTimeInd, SnirInd

Pull in messages (observed)

gatemsgkindctrlsrcModuletags
upperLayerInPacket0DropTailQueueInterfaceReq, MacAddressReq, PacketProtocolTag, DispatchProtocolInd?, MulticastReq?, NetworkProtocolInd?, SocketReq?, TransportProtocolInd?

Packet operations (observed)

chunkTypepacketAction
XMacControlFramePacket, peekAtFront
XMacDataFrameHeaderinsertAtFront, peekAtFront, popAtFront
XMacHeaderBasepeekAtFront

Shared Tagging operations (observed)

tagTypetagAction
DispatchProtocolReqaddTagIfAbsent
InterfaceIndaddTagIfAbsent
MacAddressIndaddTagIfAbsent
MacAddressReqgetTag
PacketProtocolTagaddTag, addTagIfAbsent, getTag

Source code

//
// Implementation of X-MAC.
// See C++ documentation for details.
//
module XMac extends MacProtocolBase like IMacProtocol
{
    parameters:
        string address @mutable = default("auto"); // MAC address as hex string (12 hex digits), or
                                                   // "auto". "auto" values will be replaced by
                                                   // a generated MAC address in init stage 0.

        // debug switch
        bool debug = default(false);
        //collect statistics?
        bool stats = default(true);

        // BMAC specific parameters
        // how long is one slot?
        double slotDuration @unit(s) = default(1s);

        // how long is the check interval (CCA)?
        double checkInterval @unit(s) = default(0.01s);

        // should we animate the nodes with colors depending on their state or
        // not?
        bool animation = default(true);

        // bit rate
        double bitrate @unit(bps) = default(19200 bps);

        //tx power
        double txPower @unit(W) = default(50 mW);

        //should mac send and expect acknowledgments?
        bool useMACAcks = default(false);

        // maximum number of frame retransmission
        // only used when usage of MAC acks is enabled
        int macMaxFrameRetries = default(3);

        // length of MAC headers
        int headerLength @unit(b) = default(80b);
        int ctrlFrameLength @unit(b) = default(headerLength);

        // mtu
        int mtu @unit(B) = default(0B);

        // Maximum transmission attempts per data packet, when ACKs are used
        int maxTxAttempts = default(2);

        string radioModule = default("^.radio");   // The path to the Radio module  //FIXME remove default value

        @class(XMac);
        @signal[packetDropped](type=inet::Packet);
        @selfMessageKinds(inet::XMacTypes);
}

File: src/inet/linklayer/xmac/XMac.ned