Changes between Version 1 and Version 2 of Tutorials/4G5G/weekshall
- Timestamp:
- Jul 22, 2022, 7:25:07 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/4G5G/weekshall
v1 v2 1 1 [[Include(WikiToC)]] 2 2 3 == Amarisoft 4G/5G S DR System==3 == Amarisoft 4G/5G System in weekshall.cosmos == 4 4 5 5 6 6 7 7 === Description === 8 This tutorial contains instructions for running the [https://www.amarisoft.com/ amarisoft] 5G NR base station and UE simulator on USRP N310s in COSMOS SB1. 9 Amarisoft provides software based gNB, 5GCore (eNB,EPC) that run on commodity off-the-shelf devices. The software generates and sends baseband signals to the RF front-end for digital to analog conversion. Various RF front-ends are supported, including USRP N310, USRP X310. 10 In this tutorial, we run 5GCore, gNB on a server+USRP N310, and the UE simulator on another server+USRP N310 in COSMOS SB1, in stand-alone (SA) mode. The UE simulator can simulate one or more UEs, enabling experiments with large number of users connected to a base station. 8 This tutorial contains instructions for setting up a 4G/5G network in weekshall.cosmos domain. Amarisoft software based eNb/gNb, MME run on the USRP-2974 11 9 12 10 === Prerequisites === … … 14 12 15 13 === Resources required === 16 2 servers, 2 USRP N310s 17 in [https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_ sb1 COSMOS SB1] domain14 1 USRP-2974, 1 COSMOS node with SIM8200 modem. 15 in [https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_weekshall COSMOS Weeks hall] domain 18 16 19 17 === Tutorial Setup === 20 18 21 Follow the steps below to gain access to the [wiki:/Architecture/Domains/cosmos_sb1 sandbox 1console] and set up nodes with appropriate images.19 Follow the steps below to gain access to the [wiki:/Architecture/Domains/cosmos_sb1 Weeks hall console] and set up nodes with appropriate images. 22 20 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account] 23 21 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on sandbox 1 … … 27 25 omf tell -a offh -t system:topo:allres 28 26 }}} 29 For this tutorial we will be using the SB1 servers, srv1-lg1, srv2-lg1 and USRP N310s, sdr1-md1, sdr1-s1-lg130 1. Load amarisoft- tutorial-cosmos.ndz on srv1-lg1,srv2-lg1.27 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. 28 1. Load amarisoft-2974.ndz on sdr2-s1-lg1 31 29 {{{#!shell 32 omf load -i amarisoft-tutorial-cosmos.ndz -t srv1-lg1,srv2-lg1 30 omf load -i amarisoft-2974.ndz -t sdr2-s1-lg1 31 }}} 32 {{{#!shell 33 omf load -i waveshare-sim8200.ndz -t srv1-in1 33 34 }}} 34 35 1. Turn all the required resources on and check the status 35 36 {{{#!shell 36 omf tell -a on -t srv1- lg1,srv2-lg1,sdr1-md1,sdr1-s1-lg137 omf tell -a on -t srv1-in1,sdr2-s1-lg1 37 38 }}} 38 39 {{{#!shell