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

Unified Diff: src/lte/helper/epc-helper.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/emu-epc-helper.cc ('k') | src/lte/helper/lte-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/helper/epc-helper.h
===================================================================
--- a/src/lte/helper/epc-helper.h
+++ b/src/lte/helper/epc-helper.h
@@ -76,9 +76,9 @@
* \param enbNode the previosuly created eNB node which is to be
* added to the EPC
* \param lteEnbNetDevice the LteEnbNetDevice of the eNB node
- * \param cellId ID of the eNB
+ * \param cellIds IDs of cells served by this eNB
*/
- virtual void AddEnb (Ptr<Node> enbNode, Ptr<NetDevice> lteEnbNetDevice, uint16_t cellId) = 0;
+ virtual void AddEnb (Ptr<Node> enbNode, Ptr<NetDevice> lteEnbNetDevice, std::vector<uint16_t> cellIds) = 0;
/**
* Notify the EPC of the existance of a new UE which might attach at a later time
« no previous file with comments | « src/lte/helper/emu-epc-helper.cc ('k') | src/lte/helper/lte-helper.h » ('j') | no next file with comments »

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