WiMAX/17/13ainfo

Basic Support Services

/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