Closed Nuradioconcepts closed 8 months ago
I figured out what else needed to be modified/added...
edit
~/free5GRAN/lib/variables/common_variables/common_variables.cpp
modify
NUM_SUPPORTED_BANDS = 9;
add
free5GRAN::BAND_N_41, free5GRAN::BAND_N25,
then edit
~/free5GRAN/lib/variables/common_variables/common_variables.h
modify
extern free5GRAN::band AVAILABLE_BANDS[9];
Describe the bug
I added bands n41 and n25 to
/lib/variables/common_structures/common_structures.cpp
and to/lib/variables/common_structures/common_structures.h
I then created the build directory, ran
cmake ..
,make
, andsudo make install
I changed the config of
/root/.config/free5GRAN/config/free5GRAN.cfg
then ran free5GRAN
To Reproduce
Error happen during execution
Screenshots
System: