wiki:Old/WiMAX/17/13ainfo
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.

Version 3 (modified by Nilanjan Paul, 12 years ago) ( diff )

Basic Support Services

WiMAX RF Aggregate Manager

    /info - Configuration Info

    Get the information about configuration parameters of the Base Station

    <service name="info">
      <info>Get information about the Base Station</info>
    </service>
    

    /status - Get Current Status

    <service name="status">
      <info>Get status of WiMAX RF  service</info>
    </service>
    

    /get - Get Basestation Parameter

    <service name="get">
    <info>Get Basestation Static Parameter</info>
    </service>
    

    /set - Set Basestation Parameter

    <service name="set">
      <info>Set Basestation Static Parameter</info>
    </service>
    

    /restart - Restart the Base Station

    <service name="restart">
      <info>Restart the Base Station</info>
    </service>
    

    /default - Reset to Default Parameters

    <service name="defaults">
      <info>Restore Base Station parameters from default configuration</info>
    </service>
    

    /restore - Restore Base Station Config

    <service name="restore">
      <info>Restore Base Station parameters from saved configuration</info>
    </service>
    service name="uploadr"/>
    

    Example usage of services from sandbox

    To reset base station back to defaults:

    $ wget -O status http://cons-wm-01:5052/wimaxrf/default
    

    To restart base station:

    $ wget -O status http://cons-wm-01:5052/wimaxrf/restart
    
    Note: See TracWiki for help on using the wiki.