• 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

FGRE: Changing Base Station Parameters

What you have seen so far only collects statistics about the link of the WiMAX network. Nonetheless, there is a number of parameters that you can change in the WiMAX Base Station unit, that can affect the experimentation with the WiMAX network. The Base Station parameters can be changed by using a REST based API provided by the testbed's Control and Management Framework.

The parameters are changed by sending HTTP requests to the WiMAX BS configuration service directly from the testbed's portal. In order to retrieve the complete list of parameters that can be changed by the Base Station you can send the following command from the testbed server:

 wget -qO- "http://wimaxrf:5054/wimaxrf/" | xml_pp 

For example, in order to set restart the Base Station you can send the following command:

  wget -qO- "http://wimaxrf:5054/wimaxrf/bs/restart 

The BS has two modes of operations; Maintenance mode and "in service" mode. By default, when you reserve the Base Station unit, it is set to maintenance mode (so no clients are connected on it).
In order to set the BS to "in service mode" you need to issue the following command:

 wget -qO- "http://wimaxrf:5054/wimaxrf/bs/inservice 

Or to set it to maintenance mode:

 wget -qO- "http://wimaxrf:5054/wimaxrf/bs/maintentance 

In order to set/get a parameter value of the BS, you use a syntax like the next command (for example to retrieve the transmission power used by the BS):

 wget -qO- "http://wimaxrf:5054/wimaxrf/bs/get?txpower" | xml_pp

Or in order to set this value to its maximum value:

 wget -qO- "http://wimaxrf:5054/wimaxrf/bs/set?txpower=40"

There are many parameters that can be changed, such as for example the Modulation and Coding Scheme that will be used by the BS to serve the clients (UL and DL). In order to change these settings for all the clients, you need to change two parameters for UL and two for DL. The parameters and their target value is depicted in the following table: 

MCS
dlmodulation1
dlmodulation2
QPSK 1/2
0
1
QPSK 3/4
1
1
16QAM 1/2
2
1
16QAM 3/4
3
1
64QAM 1/2
4
1
64QAM 2/3
5
1
64QAM 3/4
6
1
64QAM 5/6
7
1
Dynamic
255
0

 Similar to the DL, for the UL channel the parameters are:

MCS
ulmodulation1
ulmodulation2
QPSK 1/2
1
1
QPSK 3/4
2
1
16QAM 1/2
3
1
16QAM 3/4
4
1
64QAM 1/2
5
1
64QAM 2/3
6
1
64QAM 3/4
7
1
64QAM 5/6
8
1
Dynamic
255
0

<< Previous Page         Next Page >>

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