Changes between Version 9 and Version 10 of Tutorials/4G5G/Inter Digital-5G


Ignore:
Timestamp:
Apr 9, 2020, 7:12:18 PM (4 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/Inter Digital-5G

    v9 v10  
    124124 1. ssh into gNodeB MPU at 192.168.1.2 with username "root" and password "root" and execute the setup script "start_all.sh":
    125125{{{
    126 root@srv3-lg1:~# ssh root@192.168.1.2
    127 root@192.168.1.2's password:
     126root@srv3-lg1:~# sshpass -p "root" ssh -o StrictHostKeyChecking=no root@192.168.1.2
    128127root@NR-SW-MPU-gNB:~# ./start_all.sh
    129128root@NR-SW-MPU-gNB:~# metal: info:      metal_uio_dev_open: No IRQ for device 3ed80000.shm.
     
    136135 1. ssh into UE MPU at 192.168.2.1 with username "root" and password "root: and execute the setup script "start_all.sh":
    137136{{{
    138 root@srv4-lg1:~# ssh root@192.168.2.1
    139 root@192.168.2.1's password:
     137root@srv4-lg1:~# sshpass -p "root" ssh -o StrictHostKeyChecking=no root@192.168.2.1
    140138root@NR-SW-MPU-UE:~# ./start_all.sh
    141139root@NR-SW-MPU-UE:~# metal: info:      metal_uio_dev_open: No IRQ for device 3ed80000.shm.
     
    178176Open the browser and point it at '''http://localhost:8080''' (if using ssh tunneling) or at '''http://srv3-lg1.sb1.cosmos-lab.org:3005''' if using VPN.
    179177
     178Once the page comes up, navigate to the DEBUG tab of the GUI:
     179
     180[[Image(Select-Debug.png, 400px)]]
     181
     182and select the gNB Applink and UE1 Applink buttons located under the Status  bar:
     183
     184[[Image(Status-Buttons.png, 400px)]]
     185
     186When selected the LED will turn “green” indicating the GUI is communicating with the respective node.
     187
    180188=== Sending iperf data between the gNB and UE ===
    181189