Remote

Namespace simu5g

Remote

enum

DAS Support OFDMA Remotes (see FIXME LteAllocationModule.h for "antenna" meaning)

Source code

//        DAS Support      
/// OFDMA Remotes (see FIXME LteAllocationModule.h for "antenna" meaning)
enum Remote
{
    MACRO = 0;
    RU1 = 1;
    RU2 = 2;
    RU3 = 3;
    RU4 = 4;
    RU5 = 5;
    RU6 = 6;
    UNKNOWN_RU = 7;
}

File: src/common/LteCommonEnum.msg