summaryrefslogtreecommitdiff
path: root/src/python/gsm_findfcch.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gsm_findfcch.py')
-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