Version 36 (modified by 8 years ago) ( diff ) | ,
---|
AmariSoft LTE
Prerequisites
This tutorial series assumes you have an ORBIT account, have scheduled a session on the ORBIT testbed, are familiar with SSH'ing into the testbed itself, and are familiar with the basics of running ORBIT experiments. If you have not done these things yet, you may wish to do so before taking a look at this slightly more advanced experiment. If you are unfamiliar with or are entirely new to ORBIT, you may wish to start here.
Imaging
The image used for this experiment is 'baseline.ndz'. In this tutorial we will use nodes equipped with Netgear AC341u LTE dongles. The basestation is Amarisoft running on Bsc03out.
During a normal experiment using OMF, the following actions are scripted and automated. This is a look at the steps involved in something as simple as starting an LTE connection behind the scenes.
You will run the following commands on node7-1.grid.orbit-lab.org
After connecting to the grid console:
omf load -i baseline.ndz -t node7-1.grid.orbit-lab.org
omf tell -a on -t node7-1.grid.orbit-lab.org
- It will take roughly 60 seconds to come up.
ssh root@node7-1.grid.orbit-lab.org
Commands on the node
By Default Orbit nodes do not configure any wireless devices. The following 2 are the drivers for the Sierra wireless Netgear LTE dongle
modprobe GobiSerial
modprobe GobiNet
minicom -D /dev/ttyUSB1
AT!ippassthrough?
- It should return 1
- If it does not, run the following commands:
AT!ippassthrough=1
AT!dxcfg=profile,Autoconnect,Never
AT!reset
AT!entercnd="A710"
- You should see
OK
- You should see
AT!dxcfg=wwan,connect,11
- You should see
OK
then$QCRMCALL: 1, V4
- You should see
at!gstatus?
- Will return a status like:
at!gstatus? !GSTATUS: Current Time: 10049 Temperature: 42 Bootup Time: 0 Mode: ONLINE System mode: LTE PS state: Attached LTE band: B25 LTE bw: 10 MHz LTE Rx chan: 8365 LTE Tx chan: 26365 EMM state: Registered Normal Service RRC state: RRC Connected IMS reg state: No Srv RSSI (dBm): -83 Tx Power: 0 RSRP (dBm): -117 TAC: 0001 (1) RSRQ (dB): -10 Cell ID: 01A2D001 (27447297) SINR (dB): 1.6
- Will return a status like:
- Exit Minicom by PRESSING
Ctrl+A followed by x
, thenenter
to select ok. dhcpcd eth2
followed byenter
to get a new line.- You should get an address in the 192.168.3.0/24 subnet.
ping 192.168.3.1
- You have successfully communicated with the basestation.
- You can cancel the ping with
Ctrl+C
iperf -c 192.168.3.1
- This will report your bandwidth to the basestation.
Attachments (3)
- analyzer.png (32.9 KB ) - added by 9 years ago.
-
node1-1.jpg
(303.0 KB
) - added by 9 years ago.
node1-1 commands (eNB)
-
node1-2.jpg
(454.6 KB
) - added by 9 years ago.
node1-2 (UE)
Download all attachments as: .zip