Do you know if it’s possible to simulate a deployment with only 2 omnidirectional eNodeBs in the simulation area? Would it be possible to make them have 2 different carrier frequencies?
this is possible by setting
LTE_config.network_geometry = ‘predefined’;
LTE_config.eNodeB_positions = [x1, y1; x2, y2];
LTE_config.antenna.antenna_gain_pattern = ‘omnidirectional’;
Using different carriers is possible with CA extension of v1.9.