Changes between Version 5 and Version 6 of Tutorials/k0SDR/Tutorial26


Ignore:
Timestamp:
Oct 3, 2019, 4:11:42 AM (5 years ago)
Author:
pnetalkar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial26

    v5 v6  
    2626
    2727* Loading eNB image: \\
    28   eNB: {{{omf load -i enb.ndz -t node8-14}}}
     28  eNB: {{{omf load -i enb.ndz -t node8-7}}}
    2929
    3030* Loading EPC image: \\
     
    3333* Loading Server image: \\
    3434  Server: {{{omf load -i baseline.ndz -t node3-2}}}
     35
     36After loading the image turnon the nodes using command: {{{omf tell -a on -t node13-14,node13-7,node8-14,node8-7,node3-2,node2-2}}}
     37
     382) Starting EPC : Run the following commands to enable eth0 interface and to start EPC components - HSS, MME and SPGW:
     39{{{
     40ssh root@node2-2
     41cd /root/openair-cn/SCRIPTS
     42ifconfig eth0 192.168.3.1/24 up
     43./run_hss
     44./run_mme
     45./run_spgw
     46}}}
     47
     483) Configuring Server
     49{{{
     50ssh root@node3-2
     51ifconfig eth0 192.168.3.2/24 up
     52ip route add 172.16.0.2 via 192.168.3.1
     53}}}
     54
     554) Starting eNodeB
     56{{{
     57ssh root@node8-7
     58ifconfig eth1 mtu 1440
     59cd /root/openairinterface5g/cmake_targets/lte_build_oai/build
     60sudo -E ./lte-softmodem -P /tmp/oai_enb.pcap -O /root/openairinterface5g/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.25PRB.usrpb210.conf --T_nowait
     61}}}
     62
     63=== Connecting UE to LTE network ===
     64Considering UE1
     65{{{
     66ssh root@node13-14
     67cd /root/openairinterface5g/cmake_targets/tools/
     68source ./init_nas_s1 UE
     69cd /root/openairinterface5g/targets/bin
     70sudo -E ./lte-softmodem.Rel14 -U -C2685000000 -r25 --ue-scan-carrier --ue-txgain 70 --ue-rxgain 80 -W
     71}}}
     72
     73In a separate terminal
     74{{{
     75ssh root@node13-14
     76sudo ifconfig oip1 up
     77ifconfig oip1 mtu 800
     78route add default gw 172.16.0.2
     79}}}
     80
     81The Tx and Rx gain have to adjusted based on physical location of UE and eNB