326 | | |
327 | | |
| 326 | [[CollapsibleStart(Amarisoft 5G NR network on grid.orbit)]] |
| 327 | * Required resources: 2 servers, 2 USRP X310s |
| 328 | * USRP X310s located about 20m apart on diagonally opposite massive MIMO racks were chosen for the tutorial (node23-5, node24-17) |
| 329 | * Load the Amarisoft tutorial image on the servers, and turn them on once imaging is done. Turn on the USRPs as well. |
| 330 | {{{#!shell |
| 331 | omf load -i 5G-tutorial-cosmos.ndz -t node21-5,node21-6 |
| 332 | }}} |
| 333 | {{{#!shell |
| 334 | omf tell -a on -t node21-5,node21-6,node23-5,node24-17 |
| 335 | }}} |
| 336 | * Run eth_config_grid.sh to setup the IP address of DATA1 interface and the network buffers |
| 337 | {{{#!shell |
| 338 | root@node21-6:~# ./eth_config_grid.sh |
| 339 | net.core.rmem_max = 62500000 |
| 340 | net.core.wmem_max = 62500000 |
| 341 | }}} |
| 342 | |
| 343 | |