I have to keep track of RSRP of the gNB and in the last version of srsRAN Project there were 3 files (metrics_plotter_json.cpp, metrics_log_helper.cpp, metrics_plotter_stdout.cpp) that I could modify in order to add RSRP.
Now I installed the new version of srsRAN Project and I can't find them anymore.
What files should I look for?
Issue Description
I have to keep track of RSRP of the gNB and in the last version of srsRAN Project there were 3 files (metrics_plotter_json.cpp, metrics_log_helper.cpp, metrics_plotter_stdout.cpp) that I could modify in order to add RSRP. Now I installed the new version of srsRAN Project and I can't find them anymore. What files should I look for?
Setup Details
[Specify details of the test setup. This would help us reproduce the problem reliably] I'm following the srsRAN gNB with srsUE tutorial (Multi-UE Emulation) from this documentation: https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html#zeromq-based-setup
Expected Behavior
Monitor gNB's RSRP
Actual Behaviour
[What happens instead e.g. error message]
Steps to reproduce the problem
No file named metrics_plotter_json.cpp, metrics_log_helper.cpp, metrics_plotter_stdout.cpp
@Thecave3