BogdanDIA
BogdanDIA
I have the same problem on a codeplug for EMEA. Investigating the problem seems it is caused by a construct inside the XML that cannot be parsed by etree: ...
VA - is voice announcement. Seems someone at Motorola put a  as default value but this is not valid character. I remember I got past of this error by...
I fixed a bug in OFDM sync code. Maybe it fixes the problem on your machine as the bug does not reproduce on mine.
You may try to increase the amplitude on the noise source that get's added to the signal. There is a problem with signals that have too big SNR and the...
Thanks for testing gr-dvbt. I believe the crashes are from VOLK and I remember having the same problems when started coding using a 32bit system. After that I switched to...
It is a bit difficult to do this alignment in c++ w/o the c++11 standard and I will postpone this for a later release. For now I did add the...
Hi, the standard Viterbi code from Gnuradio was very slow and that is why I implemented my own one. There is an explanation here: http://yo3iiu.ro/blog/?p=1393 Now, I know that gnuradio...
Ok, the assert bug in symbol_inner_interleaver_impl.cc is fixed for now.
Ah, landed here as I got the same problem in gr 3.10.7.1
One thing I tried from the new API is the BLE commands that can be sent with tesla-control app. I needed to build it first from the golang sources. There...