Commit 6975baad authored by Huang's avatar Huang

Minor updates. Not a stable version for USRP.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4442 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ca96118a
...@@ -301,6 +301,7 @@ void *tx_error_handler(void *ptr) ...@@ -301,6 +301,7 @@ void *tx_error_handler(void *ptr)
{ {
tx_errorcode_handler(); tx_errorcode_handler();
} }
printf("[USRP monitoring thread] Received oai_exit signal. Ends.\n");
pthread_exit(NULL); pthread_exit(NULL);
} }
......
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