Changes between Version 17 and Version 18 of OpenBTS


Ignore:
Timestamp:
Oct 13, 2015, 7:39:10 AM (9 years ago)
Author:
davemsolomon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • OpenBTS

    v17 v18  
    7575}}}
    7676
     77Now that all of our packages are built, let's install OpenBTS, verify Radio Support, start OpenBTS and check the Log:
     78{{{
     79root@node1-1:~/dev# cd BUILDS/
     80root@node1-1:~/dev/BUILDS# cd 2015-10-13--03-22-27/
     81root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i openbts_5.0_amd64.deb
     82root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# cd /OpenBTS/
     83root@node1-1:/OpenBTS# ./transceiver
     84linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.008.002-86-g566dbc2b
     85
     86Using internal clock reference
     87-- Opening a USRP2/N-Series device...
     88-- Current recv frame size: 1472 bytes
     89-- Current send frame size: 1472 bytes
     90
     91root@node1-1:/OpenBTS# service openbts start
     92openbts start/running, process 12711
     93
     94root@node1-1:/OpenBTS# tail /var/log/upstart/openbts.log
     95--   Successfully tuned to 945.200000 MHz
     96--
     971444721928.697975 139804996573056:
     98system ready
     99
     1001444721928.698023 139804996573056:
     101use the OpenBTSCLI utility to access CLI
     102
     1031444721928.698218 139804996573056: OpenBTSCLI network socket support for tcp:49300
     104
     105}}}
    77106
    78107
    79