Commit 3a376b65 authored by laurent's avatar laurent

enhance log system, bu fix

parent f6656c69
...@@ -965,8 +965,8 @@ int main( int argc, char **argv ) { ...@@ -965,8 +965,8 @@ int main( int argc, char **argv ) {
mode = normal_txrx; mode = normal_txrx;
memset(&openair0_cfg[0],0,sizeof(openair0_config_t)*MAX_CARDS); memset(&openair0_cfg[0],0,sizeof(openair0_config_t)*MAX_CARDS);
memset(tx_max_power,0,sizeof(int)*MAX_NUM_CCs); memset(tx_max_power,0,sizeof(int)*MAX_NUM_CCs);
configure_linux();
logInit(); logInit();
configure_linux();
printf("Reading in command-line options\n"); printf("Reading in command-line options\n");
get_options (); get_options ();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment