Hello,
I want to implement the handover between femtocells, so i modified the LTE_sim_main_launcher_demo_femtocells.m.
I first set LTE_config_nr.eNodeB_rings = 0; which means there is only one macrocell would be created and it includes three eNodeBs(eNodeB 1, 2, and 3).
Then i set LTE_config.eNodeB_tx_power = 0; which means eNodeB 1,2 and 3 would not transmit any signal.
However, when i run my simulation, handovers still happen between UE and eNodeB 3.
Is there anything wrong with my modification? Please point out !