Re: osmocom-bb installation help

2018-05-14 Thread Neels Hofmeyr
On Sat, May 12, 2018 at 09:42:16PM +0300, Nikos Balkanas wrote: > Interesting, when I try: > git clone https://git.osmocom.org/libosmocore > gives me libosmocore 0.9.0.16 > git clone git://git.osmocom.org/libosmocore > gives me the correct libosmocore 0.11.0.12. > Seems your nginx server is

Re: osmocom-bb compilation problems

2018-05-14 Thread Neels Hofmeyr
On Sun, May 13, 2018 at 09:28:57PM +0300, Nikos Balkanas wrote: > The wiki is a non standard unix location, but a more convenient one. I > propose to fix the info in README.building, > to avoid future issues. The fix can be as simple as "Prerequisite is the > armel toolchain. Check the for

Re: osmocom-bb installation help

2018-05-14 Thread Harald Welte
Hi Nikos, On Sat, May 12, 2018 at 04:09:47AM +0300, Nikos Balkanas wrote: > According to the src/README.building file, I should get the arm toolchain > from gnuarm.com > This should be updated, gnuarm.com doesn't have any downloads any more. > Instead I installed gcc-arm-linux-gnueabi from ubuntu

Re: osmocom-bb compilation problems

2018-05-14 Thread Nikos Balkanas
On Mon, May 14, 2018 at 8:12 PM, Nikos Balkanas wrote: > Got it. I'm on it:) > ​Tried to submit patch to gerrit: -> git push git://gerrit.osmocom.org/osmocom-bb HEAD:refs/for/master/Minor_Typo_Fixes fatal: remote error: access denied or repository not exported: /osmocom-bb

Re: osmocom-bb installation problems

2018-05-14 Thread Nikos Balkanas
On Mon, May 14, 2018 at 2:29 PM, Neels Hofmeyr wrote: > On Sat, May 12, 2018 at 11:35:51AM +0300, Nikos Balkanas wrote: > > Dear Harald, > > > > It was already pointed out to me, by Craig, that I was using the wrong > > list:(​ > > I was using this list, because osmocom-bb

Re: osmocom-bb compilation problems

2018-05-14 Thread Nikos Balkanas
Got it. I'm on it:) On Mon, May 14, 2018 at 2:45 PM, Neels Hofmeyr wrote: > On Sun, May 13, 2018 at 09:28:57PM +0300, Nikos Balkanas wrote: > > The wiki is a non standard unix location, but a more convenient one. I > > propose to fix the info in README.building, > > to

Osmocon

2018-05-14 Thread Nikos Balkanas
Hi, To run osmocom-bb I need to install and use osmocon. Can't find it in git repos. Where is it hiding? TIA Nikos

Re: Osmocon

2018-05-14 Thread Nikos Balkanas
Ty Vasil, Found it:) Seems it supports only serial interfaces:( PCs since 5 years back don't have any more serial interfaces. Only usb:( Planning to add usb support to osmocon. Is there any interest for a patch, or should I do it just for myself? PS: You can convert a USB port to serial with a

Re: Osmocon

2018-05-14 Thread Craig Comstock
Hi Nikos, > Planning to add usb support to osmocon. > Is there any interest for a patch, or should I do it just for myself? > > PS: You can convert a USB port to serial with a USB2serial converter:) Exactly. I have mostly used a USB to serial adapter without modifying osmocom-bb code at all.

Re: Osmocon

2018-05-14 Thread Vasil Velichkov
Hi Nikos, На 15.05.2018 в 03:31, Nikos Balkanas написа: To run osmocom-bb I need to install and use osmocon. Can't find it in git repos. Where is it hiding? It's part of osmocom-bb. http://git.osmocom.org/osmocom-bb/tree/src/host/osmocon Vasil

Re: Osmocon

2018-05-14 Thread Nikos Balkanas
Ty Craig, I'll try it for myself before changing anything:) I'm surprised, however, that osmocon can work like that. RS232 interfaces need different initialization (baud rate, stop bits, parity, etc) that usb doesn't understant! Nikos On Tue, May 15, 2018 at 5:24 AM, Craig Comstock