ptrkrysik / gr-gsm

Gnuradio blocks and tools for receiving GSM transmissions
Other
1.33k stars 429 forks source link

grgsm.tch_h_decoder AttributeError #563

Open abbdulwahab86 opened 3 years ago

abbdulwahab86 commented 3 years ago

Hi Folks, Everything working fine on my installation. However, gnuradio produce error on every value (GSM-HS, GSM-AMR 7.4,GSM-AMR 7.95,GSM-AMR 6.7,GSM-AMR 5.15,GSM-AMR 4.75,GSM-AMR 5.9) of TCH/H decoder block drop down options. #uname - a Linux butter-virtual-machine 5.3.0-53-generic #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

GnuRadio 3.7.11

(return code 1) GSM-AMR 7.4 -> AttributeError: 'module' object has no attribute 'TCH_AHS7_4' GSM-AMR 7.95 -> AttributeError: 'module' object has no attribute 'TCH_AHS7_95' GSM-AMR 6.7 -> AttributeError: 'module' object has no attribute 'TCH_AHS6_7' GSM-AMR 5.15 -> AttributeError: 'module' object has no attribute 'TCH_AHS5_15' GSM-AMR 4.75 -> AttributeError: 'module' object has no attribute 'TCH_AHS4_75' GSM-AMR 5.9 -> AttributeError: 'module' object has no attribute 'TCH_AHS5_9' GSM-HS -> TypeError: in method 'tch_h_decoder_make', argument 2 of type 'std::string'

velichkov commented 3 years ago

Hi @abbdulwahab86,

Which gr-gsm version do you use and how did you installed it?