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


Ignore:
Timestamp:
Jul 22, 2022, 7:57:50 PM (2 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/weekshall

    v6 v7  
    4545==== Run the Amarisoft base station ====
    4646* Upon logging into sdr2-s1-lg1, run uhd_find_devices to check the USRP.
     47{{{
     48root@sdr2-s1-lg1:~# uhd_find_devices --args="resource=RIO0"
     49[INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-release
     50--------------------------------------------------
     51-- UHD Device 0
     52--------------------------------------------------
     53Device Address:
     54    serial: 318F215
     55    fpga: XG
     56    name:
     57    product: X310
     58    resource: RIO0
     59    type: x300
     60
     61}}}
    4762* Run the MME
    4863{{{
     64root@sdr2-s1-lg1:~# cd /opt/amarisoft/ltemme-linux-2021-09-18
     65root@sdr2-s1-lg1:/opt/amarisoft/ltemme-linux-2021-09-18# ./ltemme config/mme.cfg
     66Core version 2021-09-18, Copyright (C) 2012-2021 Amarisoft
     67This software is licensed to Rutgers University (The State University of New Jersey).
     68License server: license.orbit-lab.org (0b-b4-46-dc-2f-83-58-cb)
     69Support and software update available until 2022-08-18.
     70
     71(mme)
     72
    4973}}}
    50 * Run the eNodeb
     74* Run the eNodeb in another ssh session.
    5175{{{
     76root@sdr2-s1-lg1:~# cd /opt/amarisoft/lteenb-linux-2021-09-18
     77root@sdr2-s1-lg1:/opt/amarisoft/lteenb-linux-2021-09-18# ./lteenb config/enb-2974.cfg
     78Base Station version 2021-09-18, Copyright (C) 2012-2021 Amarisoft
     79This software is licensed to Rutgers University (The State University of New Jersey).
     80License server: license.orbit-lab.org (0b-b4-46-dc-2f-83-58-cb)
     81Support and software update available until 2021-12-02.
     82
     83[INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-release
     84[INFO] [MPMD FIND] Found MPM devices, but none are reachable for a UHD session. Specify find_all to find all devices.
     85[INFO] [X300] X300 initialization sequence...
     86[INFO] [X300] Connecting to niusrpriorpc at localhost:5444...
     87[INFO] [X300] Using LVBITX bitfile /usr/share/uhd/images/usrp_x310_fpga_XG.lvbitx
     88[INFO] [X300] Radio 1x clock: 184.32 MHz
     89[INFO] [GPS] Found an internal GPSDO: LC_XO, Firmware Rev 0.929b
     90[INFO] [0/DmaFIFO_0] Initializing block control (NOC ID: 0xF1F0D00000000000)
     91[INFO] [0/DmaFIFO_0] BIST passed (Throughput: 1312 MB/s)
     92[INFO] [0/DmaFIFO_0] BIST passed (Throughput: 1318 MB/s)
     93[INFO] [0/Radio_0] Initializing block control (NOC ID: 0x12AD100000000001)
     94[INFO] [0/Radio_1] Initializing block control (NOC ID: 0x12AD100000000001)
     95[INFO] [0/DDC_0] Initializing block control (NOC ID: 0xDDC0000000000000)
     96[INFO] [0/DDC_1] Initializing block control (NOC ID: 0xDDC0000000000000)
     97[INFO] [0/DUC_0] Initializing block control (NOC ID: 0xD0C0000000000000)
     98[INFO] [0/DUC_1] Initializing block control (NOC ID: 0xD0C0000000000000)
     99RF0: sample_rate=11.520 MHz dl_freq=2140.000 MHz ul_freq=1950.000 MHz (band 1) dl_ant=1 ul_ant=1
     100(enb) WARNING: The GPS is not locked. If you need time synchronization, you should restart the program when the GPS is locked.
     101Chan Gain(dB)   Freq(MHz)
     102 TX1     30.0 2140.000000
     103 RX1     30.0 1950.000000
     104
     105(enb) t
     106Press [return] to stop the trace
     107
    52108}}}
    53109