From jmdhainaut at yahoo.fr Thu Feb 23 17:18:27 2012 From: jmdhainaut at yahoo.fr (Jean-Marc Dhainaut) Date: Thu, 23 Feb 2012 17:18:27 +0000 (GMT) Subject: tetra-demod.py launch problem Message-ID: <1330017507.87173.YahooMailNeo@web171513.mail.ir2.yahoo.com> Hello, i am a newbie and i a just install osmo tetra under ubuntu 11.10 When i go : cd osmo-tetra cd src cd demod cd python and launch python tetra-demod.py This is the terminal answer gr_fir_ccc: using 3DNow!Ext sample rate: 195312 in.dat: No such file or directory Traceback (most recent call last): ? File "tetra-demod.py", line 67, in ??? my_top_block().run() ? File "tetra-demod.py", line 45, in __init__ ??? IN = gr.file_source(gr.sizeof_gr_complex, options.input_file) ? File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core_io.py", line 385, in file_source ??? return _gnuradio_core_io.file_source(*args, **kwargs) RuntimeError: can't open file What is the problem ? i can't continue with this files problems. Thank for your help. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmdhainaut at yahoo.fr Fri Feb 24 13:12:35 2012 From: jmdhainaut at yahoo.fr (Jean-Marc Dhainaut) Date: Fri, 24 Feb 2012 13:12:35 +0000 (GMT) Subject: Help tetra-rx error while loading shared libraries: libosmocore.so.4: Message-ID: <1330089155.1826.YahooMailNeo@web171508.mail.ir2.yahoo.com> Hello, tgis is my problem after download and install libosmore by git and install it ( no soucy) i go to osmo-tetra/src I do a make, for compile tetra-rx etc ... ok, no soucy i make a "tmp" directory i make the two fifo mkfifo ./tmp/out.float mkfifo ./tmp/out.bit Ok, no soucy for the moment I have a funcube and i'm launching with these commands ./osmo-tetra/src/demod/python/fcdp-tetra_demod_fft.py -D hw:1,0 -o ./tmp/out.float -L12500 | ./osmo-tetra/src/float_to_bits ./tmp/out.float ./tmp/out.bits | ./osmo-tetra/src/tetra-rx ./tmp/out.bits Ok the program Osmo-Tetra FCDP"is running but i have an error msg from tetra-rx ./osmo-tetra/src/tetra-rx: error while loading shared libraries: libosmocore.so.4: cannot open shared object file: No such file or directory" What is the problem ? i think the librairies are correctly installed These are the terminal return message ./osmo-tetra/src/demod/python/fcdp-tetra_demod_fft.py -D hw:1,0 -o ./tmp/out.float -L12500 | ./osmo-tetra/src/float_to_bits ./tmp/out.float ./tmp/out.bits | ./osmo-tetra/src/tetra-rx ./tmp/out.bits ./osmo-tetra/src/tetra-rx: error while loading shared libraries: libosmocore.so.4: cannot open shared object file: No such file or directory >>> gr_fir_ccc: using 3DNow!Ext sample rate: 96000 >>> gr_fir_ccf: using 3DNow! Thank for your help -------------- next part -------------- An HTML attachment was scrubbed... URL: From akibsayyed at gmail.com Fri Feb 24 16:23:50 2012 From: akibsayyed at gmail.com (Akib Sayyed) Date: Fri, 24 Feb 2012 21:53:50 +0530 Subject: is tetra encryption is broken Message-ID: Can anyone will put some focus on Tetra Encryption is any1 have tetra encryptions details and there key length etc did any1 ever done cryptanalysis on it ?? also whats the current status of osmoTetra are we able to hear no encryption traffic of tetra?? or some modification is still needed ?? where we can find details of tetra specs?? please consider me as very noooooob in Tetra -- Akib Sayyed Matrix-Shell akibsayyed at gmail.com akibsayyed at matrixshell.com Mob:- +91-966-514-2243 -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexander.huemer at xx.vu Fri Feb 24 19:24:17 2012 From: alexander.huemer at xx.vu (Alexander Huemer) Date: Fri, 24 Feb 2012 20:24:17 +0100 Subject: Help tetra-rx error while loading shared libraries: libosmocore.so.4: In-Reply-To: <1330089155.1826.YahooMailNeo@web171508.mail.ir2.yahoo.com> References: <1330089155.1826.YahooMailNeo@web171508.mail.ir2.yahoo.com> Message-ID: <20120224192417.GD1913@de.xx.vu> Hi Jean-Marc, On Fri, Feb 24, 2012 at 01:12:35PM +0000, Jean-Marc Dhainaut wrote: > Ok the program Osmo-Tetra FCDP"is running but i have an error msg from tetra-rx > ./osmo-tetra/src/tetra-rx: error > while loading shared libraries: libosmocore.so.4: cannot open shared > object file: No such file or directory" > > What is the problem ? i think the librairies are correctly installed Most likely that's corrent, otherwise the compiler driver could not have linked the executable. $ sudo ldconfig should do the trick. That's always necessary after installing libraries. See the manpage of ldconfig. Kind regards, -Alexander Huemer