Hi. I’m currently doing a research paper on FFR and for reference I tried to run the Launcher_FFR_performance_simulations.m file in the reproducibility folder. However, I keep getting an error and the simulation is unable to finish. I’m using the Vienna_LTEA_SLS_v2.0_Q3_2018 software. This is the error:
TTI 1/25: +++++*****Operands to the || and && operators must be convertible to logical scalar values.
Error in network_elements.UE/set_SINRs_according_to_schedule (line 578)
if DL_signaling.num_assigned_RBs>0 && ~obj.deactivate_UE
Error in LTE_sim_main (line 584)
UEs(u_).set_SINRs_according_to_schedule
Error in Launcher_FFR_performance_simulations (line 110)
generated_file = LTE_sim_main(currentLTE_config);
Any suggestions on how to fix this, please? Any help will be greatly appreciated. Thanks:)