Changes between Version 8 and Version 9 of Tutorials/g0WmLTE/Tutorial5


Ignore:
Timestamp:
Oct 22, 2015, 9:14:59 PM (9 years ago)
Author:
stojadin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial5

    v8 v9  
    55This tutorial also assumes basic familiarity with [http://en.wikipedia.org/wiki/LTE_%28telecommunication%29 LTE standard]. It uses [http://www.openairinterface.org/ OpenAirInterface] open source software implementation of LTE basestation (eNodeB or eNB) and modem (user equipment or UE) developed at [http://www.eurecom.fr/en Eurecom]. The tutorial given here is based on the [https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/HowToConnectOAIENBWithOAIUEWithoutS1Interface] tutorial.
    66
    7 The image used for this experiment is 'oai-git-master.ndz'. Image uses Ubunutu 14.04 and has low-latency 3.13 kernel install and UHD drivers needed for B210/X310 USRPs (UHD 3.8.2)) as well as the !OpenAirInteface source code installed in /root/openairinterface5g/. More details on various build options are available on [https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/AutoBuild OpenAirInterface build page].
     7The image used for this experiment is 'oai-nos1.ndz'. The image uses Ubuntu 14.04 and has low-latency 3.13 kernel install and UHD drivers needed for B210/X310 USRPs (UHD 3.8.2)) as well as the !OpenAirInteface source code installed in /root/openairinterface5g/. More details on various build options are available on [https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/AutoBuild OpenAirInterface build page].
    88
    99In this tutorial we will use nodes equipped with USRP B210 and have the basestation on node1-1 and modem on node1-2 on sandbox 1.
     
    3232sh /root/openairinterface5g/targets/bin/init_nas_nos1 eNB
    3333
    34 /root/openairinterface5g/targets/bin/oailtenoviz -d -O /root/conf/enb.band5.tm1.usrpb210.conf 2>&1 | tee ENB.log
     34/root/openairinterface5g/targets/bin/oailtenoviz -d -O /root/enb.band3.tm1.usrpb210.conf 2>&1 | tee ENB.log
    3535}}}
    3636
     
    3838
    3939{{{
    40 /root/openairinterface5g/targets/bin/lte-softmodem-nos1.Rel10 -d -O /root/conf/enb.band5.tm1.usrpb210.conf 2>&1 | tee ENB.log
     40/root/openairinterface5g/targets/bin/lte-softmodem-nos1.Rel10 -d -O /root/enb.band3.tm1.usrpb210.conf 2>&1 | tee ENB.log
    4141}}}
    4242
     
    4444
    4545{{{
    46 /root/openairinterface5g/targets/bin/lte-softmodem-nos1.Rel10 -U -C879000000 -r25 --ue-scan-carrier --ue-txgain 100 --ue-rxgain 110 -A 2 2>&1 | tee UE.log
     46/root/openairinterface5g/targets/bin/lte-softmodem-nos1.Rel10 -U -C1865000000 -r25 --ue-scan-carrier --ue-txgain 100 --ue-rxgain 110 -A 0 2>&1 | tee UE.log
    4747}}}
    4848
    49 The connection should now be established. As a simple test, you should be able to ping the eNB node from the UE node by running
     49The connection should now be established. As a simple test, you should be able to ping the eNB node from the UE node by running the following command in a separate terminal window:
    5050
    5151{{{
    5252ping 10.0.1.1
    5353}}}
     54
     55If the eNB was run using the graphical analyzer, after the connection is established and the pinging starts, the analyzer should look similar to the one shown on the picture below.
     56
     57[[Image(analyzer.png, width=500)]]