srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.48k stars 1.15k forks source link

Cannot modify the code in main.cc #1271

Closed reallsj closed 10 months ago

reallsj commented 10 months ago

Issue Description

I changed the code in main.cc file inside the srsenb, and complied it using cmake, but when I execute the program using command srsenb, nothing changed. I checked whether something went wrong with cmake, so I changed something inside the cell_search.c, and it worked perfectly. Please help.

Setup Details

Ubuntu 22.04 LTS

Expected Behavior

After compiling, the program should change, I experimented with very simple printf but it didnt work.

Actual Behaviour

Nothing changed

andrepuschmann commented 10 months ago

This is not an srsRAN issue. Closing.