summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-14 23:29:57 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-14 23:29:57 +0200
commitf75b5678e6f8ae31fe5a3be1ef7ffa45fc311bbd (patch)
tree9ba1346c9f63e719ac18c74c0a420a0bc5a87b25
parent87aca185e3eecc4c8952e94bb46930d05f7e45fe (diff)
changed comment in gsm_receive_usrp.py
-rwxr-xr-xsrc/python/gsm_receive_usrp.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/gsm_receive_usrp.py b/src/python/gsm_receive_usrp.py
index 2633775..2c0c050 100755
--- a/src/python/gsm_receive_usrp.py
+++ b/src/python/gsm_receive_usrp.py
@@ -1,4 +1,7 @@
#!/usr/bin/env python
+#this file isn't ready to use now - gsm-receiver lacks realtime processing capability
+#there are many underruns of buffer fom usrp's samples, many blocks of samples get lost and
+#receiver isn't prepared for this situation too well
from gnuradio import gr, gru, blks2
#, gsm
personal git repositories of Harald Welte. Your mileage may vary