mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
update to spandsp snapshot 20090714
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14316 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: v17_tests.c,v 1.103 2009/05/30 15:23:14 steveu Exp $
|
||||
* $Id: v17_tests.c,v 1.104 2009/07/09 13:52:09 steveu Exp $
|
||||
*/
|
||||
|
||||
/*! \page v17_tests_page V.17 modem tests
|
||||
@@ -104,11 +104,11 @@ static void reporter(void *user_data, int reason, bert_results_t *results)
|
||||
switch (reason)
|
||||
{
|
||||
case BERT_REPORT_REGULAR:
|
||||
printf("BERT report regular - %d bits, %d bad bits, %d resyncs\n", results->total_bits, results->bad_bits, results->resyncs);
|
||||
fprintf(stderr, "BERT report regular - %d bits, %d bad bits, %d resyncs\n", results->total_bits, results->bad_bits, results->resyncs);
|
||||
memcpy(&latest_results, results, sizeof(latest_results));
|
||||
break;
|
||||
default:
|
||||
printf("BERT report %s\n", bert_event_to_str(reason));
|
||||
fprintf(stderr, "BERT report %s\n", bert_event_to_str(reason));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user