# HG changeset patch # User Budiarto Herman # Date 1386928245 -3600 # Node ID f7f72f3cc6e367db7f3e75081261c4d9a7311404 # Parent 6551397e22fde6050b90b404afeb8992a281066d updated RELEASE_NOTES and CHANGES.html with GSoC 2013 LTE details diff -r 6551397e22fd -r f7f72f3cc6e3 CHANGES.html --- a/CHANGES.html Thu Dec 12 15:12:52 2013 -0800 +++ b/CHANGES.html Fri Dec 13 10:50:45 2013 +0100 @@ -75,6 +75,38 @@ it can be used over other NetDevices. See the manual for further discussion. +
  • LteHelper has been updated with some new APIs: + +
  • +
  • The GSoC 2013 project in the LTE module has brought some additional APIs: + +
  • Changes to existing API:

    @@ -92,10 +124,22 @@ EpcHelper is just the base class defining the API, and the implementation has been moved to derived classes; as such, users are now expected to use one of the derived classes in - their simulation program. The imlpementation previously + their simulation program. The implementation previously provided by the EpcHelper class has been moved to the new derived class PointToPointEpcHelper. - +
  • The automatic handover trigger and ANR functions in LTE module have been + moved from LteEnbRrc class to separate classes. As a result, the related + attributes, e.g., ServingCellHandoverThreshold, NeighbourCellHandoverOffset, + EventA2Threshold, and EventA4Threshold have been removed from LteEnbRrc + class. The equivalent attributes are now in A2A4RsrqHandoverAlgorithm and + LteAnr classes.
  • +
  • Master Information Block (MIB) and System Information Block Type 1 (SIB1) + are now transmitted as LTE control messages, so they are no longer part of + RRC protocol.
  • +
  • UE RRC state model in LTE module has been considerably modified and is + not backward compatible with the previous state model.
  • + +

    Changes to build system:

    Changed behavior:

    diff -r 6551397e22fd -r f7f72f3cc6e3 RELEASE_NOTES --- a/RELEASE_NOTES Thu Dec 12 15:12:52 2013 -0800 +++ b/RELEASE_NOTES Fri Dec 13 10:50:45 2013 +0100 @@ -45,6 +45,16 @@ switching between control and service channels, or using multiple radios, are not yet modelled. +- Extension to UE measurements and improved handover algorithm models in LTE + module, as the outcome of GSoC 2013 project. The project also includes several + sub-features, such as: + - implementation of System Information Block Type 1 (SIB1); + - a new option for automatic UE attachment using Idle mode cell selection + procedure; + - improved configurability of UE measurements; and + - two options of handover algorithms for enabling automatic handover trigger + in LTE simulation: A2-A4-RSRQ and strongest cell (A3-RSRP). + Bugs fixed ---------- - Bug 1496 - Option to print log level in NS_LOG messages, and documentation.