LteChannelControl

Package: simu5g.world.radio

LteChannelControl

simple module

Utility module that records the position of each LTE radio module in the network. Exactly one instance of this module must be present in the network. Note that channel parameters in this module are obsolete and not utilized.

Inheritance diagram

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

Used in

Name Type Description
ExtClientServer_bgCells network

ExtClientServer_bgCells

ExtClientServerExample network

ExtClientServerExample

ExtMecAppExample network (no description)
ExtServerExample network

ExtServerExample

ExtUeAppExample network (no description)
ExtUeAppMecAppExample network (no description)

Extends

Name Type Description
ChannelControl simple module

Utility module that records the position of each radio module in the network. Exactly one instance of this module (or its derived extensions) must be present in the network. Note that channel parameters in this module are obsolete and are not utilized.

Parameters

Name Type Default value Description
coreDebug bool false

debug switch for core framework

pMax double 20mW

maximum sending power used for this network (in mW)

sat double -110dBm

signal attenuation threshold (in dBm)

alpha double 2

path loss coefficient

carrierFrequency double 2.4GHz

base carrier frequency of all the channels (in Hz)

numChannels int 1

number of radio channels (frequencies)

Properties

Name Value Description
display i=misc/sun
labels node
class LteChannelControl

Source code

//
// Utility module that records the position of each LTE radio module in the network.
// Exactly one instance of this module must be present in the network. Note that
// channel parameters in this module are obsolete and not utilized.
//
simple LteChannelControl extends ChannelControl
{
    parameters:
        @display("i=misc/sun");
        @labels(node);
        @class(LteChannelControl);
}
File: src/world/radio/LteChannelControl.ned