lte: Set Cell ID for ComponentCarrierEnb

This commit is contained in:
Alexander Krotov
2017-06-06 18:51:45 +03:00
parent c546964466
commit 238fe2cccf

View File

@@ -536,6 +536,7 @@ LteHelper::InstallSingleEnbDevice (Ptr<Node> n)
cc->SetDlEarfcn(it->second.GetDlEarfcn());
cc->SetUlEarfcn(it->second.GetUlEarfcn());
cc->SetAsPrimary(it->second.IsPrimary());
cc->SetCellId (cellId);
ccMap [it->first] = cc;
}
NS_ABORT_MSG_IF (m_useCa && ccMap.size()<2, "You have to either specify carriers or disable carrier aggregation");