wiki:Old/WiMAX/17
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 2 (modified by seskar, 13 years ago) ( diff )

WiMAX RF Aggregate Manager Service

wimaxrf is a service to configure and control WIMAX (Basestation) RF Section7

ARQ Control

<service name="arq">
  <info>Set ARQ parameters</info>
  <args>
    <arg name="ackproctime" isRequired="false" value="[ackproctime]">
      <info>ACK proc time [] (0)</info>
    </arg>
    <arg name="blockltm" isRequired="false" value="[blockltm]">
      <info>ARQ block lifetime [] (5000)</info>
    </arg>
    <arg name="txackdelay" isRequired="false" value="[txackdelay]">
      <info>Tx ACK delay [] (100)</info>
    </arg>
    <arg name="sltmo" isRequired="false" value="[sltmo]">
      <info>Sync loss timeout [] (10000)</info>
    </arg>
    <arg name="dlvrorder" isRequired="false" value="[dlvrorder]">
      <info>Delivery in order: true/false (true)</info>
    </arg>
    <arg name="wsize" isRequired="false" value="[wsize]">
      <info>ARQ window size [0..1024] (1024)</info>
    </arg>
    <arg name="rxpurgetmo" isRequired="false" value="[rxpurgetmo]">
      <info>RX purge timeout [] (5000)</info>
    </arg>
    <arg name="enable" isRequired="false" value="[enable]">
      <info>Enable ARQ: true/false (false)</info>
    </arg>
    <arg name="rtmotx" isRequired="false" value="[rtmotx]">
      <info>TX retry timeout [] (1000)</info>
    </arg>
    <arg name="bloksize" isRequired="false" value="[blocksize]">
      <info>ARQ block size [0..(ARQ windows size/2)] (256)</info>
    </arg>
    <arg name="rtmorx" isRequired="false" value="[rtmorx]">
      <info>RX retry timeout [] (1000)</info>
    </arg>
  </args>
</service>

/default - Reset Basestation to Default parameters

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

HARQ Control

<service name="harq">
  <info>Set HARQ parameters</info>
  <args>
    <arg name="uldelay" isRequired="false" value="[uldelay]">
      <info>Frame offset of UL ACK delay wrt to UL Burst [2,3] (3)</info>
    </arg>
    <arg name="dldelay" isRequired="false" value="[dldelay]">
      <info>Frame offset of DL ACK delay wrt to DL Burst [1,2,3] (1)</info>
    </arg>
    <arg name="mimoul" isRequired="false" value="[mimoul]">
      <info>MIMO HARQ support: true/false (IGNORED - mimo support not available for this BS)</info>
    </arg>
    <arg name="pdusn" isRequired="false" value="[pdusn]">
      <info>PDU SN extended subheader reordering enabled: true/false (true)</info>
    </arg>
    <arg name="enable" isRequired="false" value="[enable]">
      <info>Enable HARQ: true/false (false)</info>
    </arg>
    <arg name="mret" isRequired="false" value="[retran]">
      <info>Maximum number of retransmissions [0..255] (4)</info>
    </arg>
    <arg name="burst" isRequired="false" value="[burst]">
      <info>Maximum number of HARQ bursts per frame [0..255] (17)</info>
    </arg>
  </args>
</service>

/info - Get the information about configuration parameters of the Base Station

<service name="info">
  <info>Get information about the Base Station</info>
</service>
<service name="status">
  <info>Get status of WiMAX RF  service</info>
</service>

/restart - Restart the Base Station

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

/restore - Restore Base Station parameters from saved configuration

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

/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>
Note: See TracWiki for help on using the wiki.