|
From: <jik...@ho...> - 2015-10-29 14:56:47
|
> From: ope...@li... > Subject: Openbts-discuss Digest, Vol 86, Issue 19 > To: ope...@li... > Date: Thu, 29 Oct 2015 12:02:32 +0000 > > Send Openbts-discuss mailing list submissions to > ope...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > or, via email, send a message with subject or body 'help' to > ope...@li... > > You can reach the person managing the list at > ope...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Openbts-discuss digest..." > > > Today's Topics: > > 1. problem setting up OpenBTS on e110 (Joe M) > 2. Re: OpenBTS (Scott Bonk | Premier Telecom) > 3. Anyone here from Auckland, NZ? (Joe M) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 29 Oct 2015 01:24:27 +1300 > From: Joe M <jy...@gm...> > Subject: [Openbts-discuss] problem setting up OpenBTS on e110 > To: ope...@li... > Message-ID: > <CAG...@ma...> > Content-Type: text/plain; charset="utf-8" > > So I recently bought an e110 with one rfx1800 for a uni project > The first plan is just to install OpenBTS and able to get the a GSM phone > registered and receive a welcome message. I have connected the rfx1800, set > a static IP and DNS for e110 and connect them to inet.. > > So I follow this instruction (included my comment on progress): > > opkg update > opkg install libosip2-dev subversion sqlite3 > > //check the sqlite > sqlite3 --version > > //appeared 3.6.23.1 Ok > > > cd a53/trunk > sudo make install > > //then download Openbts > > cd /usr/src > svn co http://wush.net/svn/range/software/public openbts-2.8.0 > scp -r openbts root@192.168.0.22: > > //compile openbts > > cd ~ > mv openbts-2.8.0 ~/src > //change "sleep(8) on ~/src/openbts-2.8.0/openbts/trunk/apps/OpenBTS.cpp > > cd ~/src/openbts/openbts/trunk > ./autogen.sh > ./configure --with-uhd CFLAGS="-march=armv7-a -mtune=cortex-a8 -mfpu=neon > -mfloat-abi=softfp -O3" CXXFLAGS="-march=armv7-a -mtune=cortex-a8 > -mfpu=neon -mfloat-abi=softfp -O3" > make clean > rm -Rf ~/src/openbts-2.8.0/openbts/trunk/apps/transceiver > rm -Rf ~/src/openbts-2.8.0/openbts/trun/Transceiver52M/transceiver > cd ~/src/openbts-2.8.0/openbts/trunk > make > make install > cd ~/src/openbts-2.8.0/openbts/trunk/apps > ln -s ../Transceiver52M/transceiver > > > //install database > cd ~/src/openbts-2.8.0/openbts/trunk > sudo mkdir /etc/OpenBTS > rm -Rf /etc/OpenBTS/OpenBTS.db > sudo sqlite3 -init ./apps/OpenBTS.example.sql /etc/OpenBTS/OpenBTS.db > ".quit" > > //check the database > sqlite3 /etc/OpenBTS/OpenBTS.db .dump > > //tons of variables etc.. looks good. > > //install subscriber registry > cd ~/src/openbts-2.8.0/subscriberRegistry/trunk/configFiles > sudo mkdir /var/lib/asterisk/ > sudo mkdir -p /var/lib/asterisk/sqlite3dir > sudo rm -Rf /var/lib/asterisk/sqlite3dir/sqlite3.db > sudo sqlite3 -init subscriberRegistryInit.sql > /var/lib/asterisk/sqlite3dir/sqlite3.db ".quit" > > //run OpenBTS > > cd ~/src/openbts-2.8.0/openbts/trunk/apps > ./OpenBTS > > ////and got this error: > 1446034747.751405 1075908608: > Starting the system... > ALERT 1075908608 12:19:12.7 TRXManager.cpp:434:powerOff: POWEROFF failed > with status -1 > EMERG 1080865888 12:19:12.9 OpenBTS.cpp:151:startTransceiver: cannot find > ./transceiver > Oct 28 12:19:12 usrp-e1xx openbts: EMERG 1080865888 12:19:12.9 > OpenBTS.cpp:151:startTransceiver: cannot find ./transceiver > EMERG 1080865888 12:19:12.9 OpenBTS.cpp:156:startTransceiver: Transceiver > quit with status 256. Exiting. > Oct 28 12:19:12 usrp-e1xx openbts: EMERG 1080865888 12:19:12.9 > OpenBTS.cpp:156:startTransceiver: Transceiver quit with status 256. Exiting. > [1]+ Exit 2 ./OpenBTS > > //// > > Can anyone help? Thank you so much :) > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Wed, 28 Oct 2015 00:39:21 -0700 > From: Scott Bonk | Premier Telecom <sco...@pr...> > Subject: Re: [Openbts-discuss] OpenBTS > To: alfred noble <alf...@gm...> > Cc: OpenBTS Discuss <ope...@li...> > Message-ID: <201...@pr...> > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > Date: Thu, 29 Oct 2015 15:22:48 +1300 > From: Joe M <jy...@gm...> > Subject: [Openbts-discuss] Anyone here from Auckland, NZ? > To: ope...@li... > Message-ID: > <CAG...@ma...> > Content-Type: text/plain; charset="utf-8" > > Just wondering is anyone here from Auckland, NZ ? I'm working on e110 for > my project and might need some help in the future (I have some budget to > pay someone for tutorial/assistance) > > Kind Regards, > Joe > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------ > > _______________________________________________ > Openbts-discuss mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > > > End of Openbts-discuss Digest, Vol 86, Issue 19 > *********************************************** |