lte: LteEnbRrc: configure SRB0 on primary component carrier, not 0

This commit is contained in:
Alexander Krotov
2017-06-13 14:54:56 +03:00
parent 42f0c37e6a
commit e8a3362842

View File

@@ -211,7 +211,7 @@ UeManager::DoInitialize ()
// MacSapUserForRlc in the ComponentCarrierManager MacSapUser
LteMacSapUser* lteMacSapUser = m_rrc->m_ccmRrcSapProvider->ConfigureSignalBearer(lcinfo, rlc->GetLteMacSapUser ());
// Signal Channel are only on Primary Carrier
m_rrc->m_cmacSapProvider.at (0)->AddLc (lcinfo, lteMacSapUser);
m_rrc->m_cmacSapProvider.at (m_componentCarrierId)->AddLc (lcinfo, lteMacSapUser);
m_rrc->m_ccmRrcSapProvider->AddLc (lcinfo, lteMacSapUser);
}