Changes between Version 34 and Version 35 of Tutorials/4G5G/amarisoft


Ignore:
Timestamp:
Jun 28, 2023, 4:04:52 AM (11 months ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/amarisoft

    v34 v35  
    135135* Run Amarisoft 5G NR Stand alone gNodeB as shown below by passing the gNodeB configuration file as an argument. The configuration file defines SDR(USRP N310) address, operating band, bandwidth and other parameters. To run 4G LTE eNodeB, please use enb-n310.cfg
    136136{{{#!shell
    137 root@srv1-lg1:~# cd /opt/amarisoft/lteenb-linux-2021-09-18
    138 root@srv1-lg1:/opt/amarisoft/lteenb-linux-2021-09-18# ./lteenb config/gnb-sa-n310.cfg
    139 Base Station version 2021-09-18, Copyright (C) 2012-2021 Amarisoft
     137tion version 2022-09-16, Copyright (C) 2012-2022 Amarisoft
    140138This software is licensed to Rutgers University (The State University of New Jersey).
    141139License server: license.orbit-lab.org (0b-b4-46-dc-2f-83-58-cb)
    142 Support and software update available until 2022-08-18.
     140Support and software update available until 2023-08-18.
    143141
    144142[INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-release
    145143[INFO] [MPMD] Initializing 1 device(s) in parallel with args: mgmt_addr=10.38.2.1,type=n3xx,product=n310,serial=3176DF5,claimed=False,addr=10.38.2.1,master_clock_rate=122.88e6
    146 [INFO] [MPM.PeriphManager] init() called with device args `product=n310,mgmt_addr=10.38.2.1,time_source=internal,clock_source=internal,master_clock_rate=122.88e6'.
     144[INFO] [MPM.PeriphManager] init() called with device args `master_clock_rate=122.88e6,mgmt_addr=10.38.2.1,product=n310,time_source=internal,clock_source=internal'.
    147145[INFO] [0/Replay_0] Initializing block control (NOC ID: 0x4E91A00000000004)
    148146[INFO] [0/Radio_0] Initializing block control (NOC ID: 0x12AD100000011312)
     
    156154[INFO] [0/FIFO_2] Initializing block control (NOC ID: 0xF1F0000000000000)
    157155[INFO] [0/FIFO_3] Initializing block control (NOC ID: 0xF1F0000000000000)
    158 RF0: sample_rate=30.720 MHz dl_freq=3489.420 MHz ul_freq=3489.420 MHz (band n78) dl_ant=2 ul_ant=1
     156RF0: sample_rate=30.720 MHz dl_freq=2589.420 MHz ul_freq=2589.420 MHz (band n41) dl_ant=2 ul_ant=1
    159157(enb) WARNING: The GPS is not locked. If you need time synchronization, you should restart the program when the GPS is locked.
    160158Chan Gain(dB)   Freq(MHz)
    161  TX1     35.0 3489.420000
    162  TX2     35.0 3489.420000
    163  RX1     40.0 3489.420000
     159 TX1     45.0 2589.420000
     160 TX2     45.0 2589.420000
     161 RX1     50.0 2589.420000
    164162
    165163(enb) ng
     
    168166(enb) cell phy
    169167[gnb0012345] PLMN=310014 gNB_ID=0x12345
    170 --------Global-------- ----------DL---------- ----------UL---------- ----SSB---
    171 Cell    RAT BAND  BW P  ARFCN ANT NL SCS  QAM  ARCFN ANT NL SCS  QAM  ARFCN SCS
    172 0x001    NR  n78  20 0 632628   2  2  30  256 632628   1  1  30  256 632544  30
     168--------Global-------- -----------DL---------- -----------UL---------- -----SSB---
     169Cell    RAT BAND  BW P   ARFCN ANT NL SCS  QAM   ARCFN ANT NL SCS  QAM   ARFCN SCS
     1700x001    NR  n41  20 0  517884   2  2  30  256  517884   1  1  30  256  517710  30
    173171(enb)
    174172
     
    222220
    223221}}}
    224 * Type 'ue' at the prompt to see the status of the UEs and type 'power_on' to start a UE. The above simulation shows 2 UEs, and the number of UEs is specified UE_COUNT in the configuration file.
     222* Type 'ue' at the prompt to see the status of the UEs and type 'power_on' to start a UE. The above simulation shows 5 UEs, and the number of UEs is specified as UE_COUNT in the configuration file.
    225223* Go back to 'mme' prompt in srv1-lg1 and check the gnb, ue list. 
    226224