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 9 (modified by Nilanjan Paul, 12 years ago) ( diff )

Profile Control Services

WiMAX RF Aggregate Manager

    bs/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="bs/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

    bs/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]

    <service name=bs/ulprofile>
      <info>
      Set up link modulation scheme</info>
      <args>
        <arg name=ulprof6 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
        </arg>
        <arg name=ulprof1 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (QPSK (CTC) 1/2 (13))</info>
        </arg>
        <arg name=ulprof7 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
        </arg>
        <arg name=ulprof2 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (QPSK (CTC) 3/4 (15))</info>
        </arg>
        <arg name=ulprof8 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
        </arg>
        <arg name=ulprof3 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (16-QAM (CTC) 1/2 (16))</info>
        </arg>
        <arg name=ulprof9 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
        </arg>
        <arg name=ulprof4 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (16-QAM (CTC) 3/4 (17))</info>
        </arg>
        <arg name=ulprof10 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
        </arg>
        <arg name=ulprof5 isRequired=false>
          <info>
          UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
        </arg>
      </args>
    </service>
    
    Note: See TracWiki for help on using the wiki.