Changes between Version 15 and Version 16 of Tutorials/g0WmLTE/Tutorial2
- Timestamp:
- Jul 4, 2012, 2:45:05 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial2
v15 v16 46 46 47 47 {{{ 48 #!ruby 48 49 defProperty('firstMCS',"http://wimaxrf:5052/wimaxrf/dlprofile?dlprof1=13","Set MCS to profile 13 - QPSK (CTC) 1/2 ") 49 50 defProperty('secondMCS',"http://wimaxrf:5052/wimaxrf/dlprofile?dlprof1=16","Set MCS to profile 16 - 16-QAM (CTC) 1/2") … … 58 59 59 60 {{{ 61 #!ruby 60 62 defGroup('first_node', 'node1-1.sb4.orbit-lab.org') 61 63 }}} … … 65 67 66 68 {{{ 69 #!ruby 67 70 defGroup('first_node', 'node1-1.sb4.orbit-lab.org') do |node| 68 71 node.net.x0.profile = '51' … … 85 88 86 89 {{{ 90 #!ruby 87 91 node.addApplication("test:app:iperf") do |app| 88 92 app.setProperty('udp', true) … … 109 113 ---- 110 114 == Launch Experiment == 115 116 Before launching the experiment, please ensure that the experiment description file is on the local machine. 117 118 Image the nodes, as before. 119 120 {{{ 121 omf-5.3 load -i wmx-tutorial.ndz -t node1-1.sb4.orbit-lab.org,node1-4.sb4.orbit-lab.org 122 }}} 123 124 Optionally, double check that the image loaded correctly. 125 126 Now, launch the experiment! 127 128 {{{ 129 omf-5.3 exec <experimentname>.rb 130 }}}