Changes between Version 34 and Version 35 of Tutorials/g0WmLTE/Tutorial2


Ignore:
Timestamp:
Jul 19, 2012, 3:20:23 AM (12 years ago)
Author:
jeffrabi
Comment:

Updated Experiment

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial2

    v34 v35  
    2323----
    2424
    25 = Experiment: Check Connection Status, Then Send UDP Packets =
     25= Experiment: Check Connection Status, Then Send TCP Packets =
    2626
    2727----
     
    4747
    4848== Dissecting the Experiment ==
    49 
    50 {{{
    51 #!ruby
    52 defProperty('firstMCS',"http://wimaxrf:5052/wimaxrf/dlprofile?dlprof1=13","Set MCS to profile 13 - QPSK (CTC) 1/2 ")
    53 defProperty('secondMCS',"http://wimaxrf:5052/wimaxrf/dlprofile?dlprof1=16","Set MCS to profile 16 - 16-QAM (CTC) 1/2")
    54 defProperty('thirdMCS',"http://wimaxrf:5052/wimaxrf/dlprofile?dlprof1=21","Set MCS to profile 21 - 64-QAM (CTC) 5/6")
    55 defProperty('noMCS',"http://wimaxrf:5052/wimaxrf/dlprofiledlprof2=255&dlprof3=255dlprof4=255&dlprof5=255&dlprof6=255&
    56             dlprof7=255&dlprof8=255&dlprof9=255&dlprof10=255&dlprof11=255&dlprof12=255","Set other MCS to none")
    57 }}}
    58 
    59 ''defProperty'' is a method which appears in different scopes within OMF. In this global case, it creates methods of the ''property'' with the name of the first input (as a string), stores and releases the value of the second input, and takes the third input as a description.
    60 
    61  * As shown in the previous experiment, these requests access the base station and assign it certain values. In this case, it creates URI identifiers for 4 different profiles of MCS -- Modulation Control Schema.
    6249
    6350{{{
     
    133120}}}
    134121
     122[http://orbit-lab.org/wiki/Tutorials/WiMAX/Tutorial2#RetrievingResults Skip to Retrieving Data]
     123
    135124----
    136125== Troubleshooting Runtime Problems ==