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

Unified Diff: src/lte/model/lte-ue-mac.cc

Issue 250600043: GSoC 2015 - Carrier Aggregation - Control Plane
Patch Set: Created 8 years, 8 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-component-carrier-manager.cc ('k') | src/lte/model/lte-ue-net-device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/model/lte-ue-mac.cc
===================================================================
--- a/src/lte/model/lte-ue-mac.cc
+++ b/src/lte/model/lte-ue-mac.cc
@@ -791,7 +791,9 @@
LteUeMac::AssignStreams (int64_t stream)
{
NS_LOG_FUNCTION (this << stream);
+ std::cout << "stop before ? " << stream << std::endl;
m_raPreambleUniformVariable->SetStream (stream);
+ std::cout << "stop here ?" << std::endl;
return 1;
}
« no previous file with comments | « src/lte/model/lte-ue-component-carrier-manager.cc ('k') | src/lte/model/lte-ue-net-device.cc » ('j') | no next file with comments »

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