Changes between Version 23 and Version 24 of Tutorials/4G5G/Inter Digital-5G
- Timestamp:
- Sep 21, 2023, 2:52:14 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/4G5G/Inter Digital-5G
v23 v24 32 32 1. Load the images on the computing nodes: in each of the two session, start the [Documentation/Short/LoadImage omf image loading] commands: 33 33 || SSH session 1 for gNodeB || SSH Session 2 for UE || 34 || {{{omf load -t srv1-in1 -i ID-5G-gNB.ndz -r 50 }}} || {{{omf load -t srv 4-lg1-i ID-5G-UE.ndz -r 50}}} ||34 || {{{omf load -t srv1-in1 -i ID-5G-gNB.ndz -r 50 }}} || {{{omf load -t srv1-in2 -i ID-5G-UE.ndz -r 50}}} || 35 35 1. Turn the server nodes and NR platform devices on: 36 36 {{{#!shell-session 37 omf tell -a on -t srv1-in1,srv 4-lg1,rfdev2-1,rfdev2-237 omf tell -a on -t srv1-in1,srv1-in2,rfdev2-1,rfdev2-2 38 38 }}} 39 39 … … 56 56 }}} 57 57 58 * Execute NR UE setup script on srv 4-lg1.59 {{{#!shell-session 60 userid@console:~$ ssh root@srv 4-lg161 root@srv 4-lg1:~$ ./setup_UE.sh58 * Execute NR UE setup script on srv1-in2. 59 {{{#!shell-session 60 userid@console:~$ ssh root@srv1-in2 61 root@srv1-in2:~$ ./setup_UE.sh 62 62 }}} 63 63 … … 233 233 234 234 {{{#!td align=center 235 '''gNodeB''' (srv 3-lg1)236 }}} 237 {{{#!td align=center 238 '''UE''' (srv 4-lg1)235 '''gNodeB''' (srv1-in1) 236 }}} 237 {{{#!td align=center 238 '''UE''' (srv1-in2) 239 239 }}} 240 240 |--------------- … … 260 260 {{{#!td align=left valign=top 261 261 {{{#!shell-session 262 root@srv 4-lg1:~# iperf3 -s -i 1262 root@srv1-in2:~# iperf3 -s -i 1 263 263 ----------------------------------------------------------- 264 264 Server listening on 5201 … … 291 291 Turn off the server nodes and NR platform devices: 292 292 {{{#!shell-session 293 omf tell -a offh -t srv 3-lg1,srv4-lg1,rfdev2-1,rfdev2-2293 omf tell -a offh -t srv1-in1,srv1-in2,rfdev2-1,rfdev2-2 294 294 }}} 295 295