Skip to content
Snippets Groups Projects
Commit 6f02decf authored by Cédric Roux's avatar Cédric Roux
Browse files

Merge remote-tracking branch 'origin/oai_ue_log_improvement' into develop_integration_w14

parents 316f6aba 666ae5d0
No related branches found
No related tags found
1 merge request!173develop_integration_w14 into develop
...@@ -1387,6 +1387,12 @@ int main( int argc, char **argv ) { ...@@ -1387,6 +1387,12 @@ int main( int argc, char **argv ) {
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);
char command_line[500];
sprintf(command_line,"git log -1");
if (background_system(command_line) != 0)
printf("ERROR failed command '%s'", command_line);
set_latency_target(); set_latency_target();
// set default parameters // set default parameters
......
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