Changes between Version 29 and Version 30 of Tutorials/g0WmLTE/Tutorial2


Ignore:
Timestamp:
Jul 11, 2012, 8:42:15 PM (12 years ago)
Author:
jeffrabi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial2

    v29 v30  
    5959''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.
    6060
    61  * As shown in the previous experiment, this URI accesses the base station and assigns it certain values.
     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.
    6262
    6363{{{
     
    9898#!ruby
    9999  node.addApplication("test:app:iperf") do |app|
    100     app.setProperty('udp', true)
    101     app.setProperty('server', true)
     100    app.setProperty('client', true)
    102101    app.setProperty('interval', "1")
    103102    app.setProperty('bind', "10.41.255.255")