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 58 and Version 59 of Old/WiMAX/02


Ignore:
Timestamp:
Nov 8, 2013, 5:35:52 PM (10 years ago)
Author:
davide
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/02

    v58 v59  
    362362vm6 VLANid  1         mac address='52:54:00:34:aa:a3'/
    363363}}}
    364 
    365 
    366 == 4.9 Wimax-RF software for Airspan BS ==
    367 
    368 Installing the Wimaxrf software
    369 
    370 This installation is meant to work with OMF 5.4 on Ubuntu 9.04 and 12.04
    371 
    372 1. 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 }}}
    379 
    380 2. Edit the configuration file `/etc/omf-aggmgr-5.4/available/wimaxrf.yaml` as needed.
    381 
    382 3. Install the following gems in the OMF directory (this should be done automatically if using the wimaxrf .deb package).
    383 {{{
    384 data_mapper
    385 dm-sqlite-adapter
    386 net-scp
    387 net-ssh
    388 oml4r
    389 open4
    390 rparsec
    391 rufus-scheduler
    392 snmp
    393 }}}
    394     using command:
    395 {{{
    396 GEM_HOME=/usr/share/omf-aggmgr-5.4/gems/1.8/ gem install --no-rdoc --no-ri <gems>
    397 }}}
    398 
    399     Before installing dm-sqlite-adapter, make sure you have libsqlite3-dev installed.
    400 {{{
    401 sudo apt-get install libsqlite3-dev
    402 }}}