After upgrade to 1.9 new version I get a lot of ### SMALL FRAME: write 1386
It seems that error only come when using more than one channel.
did you upgrade upgrade both telive and osmo-tetra-sq5bpf to the newest versions?
After upgrade to 1.9 new version I get a lot of ### SMALL FRAME: write 1386
It seems that error only come when using more than one channel.
did you upgrade upgrade both telive and osmo-tetra-sq5bpf to the newest versions?
that should work. you can try make clean; make instead of just make, but this should work too
check osmo-tetra-sq5bpf/src/lower_mac/tetra_lower_mac.c if around line 164 you have:
unsigned char tmpstr[1380+13];
if it reads unsigned char tmpstr[1380+6]; , then this means that you have not upgraded properly (there was some problem with git pull). maybe you have some error messages, temporary problems with internet access etc?
I have then deleted and reinstall all with your script and then it is working perfectly.
Do I have to do an git pull for update or is it now with all the updates ?.
no. git clone pulls the newest sources. git pull just updates it to the newest version (which you already have)
could you add -r -s to tetra-rx in receiver1udp (or receiver1, whichever one you're using) and report if you get any SDS which you didn't get previously?
you can also add -e if you want to see some encrypted gibberish
Thank Again.
This is exactly what I have missed for a long time -e
Now it gives more information about who is using the encrypted system. And the best part is that
some ISSI seems to show correct even it says it is Encrypted.
I can not tell why this is true but i think it must have something to do with radio models etc.
I Have also try the -r and -s but i do not see more SDS. But i think is becouse it not so often in use.
But one thing i think has change is that i se a lot of ### ALIVE:xxx ### SDS every day.
I dont think I have seen them before.
yes, some ISSIs are unencrypted. this might be interesting if someone wants to play with traffic analysis (btw integration with maltego is somewhere on my todo list).
the downside is that the -e option interferes with mutessi because there are known SSIs even for encrypted calls.
log please?
Possible resize window fft sisplay for adapti to notebook?
I have modified the receiver1udp adding the command switch -s -r -e and I have in the telive log file the messages type:
#####MsgType:SDS-TRANSFER MSG
DATA:[\xYY\xYY\xYY\xYYx\xYY ......
len:1032 protoid:XX(Teltronic)####
This is correct?
yes, if this was unencrypted then this is an SDS with the protocol id reserved by teltronic TELTRONIC | Critical Communications Solutions
try t remove the -e and see if you still see it.
If I remove the -e switch, I don't see these messages.
If I remove the -e switch, I don't see these messages.
Thanks!
no, you can't resize it.
btw you can edit the flowgraph yourself. the simplest would be disable the fft window entirely (right click on the block and select disable).
you can also use the headless receivers and control them via xmlrpc from within telive. this won't display anything. please see "Six channel setup example with UDP transport and receiver with no GUI
controlled via XMLRPC" in the documentation
Hello guys, just want to ask if anybody uses telive in Kali linux platform, because when I wanted to start fresh telive install in Kali (./install_telive.sh) it gives me "bug" that it can't install gnuradio and etc. So maybe someone had the same problem and managed to fix it? Thanks!
This is what I get when I try to install and if I try to install gnuradio it says that it can't find that package, but everything works great in debian.Unknown distribution
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2016.1"
VERSION_ID="2016.1"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.kali.org/"
SUPPORT_URL="http://forums.kali.org/"
BUG_REPORT_URL="http://bugs.kali.org/"
Reading package lists... Done
INSTALLING Gnuradio
Unknown distribution (this should not happen, for now we'll pretend that it has the right gnuradio packages
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gnuradio
E: Unable to locate package gnuradio-dev
E: Unable to locate package gr-osmosdr
E: Unable to locate package gr-iqbal
E: Unable to locate package gqrx
Unknown distro, please report it, and send the below information:
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2016.1"
VERSION_ID="2016.1"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.kali.org/"
SUPPORT_URL="http://forums.kali.org/"
BUG_REPORT_URL="http://bugs.kali.org/"