summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-04-28 20:08:18 +0200
committerPiotr Krysik <perper@o2.pl>2009-04-28 20:08:18 +0200
commit1398632c44cc53bc02fce57d5da3f10a6f951cf9 (patch)
tree5564bb48dc0d894d168e5ee731cf3f6aa3962978 /src/python
parent8591703b11472fa62840e273e13febfe87829bd1 (diff)
cleanup of fcch search related entities
Diffstat (limited to 'src/python')
-rwxr-xr-xsrc/python/gsm_findfcch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/gsm_findfcch.py b/src/python/gsm_findfcch.py
index 9c0620b..09615bf 100755
--- a/src/python/gsm_findfcch.py
+++ b/src/python/gsm_findfcch.py
@@ -18,8 +18,8 @@ class tune(gr.feval_dd):
self.top_block = top_block
self.center_freq = 0
def eval(self, freq_offet):
- self.center_freq = self.center_freq - freq_offet
- self.top_block.set_frequency(self.center_freq)
+# self.center_freq = self.center_freq - freq_offet
+ self.top_block.set_frequency(freq_offet)
return self.center_freq
personal git repositories of Harald Welte. Your mileage may vary