Changes between Version 47 and Version 48 of Tutorials/4G5G/amarisoft


Ignore:
Timestamp:
Nov 12, 2024, 8:19:42 PM (3 weeks ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/amarisoft

    v47 v48  
    324324[[CollapsibleEnd]]
    325325
    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
     331omf load -i 5G-tutorial-cosmos.ndz -t node21-5,node21-6
     332}}}
     333{{{#!shell
     334omf 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
     338root@node21-6:~# ./eth_config_grid.sh
     339net.core.rmem_max = 62500000
     340net.core.wmem_max = 62500000
     341}}}
     342
     343