diff --git a/src/lte/helper/lte-helper.cc b/src/lte/helper/lte-helper.cc index 213e52532..864d48b49 100644 --- a/src/lte/helper/lte-helper.cc +++ b/src/lte/helper/lte-helper.cc @@ -196,7 +196,7 @@ TypeId LteHelper::GetTypeId (void) "If it is more than one and m_useCa is false, it will raise an error ", UintegerValue (1), MakeUintegerAccessor (&LteHelper::m_noOfCcs), - MakeUintegerChecker (1, 3)) + MakeUintegerChecker (MIN_NO_CC, MAX_NO_CC)) ; return tid; }