Changes between Version 18 and Version 19 of OpenBTS


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

Legend:

Unmodified
Added
Removed
Modified
  • OpenBTS

    v18 v19  
    5050}}}
    5151
     52OK! the SDR looks happy! Let's move on.
     53
    5254Install the dependencies
    5355{{{
     
    7577}}}
    7678
    77 Now that all of our packages are built, let's install OpenBTS, verify Radio Support, start OpenBTS and check the Log:
     79Now that all of our packages are built, let's install OpenBTS:
    7880{{{
    7981root@node1-1:~/dev# cd BUILDS/
    8082root@node1-1:~/dev/BUILDS# cd 2015-10-13--03-22-27/
    8183root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i openbts_5.0_amd64.deb
     84}}}
     85
     86Now that we have installed OpenBTS let's verify that OpenBTS is happy with our SDR:
     87{{{
    8288root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# cd /OpenBTS/
    8389root@node1-1:/OpenBTS# ./transceiver
     
    8894-- Current recv frame size: 1472 bytes
    8995-- Current send frame size: 1472 bytes
     96}}}
    9097
     98Excellent! Let's start OpenBTS and make sure there aren't any errors in the log:
     99{{{
    91100root@node1-1:/OpenBTS# service openbts start
    92101openbts start/running, process 12711
     
    102111
    1031121444721928.698218 139804996573056: OpenBTSCLI network socket support for tcp:49300
    104 
    105113}}}
    106114
    107 
     115Perfect!