Changes between Version 6 and Version 7 of Tutorials/4G5G/srslte


Ignore:
Timestamp:
Aug 4, 2022, 6:28:18 PM (21 months ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/srslte

    v6 v7  
    3232}}}
    3333 For this tutorial we will be using a USRP-2974 sdr2-s1-lg1 and a COSMOS node srv1-in1. srv1-in1 has a [https://www.waveshare.com/sim8200-m2.htm Waveshare SIM8200 modem] attached over USB.
    34  1. Load amarisoft-2974.ndz on sdr2-s1-lg1
    35 {{{#!shell
    36 omf load -i amarisoft-2974.ndz -t sdr2-s1-lg1
    37 }}}
    38 {{{#!shell
    39 omf load -i waveshare-sim8200.ndz -t srv1-in1
     34 1. Load amarisoft-tutorial-cosmos.ndz on srv1-lg1
     35{{{#!shell
     36omf load -i amarisoft-tutorial-cosmos.ndz -t srv1-lg1
     37}}}
     38{{{#!shell
     39omf load -i srsran-22.04.ndz -t srv2-lg1
     40}}}
     41{{{#!shell
     42omf load -i waveshare-sim8200.ndz -t sdr1-in3
    4043}}}
    4144 1. Turn all the required resources on and check the status
    4245{{{#!shell
    43 omf tell -a on -t srv1-in1,sdr2-s1-lg1
     46omf tell -a on -t srv1-lg1,srv2-lg1,sdr1-in3
    4447}}}
    4548{{{#!shell