On my 1th pc everything is fine but on my 2nd pc I have problems with gsm-receiver.
I installed gnuradio3.2.2 with the ubuntu 10.10 software-center
and airprobe with these inputs:
sudo apt-get -y install git-core autoconf automake libtool g++ python-dev swig libpcap0.8-dev
git clone git://svn.berlin.ccc.de/airprobe
and for gsmdecoder / gsm-receiver
./bootstrap
./configure
make

Make does not give any errors, only a few warnings.
But when I run
./go_usrp2.sh vf_call6_a725_d174_g5_Kc1EF00BAB3BAC7002.cfile

I got this output:

>>> gr_fir_ccc: using SSE
>>> gr_fir_ccf: using SSE
Traceback (most recent call last):
  File "./gsm_receive100.py", line 119, in <module>
    main()
  File "./gsm_receive100.py", line 114, in main
    gsm_receiver_first_blood().run()
  File "./gsm_receive100.py", line 43, in __init__
    self.receiver = self._set_receiver()
  File "./gsm_receive100.py", line 85, in _set_receiver
    receiver = gsm.receiver_cf(self.tuner_callback, self.synchronizer_callback, self.options.osr, self.options.key.replace(' ', '').lower(), self.options.configuration.upper())
  File "../lib/gsm.py", line 160, in receiver_cf
    return _gsm.receiver_cf(*args, **kwargs)
TypeError: in method 'receiver_cf', argument 1 of type 'gr_feval_dd *'

can somebody help me?  

SMS schreiben mit WEB.DE FreeMail - einfach, schnell und   
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
_______________________________________________
A51 mailing list
[email protected]
http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51

Reply via email to