• 1
  • 2
  • 3
  • 4

Activities

  • NITOS Outdoor deployment consists of powerful nodes that feature multiple wireless interfaces and allow for experimentation with heterogeneous (Wi-Fi, WiMAX,

    Read More
  • The setup NITOS testbed is currently using is a fixed setup (employing no mobility between BSs) that does not require

    Read More
  • Towards the development of a remote accessible LTE testbed, where experimenters from all the word will be able to run

    Read More
  • NITOS facility provides remote access to OpenFlow switches (2 x Pronto 3290 , 2 x HP 3800 ), enabling the user to create

    Read More
  • NITlab developed a software defined radio (SDR) testbed that consists of 18 Universal Software Radio Peripheral (USRP) devices attached to

    Read More
  • NITOS is an Intelligent Transport System (ITS) compatible facility thanks to the implementation of the key components of the ITS

    Read More
  • NITOS cloud infrastructure is based on HP GEN8 blade servers and one HP DL380p GEN8 server. Cloud Infrastructure UTH Each blade server has

    Read More

NITOS

The Future Internet Facility

  • Outdoor Testbed

    Experiments under real world environment Read More
  • Indoor Testbed

    Experiments in RF isolated environment Read More
  • Office testbed

    Experiments in an office environment Read More
  • 1
  • 2
  • 3

Simple LTE Tutorial

Using the LTE testbed

In order to use the LTE testbed resources offered by the NITOS facility, first you will have to create an account here and follow this tutorial. Then you will be able to reserve the LTE eNBs and the nodes with LTE connectivity, offered by the Outdoor and Indoor RF isolated testbeds.

Reserving the eNBs will render rights to the experimenter to access the LTErf service of the NITOS facility, used to configure and setup the eNBs and the EPC at the experimenter's will.

After your reservation has started, log in to the NITOS3 server with the following command:

 ssh This email address is being protected from spambots. You need JavaScript enabled to view it. 

Once you have logged in, you should setup the eNBs and the EPC to the default settings, as their configuration might have been altered from their normal behavior by any previous experimenter. In order to setup the eNB to the default settings you issue the following commands:

 wget -qO- 'http://lterf:5054/lterf/bs/config/load?name=reset&&node=2'

Since not all of the changes take place immediately, you will need to restart the eNB for some of the changes to take effect. You can restart the eNB with the following command:

 wget -qO- 'http://lterf:5054/lterf/bs/restart?node=2'

Which will return you the message:

... has been restarted

In order to check if the eNB is connected to EPC after the restart you will have to type the following command:

wget -qO- 'http://lterf:5054/lterf/epc/get?function=getSystemStatus&args=MME,S1AP_INTERFACE,192.168.200.1' | xml_pp

Which will return you the message:

<STATUS>
  <EPC>
    <getSystemStatus>
      <instance id="1">
        <componentType>MME</componentType>
        <currentStatus>CONNECTED</currentStatus>
        <lastUpdated>2015-05-21T13:49:52Z</lastUpdated>
        <statusType>S1AP_INTERFACE</statusType>
        <statusIdentifier>192.168.200.1</statusIdentifier>
        <severityLevel>0</severityLevel>
      </instance>
    </getSystemStatus>
  </EPC>
</STATUS>

In order to setup the EPC to the default settings you issue the following command:

 wget -qO- 'http://lterf:5054/lterf/epc/config/load?name=setDefaultEpc'

You will need to restart the EPC twice in order for some of the changes to take effect. You can restart the EPC with the following command:

 wget -qO- 'http://lterf:5054/lterf/epc/restart'

Which will return you the message:

EPC network has been restarted

 

You can see the parameters that can be changed and the LTERF service commands and their syntax by invoking the following command:

 wget -qO- 'http://lterf:5054/lterf/' | xml_pp 

It returns an XML tree with the complete list of LTERF commands. Since the eNB and EPC are back to their default settings, you can start experimenting with the LTE testbed.

You have to load the image baseline_icarus_lte.ndz to the nodes that you reserve with the following command:

omf load -i baseline_icarus_lte.ndz -t omf.nitos.nodeXXX,omf.nitos.nodeYYY

What Our Experimenters Say

  • NITOS is a very reliable and well managed platform. The offered infrastructure and features are great. The management team is very supportive.

    Mustafa Al-Bado
    Postdoctoral researcher
    Insight centre, University College Cork (UCC)
  • 1
  • 2
 
uth
image
image
image
 
 

Login Form