Changes between Version 23 and Version 24 of Tutorials/4G5G/Inter Digital-5G


Ignore:
Timestamp:
Sep 21, 2023, 2:52:14 PM (8 months ago)
Author:
prasanthi
Comment:

Legend:

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

    v23 v24  
    3232 1. Load the images on the computing nodes: in each of the two session, start the [Documentation/Short/LoadImage  omf image loading] commands:
    3333||  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 srv4-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}}} ||
    3535 1. Turn the server nodes and NR platform devices on:
    3636{{{#!shell-session
    37 omf tell -a on -t srv1-in1,srv4-lg1,rfdev2-1,rfdev2-2
     37omf tell -a on -t srv1-in1,srv1-in2,rfdev2-1,rfdev2-2
    3838}}}
    3939   
     
    5656}}}
    5757
    58  * Execute NR UE setup script on srv4-lg1.
    59 {{{#!shell-session
    60 userid@console:~$ ssh root@srv4-lg1
    61 root@srv4-lg1:~$ ./setup_UE.sh
     58 * Execute NR UE setup script on srv1-in2.
     59{{{#!shell-session
     60userid@console:~$ ssh root@srv1-in2
     61root@srv1-in2:~$ ./setup_UE.sh
    6262}}}
    6363
     
    233233
    234234{{{#!td align=center
    235 '''gNodeB''' (srv3-lg1)
    236 }}}
    237 {{{#!td align=center
    238 '''UE''' (srv4-lg1)
     235'''gNodeB''' (srv1-in1)
     236}}}
     237{{{#!td align=center
     238'''UE''' (srv1-in2)
    239239}}}
    240240|---------------
     
    260260{{{#!td align=left valign=top
    261261{{{#!shell-session
    262 root@srv4-lg1:~# iperf3 -s -i 1
     262root@srv1-in2:~# iperf3 -s -i 1
    263263-----------------------------------------------------------
    264264Server listening on 5201
     
    291291Turn off the server nodes and NR platform devices:
    292292{{{#!shell-session
    293 omf tell -a offh -t srv3-lg1,srv4-lg1,rfdev2-1,rfdev2-2
     293omf tell -a offh -t srv1-in1,srv1-in2,rfdev2-1,rfdev2-2
    294294}}}
    295295