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 23 and Version 24 of Old/WiMAX/17


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

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17

    v23 v24  
    4545The output should be similar to this:
    4646{{{
    47 ii  omf-aggmgr-5.2                      ubuntu6                                  OMF Aggregate Manager
    48 ii  omf-common-5.2                      ubuntu4                                  Common ruby classes for OMF
     47ii  click                             2.1~git20131006-1                 Modular software router
     48ii  omf-aggmgr-5.4                    5.4.3-ubuntu2                     OMF Aggregate Manager
     49ii  omf-common-5.4                    5.4.3-ubuntu2                     Common ruby classes for OMF
     50ii  wimaxrf                           1.0~beta3                         OMF WiMAX service manager
    4951}}}
    5052
     
    5557
    5658Default parameter values are shown in []; Bold font indicates mandatory parameters.
    57 
    58 {{{
    59 wimaxrf:
    60 }}}
    6159
    6260=== database section ===
     
    106104 * '''bsid''': globally-assigned ID of the base station
    107105 * '''ip''': the base station IP address
    108  * '''mgmt_if''': the name of the network interface on the local machine that is used to communicate with the base station for management purposes (e.g. SNMP calls, traps, etc...)
    109  * '''data_if''': the name of the network interface over which data traffic to and from the BS will flow. Can be the same as `mgmt_if`
     106 * '''mgmt_if''': the name of the network interface on the local machine that is used to communicate with the BS for management purposes (e.g. SNMP calls, traps, etc...)
     107 * '''data_if''': the name of the network interface over which data traffic to and from the BS will flow. Can be the same as `mgmt_if`.
    110108 * The '''localoml''' section is used to specify the OML server that will receive client-related measurements while '''globaloml''' server section is used to configure parameters that are used by global GENI-wide logging process (should point at `oml.orbit-lab.org` until GENI gmoc takes over reporting function). Both are configured with two parameters:
    111   * ''':omlServer:''': value is the hostname of your OML server. If you wish to install the oml2 server on your host locally, please do so by the following commands.
     109   * ''':omlServer:''': value is the hostname of your OML server. If you wish to install the oml2 server on your host locally, please do so by the following commands.
    112110{{{
    113111apt-get install oml2-server
    114112}}}
    115  and then point the omlServer value to your localhost.
    116   * interval: collection interval in seconds (defaults: [10] for localoml and [300] for globaloml)
     113   and then point the omlServer value to your localhost.
     114   * interval: collection interval in seconds (defaults: [10] for localoml and [300] for globaloml)
    117115
    118116=== datapath: section ===