Changes between Version 11 and Version 12 of OpenBTS


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

Legend:

Unmodified
Added
Removed
Modified
  • OpenBTS

    v11 v12  
    1515[[br]]
    1616{{{
    17 davemsolomon@console.sb3:~$ omf load -t node1-1 -i baseline.ndz
     17davemsolomon@console.sb3:~$ omf load -t node1-1 -i ubuntu-14-04-64bit-sdr.ndz
    1818davemsolomon@console.sb3:~$ omf tell -a on -t node1-1
    1919}}}
     
    2424davemsolomon@console.sb3:~$ ssh root@node1-1
    2525}}}
    26 Check to see if the SDR is in working order on the Box:
     26Before doing anything with OpenBTS, make sure the SDR is happy:
    2727{{{
    28 root@node1-1:~# apt-get update
    29 root@node1-1:~# apt-get install uhd-host
     28root@node1-1:~# uhd_usrp_probe
     29linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.008.002-86-g566dbc2b
     30
     31-- Opening a USRP2/N-Series device...
     32-- Current recv frame size: 1472 bytes
     33-- Current send frame size: 1472 bytes
     34  _____________________________________________________
     35 /
     36|       Device: USRP2 / N-Series Device
     37|     _____________________________________________________
     38|    /
     39|   |       Mboard: N210r4
     40|   |   hardware: 2577
     41|   |   mac-addr: 00:80:2f:0a:cc:db
     42|   |   ip-addr: 192.168.10.2
     43|   |   subnet: 255.255.255.255
     44|   |   gateway: 255.255.255.255
     45|   |   gpsdo: none
     46|   |   serial: F297B6
     47|   |   FW Version: 12.4
     48|   |   FPGA Version: 10.1
     49...
     50}}}