summaryrefslogtreecommitdiff
path: root/gssm/src/python/gssm_stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'gssm/src/python/gssm_stats.py')
-rwxr-xr-xgssm/src/python/gssm_stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gssm/src/python/gssm_stats.py b/gssm/src/python/gssm_stats.py
index 43677d9..f68833b 100755
--- a/gssm/src/python/gssm_stats.py
+++ b/gssm/src/python/gssm_stats.py
@@ -63,7 +63,7 @@ class gssm_flow_graph(gr.flow_graph):
gr.firdes.WIN_HAMMING)
xf = gr.fir_filter_ccf(1, xt)
- self.gs = gs = gssm.sink()
+ self.gs = gs = gssm.sink(sps)
self.connect(u, xf, gs)
personal git repositories of Harald Welte. Your mileage may vary