Changes between Version 9 and Version 10 of Tutorials/4G5G/Inter Digital-5G
- Timestamp:
- Apr 9, 2020, 7:12:18 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/4G5G/Inter Digital-5G
v9 v10 124 124 1. ssh into gNodeB MPU at 192.168.1.2 with username "root" and password "root" and execute the setup script "start_all.sh": 125 125 {{{ 126 root@srv3-lg1:~# ssh root@192.168.1.2 127 root@192.168.1.2's password: 126 root@srv3-lg1:~# sshpass -p "root" ssh -o StrictHostKeyChecking=no root@192.168.1.2 128 127 root@NR-SW-MPU-gNB:~# ./start_all.sh 129 128 root@NR-SW-MPU-gNB:~# metal: info: metal_uio_dev_open: No IRQ for device 3ed80000.shm. … … 136 135 1. ssh into UE MPU at 192.168.2.1 with username "root" and password "root: and execute the setup script "start_all.sh": 137 136 {{{ 138 root@srv4-lg1:~# ssh root@192.168.2.1 139 root@192.168.2.1's password: 137 root@srv4-lg1:~# sshpass -p "root" ssh -o StrictHostKeyChecking=no root@192.168.2.1 140 138 root@NR-SW-MPU-UE:~# ./start_all.sh 141 139 root@NR-SW-MPU-UE:~# metal: info: metal_uio_dev_open: No IRQ for device 3ed80000.shm. … … 178 176 Open 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. 179 177 178 Once the page comes up, navigate to the DEBUG tab of the GUI: 179 180 [[Image(Select-Debug.png, 400px)]] 181 182 and select the gNB Applink and UE1 Applink buttons located under the Status bar: 183 184 [[Image(Status-Buttons.png, 400px)]] 185 186 When selected the LED will turn “green” indicating the GUI is communicating with the respective node. 187 180 188 === Sending iperf data between the gNB and UE === 181 189