Remote

Namespace simu5g

Remote

enum

OFDMA Remotes Antennas (see LteAllocationModule) -- only MACRO is currently supported

Source code

/// OFDMA Remotes Antennas (see LteAllocationModule) -- only MACRO is currently supported
enum Remote
{
    MACRO = 0;
    RU1 = 1;
    RU2 = 2;
    RU3 = 3;
    RU4 = 4;
    RU5 = 5;
    RU6 = 6;
    UNKNOWN_RU = 7;
}

File: src/simu5g/common/LteCommonEnum.msg