lte: Remove limit of 2 on number of CCs

This commit is contained in:
Alexander Krotov
2017-06-07 15:50:33 +03:00
parent 78a71372d0
commit 6816e8a8d6

View File

@@ -1660,7 +1660,7 @@ LteEnbRrc::GetTypeId (void)
"Number of Component Carriers ",
UintegerValue (1),
MakeIntegerAccessor (&LteEnbRrc::m_numberOfComponentCarriers),
MakeIntegerChecker<int16_t> (MIN_NO_CC, 2)) // to change, currently the CC number is liited to 2
MakeIntegerChecker<int16_t> (MIN_NO_CC, MAX_NO_CC))
// Handover related attributes
.AddAttribute ("AdmitHandoverRequest",