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 4 and Version 5 of Old/WiMAX/17/06dlprof


Ignore:
Timestamp:
Jun 24, 2011, 4:26:02 AM (13 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17/06dlprof

    v4 v5  
    1 = Down Link Profile =
    2 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 down link profiles:
    3 dlprofX where X = [1,12]
     1== /dlprofile - Down Link Profile ==
     2
     3Service 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:
     4
     5{{{
     6<service name="dlprofile">
     7  <info>Set down link modulation scheme</info>
     8  <args>
     9    <arg name="dlprof1" isRequired="false" value="[dlprof1]">
     10      <info>MCS id (13)</info>
     11    </arg>
     12    <arg name="dlprof2" isRequired="false" value="[dlprof2]">
     13      <info>MCS id (15)</info>
     14    </arg>
     15    <arg name="dlprof3" isRequired="false" value="[dlprof3]">
     16      <info>MCS id (16)</info>
     17    </arg>
     18    <arg name="dlprof4" isRequired="false" value="[dlprof4]">
     19      <info>MCS id (17)</info>
     20    </arg>
     21    <arg name="dlprof5" isRequired="false" value="[dlprof5]">
     22      <info>MCS id (18)</info>
     23    </arg>
     24    <arg name="dlprof6" isRequired="false" value="[dlprof6]">
     25      <info>MCS id (19)</info>
     26    </arg>
     27    <arg name="dlprof7" isRequired="false" value="[dlprof7]">
     28      <info>MCS id (20)</info>
     29    </arg>
     30    <arg name="dlprof8" isRequired="false" value="[dlprof8]">
     31      <info>MCS id (21))</info>
     32    </arg>
     33    <arg name="dlprof9" isRequired="false" value="[dlprof9]">
     34      <info>MCS id (255)</info>
     35    </arg>
     36    <arg name="dlprof10" isRequired="false" value="[dlprof10]">
     37      <info>MCS id (255)</info>
     38    </arg>
     39    <arg name="dlprof11" isRequired="false" value="[dlprof11]">
     40      <info>MCS id (255)</info>
     41    </arg>
     42    <arg name="dlprof12" isRequired="false" value="[dlprof12]">
     43      <info>MCS id (255)</info>
     44    </arg>
     45  </args>
     46</service>
     47}}}
     48
     49=== /dlprofileXX ===
     50
     51Ecah profile element can have an index of a MCS:
     52|| MCS id || Modulation/Coding ||
     53|| 1 || ||
     54|| 2 || ||
     55|| 3 || ||
     56|| 4 || ||
     57|| 5 || ||
     58|| 6 || ||
     59|| 7 || ||
     60|| 8 || ||
     61|| 9 || ||
     62|| 10 || ||
     63|| 11 || ||
     64|| 12 || ||
     65|| 13 || QPSK (CTC) 1/2 ||
     66|| 14 || ||
     67|| 15 || QPSK (CTC) 3/4 ||
     68|| 16 || 16-QAM (CTC) 1/2 ||
     69|| 17 || 16-QAM (CTC) 3/4 ||
     70|| 18 || 64-QAM (CTC) 1/2 ||
     71|| 19 || 64-QAM (CTC) 2/3 ||
     72|| 20 || 64-QAM (CTC) 3/4 ||
     73|| 21 || 64-QAM (CTC) 5/6 ||
     74|| 255 || No modulation||