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

Profile Control

WiMAX RF Aggregate Manager

    /dlprofile - Down Link Profile

    Service that is used to specify down link adaptive modulation profile. Adaptive modulation is used to adjust signal modulation scheme and FEC coding depending on the RF link's SNR and is define in the form of list of allowed modulation and coding scheme (MCS) elements. The profile has 12 elements which are specified with the following service:

    <service name="dlprofile">
      <info>Set down link modulation scheme</info>
      <args>
        <arg name="dlprof1" isRequired="false" value="[dlprof1]">
          <info>MCS id (13)</info>
        </arg>
        <arg name="dlprof2" isRequired="false" value="[dlprof2]">
          <info>MCS id (15)</info>
        </arg>
        <arg name="dlprof3" isRequired="false" value="[dlprof3]">
          <info>MCS id (16)</info>
        </arg>
        <arg name="dlprof4" isRequired="false" value="[dlprof4]">
          <info>MCS id (17)</info>
        </arg>
        <arg name="dlprof5" isRequired="false" value="[dlprof5]">
          <info>MCS id (18)</info>
        </arg>
        <arg name="dlprof6" isRequired="false" value="[dlprof6]">
          <info>MCS id (19)</info>
        </arg>
        <arg name="dlprof7" isRequired="false" value="[dlprof7]">
          <info>MCS id (20)</info>
        </arg>
        <arg name="dlprof8" isRequired="false" value="[dlprof8]">
          <info>MCS id (21))</info>
        </arg>
        <arg name="dlprof9" isRequired="false" value="[dlprof9]">
          <info>MCS id (255)</info>
        </arg>
        <arg name="dlprof10" isRequired="false" value="[dlprof10]">
          <info>MCS id (255)</info>
        </arg>
        <arg name="dlprof11" isRequired="false" value="[dlprof11]">
          <info>MCS id (255)</info>
        </arg>
        <arg name="dlprof12" isRequired="false" value="[dlprof12]">
          <info>MCS id (255)</info>
        </arg>
      </args>
    </service>
    

    /dlprofileXX

    Ecah profile element can have an index of a MCS:

    MCS id Modulation/Coding
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13 QPSK (CTC) ½
    14
    15 QPSK (CTC) ¾
    16 16-QAM (CTC) ½
    17 16-QAM (CTC) ¾
    18 64-QAM (CTC) ½
    19 64-QAM (CTC) 2/3
    20 64-QAM (CTC) ¾
    21 64-QAM (CTC) 5/6
    255 No modulation

    /ulprofile - Up Link Profile

    Adaptive modulation is used to adjust signal modulation scheme and FEC coding depending on the RF link's SNR. The best modulation scheme is selected from the list of available up link profiles: ulprofX where X = [1,10]

    Note: See TracWiki for help on using the wiki.