From 5edaff05b060fff5117d666e8dbd65da502afd00 Mon Sep 17 00:00:00 2001 From: nightcoffee Date: Tue, 23 Feb 2016 05:51:34 +0800 Subject: [PATCH] Update gsm_wideband_input.py Fix compatible problem --- python/receiver/gsm_wideband_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/receiver/gsm_wideband_input.py b/python/receiver/gsm_wideband_input.py index 9dee08d..5898e3d 100644 --- a/python/receiver/gsm_wideband_input.py +++ b/python/receiver/gsm_wideband_input.py @@ -45,7 +45,7 @@ class gsm_wideband_input(grgsm.hier_block): # Blocks ################################################## self.ppm_in = None - self.message_port_register_hier_out("ppm_in") + self.message_port_register_hier_in("ppm_in") #self.lpf = firdes.low_pass(1, samp_rate_out, 125e3, 5e3, firdes.WIN_HAMMING, 6.76) self.lpf = firdes.low_pass(1, samp_rate_in, 125e3, 75e3, firdes.WIN_HAMMING, 6.76) self.gsm_clock_offset_corrector_0 = grgsm.clock_offset_corrector(