From 1398632c44cc53bc02fce57d5da3f10a6f951cf9 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Tue, 28 Apr 2009 20:08:18 +0200 Subject: cleanup of fcch search related entities --- src/python/gsm_findfcch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/python') 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 -- cgit v1.2.3