Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - paulc

Pages: 1 [2]
16
In my experience such problems are caused by hardware issues on the USB 3.0 bus - the host controller, the cable or even noise propagated through the cable.

To get a better view of the problems:
  • Stop yate
  • killall transceiver
  • run: yate -Df -vvvv -l /var/log/yate.log
This way you will get a more detailed log. Look in it and see:
  • How the bladeRF is initialized (high speed / super speed)
  • Which is the first sign of trouble
Another place where it's good to look is the system log. Depending on distribution you may try dmesg | less or less /var/log/messages or journalctl

Consider testing with other cable. If possible power the bladeRF through the external connector (you'll have to change some jumpers on the board).

17
YateBTS / Re: usrp1 can't complie bug
« on: April 24, 2014, 08:21:17 AM »
SVN revision 246 of YateBTS should fix this although I could not check since Gnu Radio 3.3 fails to compile for me.

18
YateBTS / Re: usrp1 can't complie bug
« on: April 22, 2014, 12:31:54 PM »
The USRP1 code was never tested and was just copied from the OpenBTS one.
I suspect some library is missing but I don't know how it should look like since only the UHD library is available from Ettus while the USRP1 seems abandoned.
If would be useful if you have a working USRP1 library or OpenBTS.

19
Yate users hangout place / Re: buzz
« on: December 18, 2013, 09:19:10 AM »
I am going to have to replace my office phone system soon.  20 phones.  About 10 -12 different incoming phone numbers.  So I have been trying out yate now for several months on my linux computer.  Yate is very good.  However, a few callees complain about a buzz when I call them with yate, so I have to use the land line when calling them.  My call to them is on their land line.

Any suggestions on how to get rid of the buzz?

Is there a rule you can figure out?

Do you have more than one outbound route? Does the buzz happen only on a single route?

20
Yate bugs / Re: ysnmp module stops working after some time
« on: December 18, 2012, 01:19:19 PM »
Please check with netstat if the socket is still working and if it has any queued packets:

netstat -nulp | fgrep 161

Expect something like:

udp        0      0 0.0.0.0:161                 0.0.0.0:*                               16267/yate

Pages: 1 [2]