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

Unified Diff: src/lte/model/a2-a4-rsrq-handover-algorithm.h

Issue 328170043: NS-3 GSoC 2017 LTE CA handover milestone 2 and 3
Patch Set: NS-3 GSoC 2017 LTE CA handover milestone 2 and 3 Created 6 years, 7 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
« no previous file with comments | « src/lte/helper/point-to-point-epc-helper.cc ('k') | src/lte/model/a2-a4-rsrq-handover-algorithm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/model/a2-a4-rsrq-handover-algorithm.h
===================================================================
--- a/src/lte/model/a2-a4-rsrq-handover-algorithm.h
+++ b/src/lte/model/a2-a4-rsrq-handover-algorithm.h
@@ -137,10 +137,10 @@
void UpdateNeighbourMeasurements (uint16_t rnti, uint16_t cellId,
uint8_t rsrq);
- /// The expected measurement identity for A2 measurements.
- uint8_t m_a2MeasId;
- /// The expected measurement identity for A4 measurements.
- uint8_t m_a4MeasId;
+ /// The expected measurement identities for A2 measurements.
+ std::vector<uint8_t> m_a2MeasIds;
+ /// The expected measurement identities for A4 measurements.
+ std::vector<uint8_t> m_a4MeasIds;
/**
* Measurements reported by a UE for a cell ID. The values are quantized
« no previous file with comments | « src/lte/helper/point-to-point-epc-helper.cc ('k') | src/lte/model/a2-a4-rsrq-handover-algorithm.cc » ('j') | no next file with comments »

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