Skip to content
Snippets Groups Projects
Commit 719424f4 authored by Thomas Laurent's avatar Thomas Laurent
Browse files

bug fix: ue was not reading options + more debug printf cleanup in...

bug fix: ue was not reading options + more debug printf cleanup in openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
parent 22d4f205
No related branches found
No related tags found
No related merge requests found
......@@ -664,7 +664,7 @@ int main( int argc, char **argv ) {
logInit();
// get options and fill parameters from configuration file
get_options (); //Command-line options, enb_properties
//get_common_options();
get_common_options();
#if T_TRACER
T_Config_Init();
#endif
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment