diff --git a/src/lte/model/lte-rrc-protocol-ideal.cc b/src/lte/model/lte-rrc-protocol-ideal.cc index 08742fe40..cf9b1f5cd 100644 --- a/src/lte/model/lte-rrc-protocol-ideal.cc +++ b/src/lte/model/lte-rrc-protocol-ideal.cc @@ -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 (),