Namespace simu5g
EnbType
enum********************* * Incell Interference Support *********************
Source code
// ********************* * Incell Interference Support ********************* enum EnbType { // macro eNb MACRO_ENB = 0; // micro eNb MICRO_ENB = 1; }File: src/common/LteCommonEnum.msg