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 5 and Version 6 of Old/WiMAX/17/00bwireless


Ignore:
Timestamp:
Sep 7, 2011, 6:38:02 PM (13 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17/00bwireless

    v5 v6  
    2121            </arg>
    2222            <arg name="dlulratio" isRequired="false" value="[dlulratio]">
    23                   <info>@@@Text for dlulration@@@ (0x00)</info>
     23                  <info>Ratio of uplink and downlink OFDM symbols in the frame (0x00)</info>
    2424            </arg>
    2525            <arg name="bwreqstsymbol" isRequired="false" value="[bwreqstsymbol]">
     
    263263</service>
    264264}}}
     265
     266=== bwmode ===
     267
     268  Bandwidth mode: 0 = 10 MHz, 1 = 7 MHz, 2 = 5 MHz (Default is 0 = 10 MHz)
     269
     270=== dlulratio ===
     271
     272Ratio of uplink and downlink OFDM symbols in the frame. The frame duration is dependent on the bandwidth
     273
     274  || 10 MHz || 7 MHz || 5 MHz ||
     275  || 0x00 -> DL=35, UL=12 || DL=35, UL=12 || DL=35, UL=12 ||
     276  || 0x01 -> DL=32, UL=15 || DL=35, UL=12 || DL=35, UL=12 ||
     277  || 0x02 -> DL=29, UL=18 || DL=35, UL=12 || DL=35, UL=12 ||
     278  || 0x03 -> DL=26, UL=15 || DL=35, UL=12 || DL=35, UL=12 ||