Changes between Version 18 and Version 19 of OpenBTS
- Timestamp:
- Oct 13, 2015, 7:42:58 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenBTS
v18 v19 50 50 }}} 51 51 52 OK! the SDR looks happy! Let's move on. 53 52 54 Install the dependencies 53 55 {{{ … … 75 77 }}} 76 78 77 Now that all of our packages are built, let's install OpenBTS , verify Radio Support, start OpenBTS and check the Log:79 Now that all of our packages are built, let's install OpenBTS: 78 80 {{{ 79 81 root@node1-1:~/dev# cd BUILDS/ 80 82 root@node1-1:~/dev/BUILDS# cd 2015-10-13--03-22-27/ 81 83 root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i openbts_5.0_amd64.deb 84 }}} 85 86 Now that we have installed OpenBTS let's verify that OpenBTS is happy with our SDR: 87 {{{ 82 88 root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# cd /OpenBTS/ 83 89 root@node1-1:/OpenBTS# ./transceiver … … 88 94 -- Current recv frame size: 1472 bytes 89 95 -- Current send frame size: 1472 bytes 96 }}} 90 97 98 Excellent! Let's start OpenBTS and make sure there aren't any errors in the log: 99 {{{ 91 100 root@node1-1:/OpenBTS# service openbts start 92 101 openbts start/running, process 12711 … … 102 111 103 112 1444721928.698218 139804996573056: OpenBTSCLI network socket support for tcp:49300 104 105 113 }}} 106 114 107 115 Perfect!