Changes between Version 34 and Version 35 of Tutorials/4G5G/amarisoft
- Timestamp:
- Jun 28, 2023, 4:04:52 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/4G5G/amarisoft
v34 v35 135 135 * 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 136 136 {{{#!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 137 tion version 2022-09-16, Copyright (C) 2012-2022 Amarisoft 140 138 This software is licensed to Rutgers University (The State University of New Jersey). 141 139 License server: license.orbit-lab.org (0b-b4-46-dc-2f-83-58-cb) 142 Support and software update available until 202 2-08-18.140 Support and software update available until 2023-08-18. 143 141 144 142 [INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-release 145 143 [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'. 147 145 [INFO] [0/Replay_0] Initializing block control (NOC ID: 0x4E91A00000000004) 148 146 [INFO] [0/Radio_0] Initializing block control (NOC ID: 0x12AD100000011312) … … 156 154 [INFO] [0/FIFO_2] Initializing block control (NOC ID: 0xF1F0000000000000) 157 155 [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=1156 RF0: sample_rate=30.720 MHz dl_freq=2589.420 MHz ul_freq=2589.420 MHz (band n41) dl_ant=2 ul_ant=1 159 157 (enb) WARNING: The GPS is not locked. If you need time synchronization, you should restart the program when the GPS is locked. 160 158 Chan Gain(dB) Freq(MHz) 161 TX1 35.0 3489.420000162 TX2 35.0 3489.420000163 RX1 40.0 3489.420000159 TX1 45.0 2589.420000 160 TX2 45.0 2589.420000 161 RX1 50.0 2589.420000 164 162 165 163 (enb) ng … … 168 166 (enb) cell phy 169 167 [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 QAMARFCN SCS172 0x001 NR n 78 20 0 632628 2 2 30 256 632628 1 1 30 256 63254430168 --------Global-------- -----------DL---------- -----------UL---------- -----SSB--- 169 Cell RAT BAND BW P ARFCN ANT NL SCS QAM ARCFN ANT NL SCS QAM ARFCN SCS 170 0x001 NR n41 20 0 517884 2 2 30 256 517884 1 1 30 256 517710 30 173 171 (enb) 174 172 … … 222 220 223 221 }}} 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 specifiedUE_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. 225 223 * Go back to 'mme' prompt in srv1-lg1 and check the gnb, ue list. 226 224