aboutsummaryrefslogtreecommitdiffstats
path: root/python/qa_dummy_burst_filter.py
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-06-21 07:12:32 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-06-21 07:12:32 +0200
commit5c7b3748b17cbd58945f46db2f937fdaf19e8729 (patch)
tree63bb892f477ecc9ff8e0e9a9f449c569d91fd067 /python/qa_dummy_burst_filter.py
parentc21fdadace7b2f1efbb206be260c056e5d9d1381 (diff)
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).
Diffstat (limited to 'python/qa_dummy_burst_filter.py')
-rwxr-xr-xpython/qa_dummy_burst_filter.py2
1 files changed, 1 insertions, 1 deletions
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):