summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-05-14 08:16:51 +0200
committerPiotr Krysik <perper@o2.pl>2009-05-14 08:16:51 +0200
commit8ac6aed74715e12208c8f84a5018303457edd9c8 (patch)
treee64b5c8e2d48d3b616b7c8b580a779be854ec680 /src/python
parentb464d0b7e16abe2e1a2ff9aad73409c2b42228dd (diff)
sch search is now working (but the code is dirty)
Diffstat (limited to 'src/python')
-rwxr-xr-xsrc/python/gsm_findfcch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gsm_findfcch.py b/src/python/gsm_findfcch.py
index 5f85dc2..5df5971 100755
--- a/src/python/gsm_findfcch.py
+++ b/src/python/gsm_findfcch.py
@@ -83,7 +83,7 @@ class gsm_receiver_first_blood(gr.top_block):
parser = OptionParser(option_class=eng_option)
parser.add_option("-d", "--decim", type="int", default=128,
help="Set USRP decimation rate to DECIM [default=%default]")
- parser.add_option("-r", "--osr", type="int", default=1,
+ parser.add_option("-r", "--osr", type="int", default=4,
help="Oversampling ratio [default=%default]")
parser.add_option("-I", "--inputfile", type="string", default="cfile",
help="Input filename")
personal git repositories of Harald Welte. Your mileage may vary