From 0c9de251bedc16e51a1b5f5dc2735fa878708098 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 15 Jul 2017 21:49:28 +0200 Subject: NMT: Implement Hagelbarger Code This will correct burst errors of received messages. If the message is too corrupted, it will be ignored, because some element may not match then. The digits and line signals are checked for consistency, since they are repeated serveral times in a message. --- src/test/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/test/Makefile.am') diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 852c235..dbe6c73 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -7,7 +7,8 @@ noinst_PROGRAMS = \ test_emphasis \ test_dms \ test_sms \ - test_performance + test_performance \ + test_hagelbarger test_filter_SOURCES = test_filter.c dummy.c @@ -77,3 +78,10 @@ test_performance_LDADD = \ $(SOAPY_LIBS) \ -lm +test_hagelbarger_SOURCES = \ + $(top_builddir)/src/nmt/hagelbarger.c \ + test_hagelbarger.c + +test_hagelbarger_LDADD = \ + $(COMMON_LA) + -- cgit v1.2.3