| 1 | [[TOC(Documentation/Topology/*)]] |
| 2 | |
| 3 | = Topology Control in SB4 = |
| 4 | |
| 5 | As shown in Figure 1, sandbox 4 consists of 8 nodes and a WiMAX basestation. Both wireless devices (Atheros 5000X mini-PCI card and Intel 6250 mini-PCIe 802.11/802.16) are connected through fixed attenuators to the input/output of the ports of the matrix. |
| 6 | |
| 7 | Topology is controlled with the [wiki:Documnetation/Topology/aRFControl RF Transceiver Test System] from [http://www.jfwindustries.com JFW Industries] which is a 9 port programmable attenuator based test system. The topology is controlled through the [http://omf.mytestbed.net OMF] based [wiki:Documentation/Services/bInstrumentationControlService Instrumentation AM]. |
| 8 | |
| 9 | [[Image(SB4.jpg, 600px, link=, align=center)]] |
| 10 | |
| 11 | Basestation is controlled through [http://omf.mytestbed.net OMF] based [http://wimax.orbit-lab.org/wiki/WiMAX/17#a9.WiMAXRFAggregateManagerService WiMAX RF Aggregate Manager Service] that is running on machine cons-wm-01. |
| 12 | |
| 13 | Example of topology control (execute on console.sb4): |
| 14 | |
| 15 | To set attenuation between node1-8 and the BS to 20 dB |
| 16 | {{{ |
| 17 | wget http://internal2:5052/instr/set?portA=8&portB=9&att=20 |
| 18 | }}} |
| 19 | |
| 20 | Example of wimax control (execute on console.sb4): |
| 21 | |
| 22 | To turn ARQ on ([http://wimax.orbit-lab.org/wiki/WiMAX/17/01arq#arq-ARQControl ARQ Control] part of wimaxrf AM) |
| 23 | {{{ |
| 24 | wget http://cons-wm-01:5052/wimaxrf/arq?enable=true |
| 25 | }}} |