nuttx-bb wiki / Re: Moving from trac to a single redmine

2016-12-12 Thread Harald Welte
Hi Craig, [trimming the off-topic mailing lists] On Sun, Sep 25, 2016 at 01:22:23PM +, Craig Comstock wrote: > I am working on fernvale-nuttx-bb (fernvale-nuttx + gnutoo's nuttx-bb) > and wanted to check the osmocom bb on nuttx-bb. It seems all the links > are broken in the redmine version

Re: Calypso BTS

2016-12-12 Thread Neels Hofmeyr
On Mon, Dec 12, 2016 at 10:56:34AM +0100, Tomcsányi, Domonkos wrote: > Did you create the hlr.sqlite3 file? It should be created automatically. Given that the location is writable... I'm sure this is a minor detail related to the file system that the OP should be able to figure out. ~N -- -

Re: Calypso BTS

2016-12-12 Thread phreaker1983
I corrected the path, and tried to upload an example file open-bsc.cfg , now I have the following error: root@osmocombb-VirtualBox:~# osmo-nitb -c ~/.osmocom/open-bsc.cfg -l ~/.osmocom/hlr.sqlite3 -P -C —debug=DRLL:DCC:DMM:DRR:DRSL:DNM DB: Failed to init database. Please check the option

Re: Calypso BTS

2016-12-12 Thread Tomcsányi , Domonkos
Did you create the hlr.sqlite3 file? Cheers, Domi 2016. dec. 12. dátummal, 10:55 időpontban phreaker1983 <87078838...@mail.ru> írta: > > I corrected the path, and tried to upload an example file open-bsc.cfg , now > I have the following error: > > root@osmocombb-VirtualBox:~# osmo-nitb -c

Re: Calypso BTS

2016-12-12 Thread Tomcsányi Domonkos
How did you create the sqlite3 file? As others pointed it out it doesn't need to be created (it was my mistake to ask), so if you created it via "touch hlr.sqlite3" then it could cause a problem (an empty file can't be read as an Sqlite database). So rename the file you created, or just specify

Re: Calypso BTS

2016-12-12 Thread phreaker1983
root@osmocombb-VirtualBox:~# osmo-nitb -c ~/.osmocom/open-bsc.cfg -l ~/.osmocom/hlr.sqlite3 -P -C —debug=DRLL:DCC:DMM:DRR:DRSL:DNM DB: Failed to init database. Please check the option settings. -- View this message in context:

Re: Calypso BTS

2016-12-12 Thread Holger Freyther
> On 12 Dec 2016, at 18:13, ak-74*** ... <87078838...@mail.ru> wrote: > > root@osmocombb-VirtualBox:~# osmo-nitb -c ~/.osmocom/open-bsc.cfg -l > ~/.osmocom/hlr.sqlite3 -P -C —debug=DRLL:DCC:DMM:DRR:DRSL:DNM > > DB: Failed to init database. Please check the option settings. > if you look at

Re: Calypso BTS

2016-12-12 Thread Holger Freyther
> On 12 Dec 2016, at 17:45, phreaker1983 <87078838...@mail.ru> wrote: > > i create file hlr.sqlite3 It is best to look at the output of a command, then try to think what it means. OpenBSC will try to open the file and it doesn't work. I would expect an error message to be printed here.

Re: Calypso BTS

2016-12-12 Thread phreaker1983
I added to your open-bsc.cfg contents of : https://git.osmocom.org/openbsc/tree/openbsc/doc/examples/osmo-bsc/osmo-bsc.cfg , then for a test run I did: cd trx/src/ sudo host/osmocon/osmocon -m c123xor -p /dev/ttyUSB0 -c target/firmware/board/compal_e88/trx.highram.bin -r 99 cd

Re: Calypso BTS

2016-12-12 Thread phreaker1983
sorry guys , my mistake, I haven't installed libdbd-sqlite3, and showed me on the screen: root@osmocombb-VirtualBox:/home/osmocombb# sudo osmo-nitb -c ~/.osmocom/open-bsc.cfg -l ~/.osmocom/hlr.sqlite3 -P -C —debug=DRLL:DCC:DMM:DRR:DRSL:DNM DB: Database initialized. DB: Database prepared. is