src/lte/RELEASE_NOTES
author Tom Henderson <tomh@tomh.org>
Mon, 28 Sep 2015 20:27:25 -0700
changeset 11676 05ea1489e509
parent 10063 6b30859ebd37
permissions -rw-r--r--
bug 2184: Integer overflow in MacLow
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8147
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     1
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     2
+++++++++++++++++++++++++++++++++++++
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     3
 RELEASE NOTES of the ns-3 LTE module
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     4
+++++++++++++++++++++++++++++++++++++
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     5
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     6
This file documents the user-visible features that have been added
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     7
within each release of the ns-3 LTE module.
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     8
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
     9
10063
6b30859ebd37 merge lena-dev with ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
    10
Milestone 6 (M6) release of the LENA project (April 30, 2013)
6b30859ebd37 merge lena-dev with ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
    11
================================================================
6b30859ebd37 merge lena-dev with ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
    12
6b30859ebd37 merge lena-dev with ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
    13
 - PHY support for UE measurements (RSRP and RSRQ)
6b30859ebd37 merge lena-dev with ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
    14
 - RRC support for UE measurements (configuration, execution, reporting)
6b30859ebd37 merge lena-dev with ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
    15
 - Automatic Handover trigger based on RRC UE measurement reports
6b30859ebd37 merge lena-dev with ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
    16
6b30859ebd37 merge lena-dev with ns-3-dev
Nicola Baldo <nbaldo@cttc.es>
parents: 9736
diff changeset
    17
9736
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    18
Milestone 5 (M5) release of the LENA project (January 23, 2013)
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    19
================================================================
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    20
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    21
 - MIMO model
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    22
 - HARQ model integrated with error model
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    23
 - Control Channel and Reference Signals models
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    24
 - MAC Random Access model with protocol interference model
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    25
   for preamble collisions
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    26
 - RRC implementation with new UE and ENB state machines and
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    27
   ASN.1-encoded RRC PDUs sent over Signaling Radio Bearers
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    28
 - RLC TM model
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    29
 - MME, S1-AP and S11 logical models
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    30
 - X2 implementation supporting handover and SON primitives
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    31
 - additional KPIs: RSRP & SINR traces, PHY tx/rx traces,
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    32
   SRB stats
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    33
 - several bug fixes
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    34
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    35
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    36
GSoC 2012 release (merged into ns-3-dev on December 2012)
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    37
=========================================================
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    38
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    39
 - Maximum Throughput (MT) Scheduler
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    40
 - Throughput to Average (TTA) Scheduler
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    41
 - Blind Equal Throughput (BET) Scheduler
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    42
 - Token Bank Fair Queue (TBFQ) Scheduler
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    43
 - Priority Set Scheduler (PSS)
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    44
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    45
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    46
Milestone 4 (M4) release of the LENA project (December 15, 2011)
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    47
================================================================
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    48
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    49
+ LTE Radio Protocols:
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    50
  - RLC/UM
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    51
  - RLC/AM
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    52
  - PDCP
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    53
+ EPC data plane:
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    54
  - S1-U interface with GTP-U tunneling
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    55
  - SGW/PGW node
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    56
  - TFT classifiers
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    57
  - mapping of EPS bearers to Radio Bearers
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    58
  - integration with ns-3 Ipv4 and ns-3 applications
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    59
+ Propagation Models:
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    60
  - revised trace-based fading model with new traces
da5e3a6c4029 updated CHANGES.html and RELEASE_NOTES for LTE module
Nicola Baldo <nbaldo@cttc.es>
parents: 8147
diff changeset
    61
  - new buildings pathloss model 
8147
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    62
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    63
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    64
Milestone 1 (M1) release of the LENA project (June 17, 2011)
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    65
============================================================
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    66
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    67
Here is a summary of the new features available in the LTE module with
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    68
this release:  
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    69
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    70
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    71
 - uplink PHY and MAC properly implemented including Adaptive
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    72
   Modulation and Coding (previously only downlink was supported)  
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    73
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    74
 - interference modeling was implemented: it is now possible to
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    75
   simulate multi-cell scenarios with inter-cell interference
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    76
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    77
 - flexible spectrum model: it is now possible to specify the carrier
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    78
   frequency and bandwidth of each cell independently 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    79
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    80
 - an implementation of the Proportional Fair scheduler based on the
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    81
   FF LTE MAC Scheduler API is now included 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    82
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    83
 - support for output of RLC and MAC layer Key Performance Indicators
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    84
   (KPIs) via dedicated trace sinks connected to newly defined trace
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    85
   sources 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    86
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    87
 - the setting of the most relevant parameters (e.g. tx power, noise,
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    88
   carrier frequency, bandwidth, type of scheduler, etc.) is now done
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    89
   via the ns-3 attribute system   
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    90
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    91
 - several test suites have been added, including both unit tests that
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    92
   check the correct functionality of specific objects, and system
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    93
   tests that validate the output produced by the simulator in several
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    94
   scenarios of interest.
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    95
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    96
 - the documentation of the lte module has been entirely rewritten, it
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    97
   now features three separate sections: the design documentation, the
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    98
   user documentation and the testing documentation. 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
    99
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   100
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   101
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   102
First Public release of the LENA project (March 10, 2011)
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   103
=========================================================
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   104
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   105
The LENA code is based on the GSoC 2010 project code by Giuseppe Piro,
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   106
which was merged into ns-3-dev on December 2010. With respect to the GSoC
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   107
code, the main modifications that have been performed are: 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   108
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   109
 - the MAC has been entirely rewritten to support the MAC Scheduler
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   110
   API defined by the Femto Forum, which is publicly available at this
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   111
   location: http://www.femtoforum.org/femto/technical.php
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   112
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   113
 - a Round Robin scheduler implementation based on the above API is
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   114
   also provided
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   115
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   116
 - the RLC API has been redefined  RLC in particular, at this stage
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   117
   only the API definition is in place, together with a simplified RLC
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   118
   implementation (RLC TM/UM/AM not available yet) 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   119
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   120
  - the RRC has been entirely rewritten; we plan to reuse part of the
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   121
    GSoC 2010 flow classification code (which we plan to reuse) at a
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   122
    future stage for the implementation of Traffic Flow Template
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   123
    classifiers. 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   124
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   125
  - network layer functionality has been temporarily disabled; it will
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   126
    be re-enabled when either RLC/UM or RLC/AM is available. 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   127
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   128
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   129
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   130
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   131
GSoC 2010 release (merged into ns-3-dev on December 2010)
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   132
=========================================================
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   133
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   134
Here are 
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   135
In summary, the most important features provided by the
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   136
proposed module are (i) a basic implementation of both the
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   137
User Equipment (UE) and the enhanced NodeB (eNB) de-
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   138
vices, (ii) RRC entities for both the UE and the eNB, (iii)
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   139
a state-of-the-art Adaptive Modulation and Coding (AMC)
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   140
scheme for the downlink [9], (iv) the management of the
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   141
data radio bearers (with their QoS parameters), the MAC
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   142
queues and the RLC instances, (v) Channel Quality Indi-
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   143
cator (CQI) management, (vi) support for both uplink and
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   144
downlik packet scheduling, (vii) a PHY layer model with
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   145
Resource Block level granularity and (viii) a channel model
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   146
with the outdoor E-UTRAN propagation loss model.
f1ac70457c42 added release notes for the LTE module
Nicola Baldo <nbaldo@cttc.es>
parents:
diff changeset
   147