LteAmc

Package: simu5g.stack.mac.amc

LteAmc

simple module

LTE Adaptive Modulation and Coding (AMC) module.

Inheritance diagram

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

Known subclasses

Name Type Description
LteAmcD2D simple module

LTE Adaptive Modulation and Coding (AMC) module with D2D support. It is the D2D-capable variant of LteAmc, wired in by the D2D LTE NICs via the MAC's amcType parameter.

NrAmc simple module

NR Adaptive Modulation and Coding (AMC) module.

Properties

Name Value Description
class LteAmc
display i=block/table2

Source code

//
// LTE Adaptive Modulation and Coding (AMC) module.
//
simple LteAmc like ILteAmc
{
    parameters:
        @class(LteAmc);
        @display("i=block/table2");
}
File: src/simu5g/stack/mac/amc/LteAmc.ned