wiki:Old/WiMAX/17/00Wireless
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 4 (modified by Nilanjan Paul, 12 years ago) ( diff )

Wireless Control Services

WiMAX RF Aggregate Manager

    bs/driver - Base Station Driver services

    <service name="bs/driver">
      <info>Set BS driver parameters</info>
      <args>
         <arg name="pack" isRequired="false" value="[pack]">
            <info>Enable packing mode (0)</info>
         </arg>
         <arg name="blockadmin" isRequired="false" value="[blockadmin]">
            <info>Block admin on/off (0)</info>
         </arg>
         <arg name="carrieradmin" isRequired="false" value="[carrieradmin]">
           <info>Carrier admin on/off (1)</info>
         </arg>
         <arg name="maxservflow" isRequired="false" value="[maxservflow]">
           <info>Maximum number of service flows (600)</info>
         </arg>
         <arg name="fragmt" isRequired="false" value="[fragmt]">
           <info>Fragmentation on/off (0)</info>
         </arg>
         <arg name="crc" isRequired="false" value="[crc]">
            <info>CRC Enabled (1)</info>
         </arg>
         <arg name="maxClients" isRequired="false" value="[maxClients]">
           <info>Maximum number of clients (96)</info>
         </arg>
       </args>
    </service>
    

    bs/mimo - MIMO Service

    <service name="bs/mimo">
          <info>Set MIMO parameters</info>
          <args>
                <arg name="mimoul" isRequired="false" value="[mimoul]">
                      <info>@@@Text for mimo_ul@@@ (0)</info>
                </arg>
                <arg name="mimo" isRequired="false" value="[mimo]">
                      <info>MIMO on/off (0)</info>
                </arg>
                <arg name="mimomatrix" isRequired="false" value="[mimomatrix]">
                      <info>Preferred MIMO matrix - Matrix A. (0)</info>
                </arg>
          </args>
    </service>
    

    bs/security - Security Parameters

    <service name="bs/security">
          <info>Set SECURITY parameters</info>
          <args>
                <arg name="sachallengemaxresends" isRequired="false" value="[sachallengemaxresends]">
                      <info>Max number of SA-TEK challenge transmissions. (3)</info>
                </arg>
                <arg name="tekkeylifetime" isRequired="false" value="[tekkeylifetime]">
                      <info>Lifetime of a newly assigned TEK. (Units: s) [60..604800] (3600)</info>
                </arg>
                <arg name="cryptosuite" isRequired="false" value="[cryptosuite]">
                      <info>@@@Text for cryptographic_suite@@@ (0x00020104)</info>
                </arg>
                <arg name="authgracetime" isRequired="false" value="[authgracetime]">
                      <info>Grace time before MS acquires another authorization key. (Units: s) [70..604800] (70)</info>
                </arg>
                <arg name="pkmflowcontrol" isRequired="false" value="[pkmflowcontrol]">
                      <info>@@@Text for pkm_flow_control@@@ (0)</info>
                </arg>
                <arg name="tekgracetime" isRequired="false" value="[tekgracetime]">
                      <info>Grace time for TEK. (Units: 600) [10..3600] (600)</info>
                </arg>
                <arg name="maxsecurityasso" isRequired="false" value="[maxsecurityasso]">
                      <info>@@@Text for max_security_association@@@ (1)</info>
                </arg>
                <arg name="sachallengetmr" isRequired="false" value="[sachallengetmr]">
                      <info>Timeout value for SA-TEK challenge retranmission. (Units: 100ms) [5..20] (10)</info>
                </arg>
                <arg name="pkmversionsupport" isRequired="false" value="[pkmversionsupport]">
                      <info>@@@Text for pkm_version_support@@@ (0x02)</info>
                </arg>
          </args>
    </service>
    
    Note: See TracWiki for help on using the wiki.