lte: Remove UE from RRC protocol upon UE removal

This commit is contained in:
Vignesh Babu
2019-04-12 13:58:42 +02:00
committed by ZorazeAli
parent 664910c572
commit 5a540e93e4

View File

@@ -2794,7 +2794,12 @@ LteEnbRrc::RemoveUe (uint16_t rnti)
}
m_ccmRrcSapProvider-> RemoveUe (rnti);
// need to do this after UeManager has been deleted
RemoveSrsConfigurationIndex (srsCi);
if (srsCi != 0)
{
RemoveSrsConfigurationIndex (srsCi);
}
m_rrcSapUser->RemoveUe (rnti); // Remove UE context at RRC protocol
}
TypeId