aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authornightcoffee <nightcoffee@users.noreply.github.com>2016-02-23 05:51:34 +0800
committernightcoffee <nightcoffee@users.noreply.github.com>2016-02-23 05:51:34 +0800
commit5edaff05b060fff5117d666e8dbd65da502afd00 (patch)
treef7590f5105ae0017125312ba45b8a5edb24a1e8b /python
parentdd66b3b4b50f717997ad977a5d450771abda268b (diff)
Update gsm_wideband_input.py
Fix compatible problem
Diffstat (limited to 'python')
-rw-r--r--python/receiver/gsm_wideband_input.py2
1 files changed, 1 insertions, 1 deletions
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(