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 12 and Version 13 of Old/WiMAX/17/13ainfo


Ignore:
Timestamp:
Jun 25, 2012, 4:54:47 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17/13ainfo

    v12 v13  
    1515}}}
    1616
    17 == /arq - ARQ parameters ==
     17== bs/arq - ARQ parameters ==
    1818{{{
    1919<service name="bs/arq">
     
    5454         </arg>
    5555      </args>
     56</service>
     57}}}
     58
     59== bs/harq - HARQ parameters ==
     60{{{
     61<service name=bs/harq>
     62<info>
     63Set HARQ parameters</info>
     64<args>
     65<arg name=dldelay isRequired=false>
     66<info>
     67Frame offset of DL ACK delay wrt to DL Burst [1,2,3] (1)</info>
     68</arg>
     69<arg name=mimoul isRequired=false>
     70<info>
     71MIMO HARQ support: true/false (IGNORED - mimo support not available for this BS)</info>
     72</arg>
     73<arg name=pdusn isRequired=false>
     74<info>
     75PDU SN extended subheader reordering enabled: true/false (true)</info>
     76</arg>
     77<arg name=mret isRequired=false>
     78<info>
     79Maximum number of retransmissions [0..255] (4)</info>
     80</arg>
     81<arg name=burst isRequired=false>
     82<info>
     83Maximum number of HARQ bursts per frame [0..255] (17)</info>
     84</arg>
     85<arg name=enable isRequired=false>
     86<info>
     87Enable HARQ: true/false (false)</info>
     88</arg>
     89<arg name=uldelay isRequired=false>
     90<info>
     91Frame offset of UL ACK delay wrt to UL Burst [2,3] (3)</info>
     92</arg>
     93</args>
    5694</service>
    5795}}}
     
    131169}}}
    132170
     171== bs/dlprofile - downlink modulation schemes ==
     172{{{
     173<service name=bs/dlprofile>
     174<info>
     175Set down link modulation scheme</info>
     176<args>
     177<arg name=dlprof8 isRequired=false>
     178<info>
     179DL FEC code and modulation type of each burst profile on DCD message. (64-QAM (CTC) 5/6 (21))</info>
     180</arg>
     181<arg name=dlprof3 isRequired=false>
     182<info>
     183DL FEC code and modulation type of each burst profile on DCD message. (16-QAM (CTC) 1/2 (16))</info>
     184</arg>
     185<arg name=dlprof9 isRequired=false>
     186<info>
     187 DL FEC code and modulation type of each burst profile on DCD message. (No Modulation (255))</info>
     188</arg>
     189<arg name=dlprof4 isRequired=false>
     190<info>
     191DL FEC code and modulation type of each burst profile on DCD message. (16-QAM (CTC) 3/4 (17))</info>
     192</arg>
     193<arg name=dlprof10 isRequired=false>
     194<info>
     195DL FEC code and modulation type of each burst profile on DCD message. (No Modulation (255))</info>
     196</arg>
     197<arg name=dlprof5 isRequired=false>
     198<info>
     199DL FEC code and modulation type of each burst profile on DCD message. (64-QAM (CTC) 1/2 (18))</info>
     200</arg>
     201<arg name=dlprof11 isRequired=false>
     202<info>
     203DL FEC code and modulation type of each burst profile on DCD message. (No Modulation (255))</info>
     204</arg>
     205<arg name=dlprof6 isRequired=false>
     206<info>
     207DL FEC code and modulation type of each burst profile on DCD message. (64-QAM (CTC) 2/3 (19))</info>
     208</arg>
     209<arg name=dlprof1 isRequired=false>
     210<info>
     211DL FEC code and modulation type of each burst profile on DCD message. (QPSK (CTC) 1/2 (13))</info>
     212</arg>
     213<arg name=dlprof12 isRequired=false>
     214<info>
     215DL FEC code and modulation type of each burst profile on DCD message. (No Modulation (255))</info>
     216</arg>
     217<arg name=dlprof7 isRequired=false>
     218<info>
     219DL FEC code and modulation type of each burst profile on DCD message. (64-QAM (CTC) 3/4 (20))</info>
     220</arg>
     221<arg name=dlprof2 isRequired=false>
     222<info>
     223DL FEC code and modulation type of each burst profile on DCD message. (QPSK (CTC) 3/4 (15))</info>
     224</arg>
     225</args>
     226</service>
     227}}}
     228
     229== bs/ulprofile - uplink modulation schemes ==
     230{{{
     231<service name=bs/ulprofile>
     232<info>
     233Set up link modulation scheme</info>
     234<args>
     235<arg name=ulprof6 isRequired=false>
     236<info>
     237UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
     238</arg>
     239<arg name=ulprof1 isRequired=false>
     240<info>
     241UL FEC code and modulation type of each burst profile on UCD message. (QPSK (CTC) 1/2 (13))</info>
     242</arg>
     243<arg name=ulprof7 isRequired=false>
     244<info>
     245UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
     246</arg>
     247<arg name=ulprof2 isRequired=false>
     248<info>
     249UL FEC code and modulation type of each burst profile on UCD message. (QPSK (CTC) 3/4 (15))</info>
     250</arg>
     251<arg name=ulprof8 isRequired=false>
     252<info>
     253UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
     254</arg>
     255<arg name=ulprof3 isRequired=false>
     256<info>
     257UL FEC code and modulation type of each burst profile on UCD message. (16-QAM (CTC) 1/2 (16))</info>
     258</arg>
     259<arg name=ulprof9 isRequired=false>
     260<info>
     261UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
     262</arg>
     263<arg name=ulprof4 isRequired=false>
     264<info>
     265UL FEC code and modulation type of each burst profile on UCD message. (16-QAM (CTC) 3/4 (17))</info>
     266</arg>
     267<arg name=ulprof10 isRequired=false>
     268<info>
     269UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
     270</arg>
     271<arg name=ulprof5 isRequired=false>
     272<info>
     273UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
     274</arg>
     275</args>
     276</service>
     277}}}
    133278
    134279== /status - Get Current Status ==