Fix #592: Update lte-rrc-protocol-ideal.cc to solve SIB2 repeatedly reception issue

This commit is contained in:
Robin Lee
2022-03-10 09:14:21 +00:00
committed by Biljana B
parent 2422e2dc4d
commit 221b3deb79

View File

@@ -373,7 +373,7 @@ LteEnbRrcProtocolIdeal::DoSendSystemInformation (uint16_t cellId, LteRrcSap::Sys
if (ueRrc->GetCellId () == cellId)
{
NS_LOG_LOGIC ("sending SI to IMSI " << ueDev->GetImsi ());
ueRrc->GetLteUeRrcSapProvider ()->RecvSystemInformation (msg);
Simulator::Schedule (RRC_IDEAL_MSG_DELAY,
&LteUeRrcSapProvider::RecvSystemInformation,
ueRrc->GetLteUeRrcSapProvider (),