| 77 | Now that all of our packages are built, let's install OpenBTS, verify Radio Support, start OpenBTS and check the Log: |
| 78 | {{{ |
| 79 | root@node1-1:~/dev# cd BUILDS/ |
| 80 | root@node1-1:~/dev/BUILDS# cd 2015-10-13--03-22-27/ |
| 81 | root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i openbts_5.0_amd64.deb |
| 82 | root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# cd /OpenBTS/ |
| 83 | root@node1-1:/OpenBTS# ./transceiver |
| 84 | linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.008.002-86-g566dbc2b |
| 85 | |
| 86 | Using 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 | |
| 91 | root@node1-1:/OpenBTS# service openbts start |
| 92 | openbts start/running, process 12711 |
| 93 | |
| 94 | root@node1-1:/OpenBTS# tail /var/log/upstart/openbts.log |
| 95 | -- Successfully tuned to 945.200000 MHz |
| 96 | -- |
| 97 | 1444721928.697975 139804996573056: |
| 98 | system ready |
| 99 | |
| 100 | 1444721928.698023 139804996573056: |
| 101 | use the OpenBTSCLI utility to access CLI |
| 102 | |
| 103 | 1444721928.698218 139804996573056: OpenBTSCLI network socket support for tcp:49300 |
| 104 | |
| 105 | }}} |