Visualization of LTE Cellular Networks in JAVA
Visualization of LTE Cellular Networks in JAVA
Status
Reviewed JL 2011-12-07
Approved
Group Members
Name Responsibility Phone E-mail
(@student.liu.se)
Per Sundstrom Project Manager (PM) +46730398171 persu101
Johan Kihlberg Layout (LAY) +46705613935 johki834
Martin Krisell Documentation (DOC) +46709742457 markr088
Pradeepa Ramachandra Responsible for Testing (TST) +46737225763 prara394
Simon Tegelid Code style and maintenance +46703593963 simte660
(CSM)
Arwid Komulainen +46763190755 arwko071
Johan Nygardh +46702890116 johny894
Mattias Zeidlitz +46703471813 matze628
Sara Orn +46703507317 saror792
Document History
Version Date Changes made Sign Reviewer
0.1 2011-12-03 First draft. JN JL
0.2 2011-12-07 Proof read. JN JL
0.3 2011-12-07 Added definitions of abbrevia- ST JL
tions as well as some more text
0.4 2011-12-13 Updated according to comments MK JL
from JL
1.0 2011-12-20 First version MK JL
3 Map View 2
3.1 Cellular Network . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
3.2 Handover . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
6 Future Work 6
6.1 MIMO View . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Visualization of LTE cellular networks
in a JAVA-based radio network simulator 1
List of Abbreviations
16QAM 16 point Quadrature Amplitude Modulation
64QAM 64 point Quadrature Amplitude Modulation
ARQ Automatic Repeat Request
PHY Physical
QPSK Quadrature Phase Shift Keying
RLC Radio Link Control
SC-FDMA Single Carrier - Frequency Division Multiple Access
3 Map View
The Map view is responsible for displaying the geographical location of user equipments
and base stations. Since LTE is a cellular network, initial colour coding of the user
equipment is done according to the cell to which they belong. With the help of the entity
list, the user is given the option to choose a base station or user equipment that needs to
be highlighted in the map. An example of the map view is shown in figure 1.
3.2 Handover
Since a user equipment will be connected to only one base cell at a given time, in the
implemented visualization system, the colour coding will hence change suddenly from the
colour of initial base cell to the colour of the destination cell during a handover.
4.1 Downlink
Downlink allocations for a user can be grouped into sections of at least two resource blocks.
The downlink will always be transmitted at full power so there is no need for a power
display in the downlink. The first part of each subframe is devoted to the PDCCH. The
length of the PDCCH can be different for different subframes, but for a given subframe,
the length of the PDCCH channel will be the same.
4.2 Uplink
Uplink allocations for a given UE must be allocated continuously in the frequency domain,
in other words there cannot be any gaps in the allocation for a specific user. Since User
Equipments have a very stringent battery capacity and power requirement, the uplink is
transmitted at different power levels depending on modulation scheme and signal to noise
ratio, this can be visualized in the uplink section of the Physical Resource Grid View.
found in the LTE specification [2]. An example of the Protocol Stack View can be seen
in figure 3. The details of the view are explained in [3].
a detailed description of these, we refer to [2]. Note that different releases of the LTE
specification differs.
6 Future Work
6.1 MIMO View
Multiple antenna techniques are used to enhance the performance in terms of achievable
data rate and also in terms of quality of reception. In order to illustrate the changes in
data rate and quality of reception under different MIMO modes, a dynamically updating
plot can be used. This will be indicating the instantaneous data rate and also the SINR at
the user equipment with different colour coding is being used for different MIMO modes.
References
[1] Lasse Alfredsson, Visualization of Cellular Networks in a JAVA-Based Radio Network
Simulator, TSKS05 Communication Systems, Project Directive. Version 1.1, 2011.
[2] Erik Dahlman, Stefan Parkvall, and Johan Skold, 4G LTE/LTE-Advanced for Mobile
Broadband, Academic Press, 2011.
[3] Per Sundstrom, User Manual, TSKS05 Communication Systems, User Manual Ver-
sion 1.0 2011.