Hello all,
I’m using “LTE_sim_main_launcher_demo_basic.m” and wanting to save UE_pathloss_tarce file, the pathloss between each UEs and cells, as indicated in the same format of the helping document such as: “time [s];UE_id; cell_id 1; pathloss 1; cell_id 2; pathloss 2;[…];cell_id N; pathloss N”
I add the following lines:
LTE_config.UE_cache = false;
LTE_config.TTI_per_trace_step = 10;
But, I cannot get the right UE_pathloss_trace file. Would you please help with this issue?
Thanks
Alaa