Commit 2253c554 authored by Raymond Knopp's avatar Raymond Knopp

fixes after merge with develop

Y
parent 7c1bbb57
...@@ -1666,12 +1666,6 @@ int main( int argc, char **argv ) { ...@@ -1666,12 +1666,6 @@ int main( int argc, char **argv ) {
} }
NB_eNB_INST=1;
NB_INST=1;
}
NB_eNB_INST=1; NB_eNB_INST=1;
NB_INST=1; NB_INST=1;
......
...@@ -599,7 +599,6 @@ static void *UE_thread_rxn_txnp4(void *arg) { ...@@ -599,7 +599,6 @@ static void *UE_thread_rxn_txnp4(void *arg) {
exit_fun("noting to add"); exit_fun("noting to add");
} }
} }
}
// thread finished // thread finished
free(arg); free(arg);
......
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