lte: Make sure CC map is set on LteEnbNetDevice before cell configuration
This commit is contained in:
@@ -342,6 +342,7 @@ LteEnbNetDevice::GetCcMap ()
|
||||
void
|
||||
LteEnbNetDevice::SetCcMap (std::map< uint8_t, Ptr<ComponentCarrierEnb> > ccm)
|
||||
{
|
||||
NS_ASSERT_MSG (!m_isConfigured, "attempt to set CC map after configuration");
|
||||
m_ccMap = ccm;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user