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

Unified Diff: src/lte/model/lte-ue-phy.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/model/lte-ue-cphy-sap.h ('k') | src/lte/model/lte-ue-phy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/model/lte-ue-phy.h
===================================================================
--- a/src/lte/model/lte-ue-phy.h
+++ b/src/lte/model/lte-ue-phy.h
@@ -407,6 +407,16 @@
*/
void DoSynchronizeWithEnb (uint16_t cellId, uint32_t dlEarfcn);
/**
+ * Get cell ID
+ * \returns cell ID
+ */
+ uint16_t DoGetCellId ();
+ /**
+ * Get DL EARFCN
+ * \returns DL EARFCN
+ */
+ uint32_t DoGetDlEarfcn ();
+ /**
* Set DL bandwidth function
* \param dlBandwidth the DL bandwidth
*/
« no previous file with comments | « src/lte/model/lte-ue-cphy-sap.h ('k') | src/lte/model/lte-ue-phy.cc » ('j') | no next file with comments »

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