close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 54 and Version 55 of Old/WiMAX/02


Ignore:
Timestamp:
Sep 3, 2013, 6:15:18 PM (11 years ago)
Author:
agosain
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/02

    v54 v55  
    362362vm6 VLANid  1         mac address='52:54:00:34:aa:a3'/
    363363}}}
     364
     365
     366== 4.9 Wimax-RF software for Airspan BS ==
     367
     368Installing the Wimaxrf software
     369
     370This installation is meant to work with OMF 5.4 on Ubuntu 12.04
     371
     3721. Run the following commands as root.
     373
     374    cd /usr/share/omf-aggmgr-5.4/omf-aggmgr
     375    git clone https://github.com/gpauusa/wimaxrf.git ogs_wimaxrf
     376    cd /etc/omf-aggmgr-5.4/enabled
     377    ln -s ../available/wimaxrf.yaml
     378
     3792. Copy the attached config file to /etc/omf-aggmgr-5.4/available/wimaxrf.yaml.
     380
     3813. Install the following gems in the omf directory.
     382
     383    data_mapper
     384
     385    dm-sqlite-adapter
     386
     387    net-scp
     388
     389    net-ssh
     390
     391    oml4r
     392
     393    open4
     394
     395    rparsec
     396
     397    rufus-scheduler
     398
     399    snmp
     400
     401        using command:
     402
     403        GEM_HOME=/usr/share/omf-aggmgr-5.4/gems/1.8/ gem install --no-rdoc --no-ri <name_of_the_gems>
     404
     405    Before installing dm-sqlite-adapter, make sure you have libsqlite3-dev installed using command:
     406
     407    sudo apt-get install libsqlite3-dev