From 5c7b3748b17cbd58945f46db2f937fdaf19e8729 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Tue, 21 Jun 2016 07:12:32 +0200 Subject: Corrected the tests so they can be run without installation of gr-gsm Arfcn test had to be disabled as it still doesn't work (addition of arfcn.py's directory to the PYTHONPATH is needed). --- python/qa_dummy_burst_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qa_dummy_burst_filter.py') diff --git a/python/qa_dummy_burst_filter.py b/python/qa_dummy_burst_filter.py index 5a78890..a86a0e5 100755 --- a/python/qa_dummy_burst_filter.py +++ b/python/qa_dummy_burst_filter.py @@ -22,7 +22,7 @@ # from gnuradio import gr, gr_unittest, blocks -import grgsm +import grgsm_swig as grgsm class qa_dummy_burst_filter (gr_unittest.TestCase): -- cgit v1.2.3