Clarification comments on LTE SI transmission schedule

This commit is contained in:
Budiarto Herman
2013-07-03 15:40:08 +03:00
parent dd59b7acb3
commit 7ae10a085b

View File

@@ -1657,7 +1657,12 @@ LteEnbRrc::ConfigureCell (uint8_t ulBandwidth, uint8_t dlBandwidth,
mib.dlBandwidth = m_dlBandwidth;
m_cphySapProvider->SetMasterInformationBlock (mib);
// Enabling SIB transmission. The first time System Information is sent.
/*
* Enabling SIB transmission. The first time System Information is transmitted
* is arbitrarily assumed to be at +0.016s, and then it will be regularly
* transmitted every 80 ms by default (set the SystemInformationPeriodicity
* attribute to configure this).
*/
Simulator::Schedule (MilliSeconds (16), &LteEnbRrc::SendSystemInformation, this);
m_configured = true;