aboutsummaryrefslogtreecommitdiffstats
path: root/python/qa_decryption.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
commit24993089ec3117f3297367693b6825ef68ad5918 (patch)
tree63bb892f477ecc9ff8e0e9a9f449c569d91fd067 /python/qa_decryption.py
parent2f90f04e3de12b6921b41875577dfeaadcafb094 (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_decryption.py')
-rwxr-xr-xpython/qa_decryption.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qa_decryption.py b/python/qa_decryption.py
index 08f0915..71feb62 100755
--- a/python/qa_decryption.py
+++ b/python/qa_decryption.py
@@ -22,7 +22,7 @@
#
from gnuradio import gr, gr_unittest, blocks
-import grgsm
+import grgsm_swig as grgsm
import pmt
class qa_decryption (gr_unittest.TestCase):