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

Unified Diff: src/lte/model/lte-enb-phy.cc

Issue 249960043: GSoC 2015 - MidTerm Milestone - Carrier Aggregation
Patch Set: Created 8 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-phy.cc
===================================================================
--- a/src/lte/model/lte-enb-phy.cc
+++ b/src/lte/model/lte-enb-phy.cc
@@ -159,7 +159,7 @@
{
static TypeId tid = TypeId ("ns3::LteEnbPhy")
.SetParent<LtePhy> ()
- .SetGroupName("Lte")
+ .SetGroupName ("Lte")
.AddConstructor<LteEnbPhy> ()
.AddAttribute ("TxPower",
"Transmission power in dBm",

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