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

Unified Diff: src/lte/model/lte-enb-net-device.h

Issue 327850043: NS-3 GSoC 2017 LTE CA handover milestone 1 (Closed)
Patch Set: Created 6 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-enb-net-device.h
===================================================================
--- a/src/lte/model/lte-enb-net-device.h
+++ b/src/lte/model/lte-enb-net-device.h
@@ -107,6 +107,12 @@
*/
uint16_t GetCellId () const;
+ /**
+ * \param cellId cell ID
+ * \return true if cellId is served by this eNB
+ */
+ bool HasCellId (uint16_t cellId) const;
+
/**
* \return the uplink bandwidth in RBs
*/

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