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 1 and Version 2 of Old/WiMAX/17


Ignore:
Timestamp:
May 11, 2011, 4:52:46 AM (13 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17

    v1 v2  
    5252}}}
    5353
    54 == /get - Get Basestation Static Parameter ==
    55 {{{
    56 <service name="get">
    57 <info>Get Basestation Static Parameter</info>
    58 </service>
    59 }}}
    60 
     54== HARQ Control  ==
    6155{{{
    6256<service name="harq">
     
    9185{{{
    9286<service name="info">
    93 <info>Get information about the Base Station</info>
     87  <info>Get information about the Base Station</info>
    9488</service>
     89}}}
     90
     91{{{
     92<service name="status">
     93  <info>Get status of WiMAX RF  service</info>
     94</service>
     95}}}
     96
     97== /restart - Restart the Base Station ==
     98{{{
    9599<service name="restart">
    96 <info>Restart the Base Station</info>
     100  <info>Restart the Base Station</info>
    97101</service>
    98 \u2212
     102}}}
     103
     104== /restore - Restore Base Station parameters from saved configuration ==
     105{{{
    99106<service name="restore">
    100 \u2212
    101 <info>
    102 Restore Base Station parameters from saved configuration
    103 </info>
     107  <info>Restore Base Station parameters from saved configuration</info>
    104108</service>
    105 \u2212
     109service name="uploadr"/>
     110}}}
     111
     112
     113== /get - Get Basestation Parameter ==
     114{{{
     115<service name="get">
     116<info>Get Basestation Static Parameter</info>
     117</service>
     118}}}
     119
     120== /set - Set Basestation Parameter ==
     121{{{
    106122<service name="set">
    107 <info>Set Basestation Static Parameter</info>
     123  <info>Set Basestation Static Parameter</info>
    108124</service>
    109 \u2212
    110 <service name="status">
    111 <info>Get status of WiMAX RF  service</info>
    112 </service>
    113 <service name="uploadr"/>
    114 </serviceGroup>
    115 </services>
    116125}}}