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 20 and Version 21 of Old/WiMAX/17


Ignore:
Timestamp:
Jun 26, 2012, 8:56:03 PM (12 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17

    v20 v21  
    105105}}}
    106106
    107 === Logging ===
    108 OMF aggregate managers  have quite extended logging capabilities. Log messages from all of the enabled services are stored in /var/log/omf-aggmgr-5.2.log
     107=== Example configuration ===
     108
     109{{{
     110# NOTE: use only 'spaces' to indent !
     111# ('tab' indents are not supported by the ruby yaml parser used to read this file)
     112#
     113# This is the Config file for the WiMAXRF GridService
     114#
     115---
     116wimaxrf:
     117  database:
     118   #sqlite db file
     119   dbFile: '/db/wimaxrf.db'
     120  reset:
     121   file: '/defaults/reset.xml'
     122
     123  asngw:
     124   if: eth1
     125   ip: 10.3.0.71
     126   rcvport: 54321
     127   sndport: 54321
     128   id: ASNGW000
     129   tecnh: 3
     130   dsc: IP-Config-Mgmt
     131 
     132  bs:
     133   ip: 10.3.0.61
     134   mask: 255.255.0.0
     135   bsid: 44:51:DB:00:00:01
     136   frequency: 2590000
     137   stats:
     138     localoml:
     139       :omlServer: oml.orbit-lab.org
     140       interval: 10
     141     globaloml:
     142       :omlServer: oml.orbit-lab.org
     143       
     144  datapath:
     145    datapathif: eth0
     146}}}
    109147
    110148
    111149
    112150
    113 
    114 
    115 
    116