Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(58)

Unified Diff: src/lte/model/lte-rrc-sap.cc

Issue 249960043: GSoC 2015 - MidTerm Milestone - Carrier Aggregation
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/lte/model/lte-rrc-sap.cc
===================================================================
--- a/src/lte/model/lte-rrc-sap.cc
+++ b/src/lte/model/lte-rrc-sap.cc
@@ -22,29 +22,29 @@
namespace ns3 {
-LteRrcSap::~LteRrcSap ()
-{
-}
+ LteRrcSap::~LteRrcSap ()
+ {
+ }
-LteRrcSap::ReportConfigEutra::ReportConfigEutra ()
-{
- triggerType = EVENT;
- eventId = EVENT_A1;
- threshold1.choice = ThresholdEutra::THRESHOLD_RSRP;
- threshold1.range = 0;
- threshold2.choice = ThresholdEutra::THRESHOLD_RSRP;
- threshold2.range = 0;
- reportOnLeave = false;
- a3Offset = 0;
- hysteresis = 0;
- timeToTrigger = 0;
- purpose = REPORT_STRONGEST_CELLS;
- triggerQuantity = RSRP;
- reportQuantity = BOTH;
- maxReportCells = MaxReportCells;
- reportInterval = MS480;
- reportAmount = 255;
-}
+ LteRrcSap::ReportConfigEutra::ReportConfigEutra ()
+ {
+ triggerType = EVENT;
+ eventId = EVENT_A1;
+ threshold1.choice = ThresholdEutra::THRESHOLD_RSRP;
+ threshold1.range = 0;
+ threshold2.choice = ThresholdEutra::THRESHOLD_RSRP;
+ threshold2.range = 0;
+ reportOnLeave = false;
+ a3Offset = 0;
+ hysteresis = 0;
+ timeToTrigger = 0;
+ purpose = REPORT_STRONGEST_CELLS;
+ triggerQuantity = RSRP;
+ reportQuantity = BOTH;
+ maxReportCells = MaxReportCells;
+ reportInterval = MS480;
+ reportAmount = 255;
+ }
} // namespace ns3

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b