FW: [gsm] gnuradio gsmsp?

From: [email protected]: [email protected]: Tue, 3 Jun
2008 21:11:39 -0400Subject: [gsm] gnuradio gsmsp?

Has anyone gotten gsmsp to work with the latest gnuradio code base? I
had to chang flow_graph to top_block and use blks2impl but it still dies
with: guest:~/temp/gsm/gsmsp-0.2a$ ./run.shWARN: Setting GSMSPROOT to
/home/guest/temp/gsm/gsmsp-0.2aAdding block gsm…
GSMSPROOT=/home/guest/temp/gsm/gsmsp-0.2a
PYTHONPATH=/home/guest/temp/gsm/gsmsp-0.2a/gsm/src/lib/.libs:/home/guest/temp/gsm/gsmsp-0.2a/gsm/src/lib::/usr/lib/python2.4/site-packages:/usr/local/lib/python2.4/site-packages
EXEC=/home/guest/temp/gsm/gsmsp-0.2a/python/gsm_run.py>>> gr_fir_ccc:
using SSETraceback (most recent call last): File
“/home/guest/temp/gsm/gsmsp-0.2a/python/gsm_run.py”, line 41, in ? gd
= gmsk.gmsk_demod(fg, 0.5, 0.01, 0.5, 0.005) File
“/usr/local/lib/python2.4/site-packages/gnuradio/blks2impl/gmsk.py”,
line 210, in init self._omega =
samples_per_symbol*(1+self._freq_error)TypeError: unsupported operand
type(s) for *: ‘top_block’ and 'float’Thanks,Clark