Home
last modified time | relevance | path

Searched refs:m_frCellTypeId (Results 1 – 8 of 8) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/model/
H A Dlte-fr-hard-algorithm.cc187 if (m_frCellTypeId != 0) in DoInitialize()
189 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in DoInitialize()
190 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in DoInitialize()
199 if (m_frCellTypeId != 0) in Reconfigure()
201 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in Reconfigure()
202 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in Reconfigure()
H A Dlte-fr-soft-algorithm.cc224 if (m_frCellTypeId != 0) in DoInitialize()
226 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in DoInitialize()
227 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in DoInitialize()
245 if (m_frCellTypeId != 0) in Reconfigure()
247 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in Reconfigure()
248 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in Reconfigure()
H A Dlte-fr-strict-algorithm.cc231 if (m_frCellTypeId != 0) in DoInitialize()
233 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in DoInitialize()
234 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in DoInitialize()
252 if (m_frCellTypeId != 0) in Reconfigure()
254 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in Reconfigure()
255 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in Reconfigure()
H A Dlte-ffr-soft-algorithm.cc248 if (m_frCellTypeId != 0) in DoInitialize()
250 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in DoInitialize()
251 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in DoInitialize()
269 if (m_frCellTypeId != 0) in Reconfigure()
271 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in Reconfigure()
272 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in Reconfigure()
H A Dlte-ffr-algorithm.cc142 m_frCellTypeId = cellTypeId; in SetFrCellTypeId()
150 return m_frCellTypeId; in GetFrCellTypeId()
H A Dlte-ffr-distributed-algorithm.cc153 if (m_frCellTypeId != 0) in DoInitialize()
155 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in DoInitialize()
156 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in DoInitialize()
188 if (m_frCellTypeId != 0) in Reconfigure()
190 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in Reconfigure()
191 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in Reconfigure()
H A Dlte-ffr-enhanced-algorithm.cc244 if (m_frCellTypeId != 0) in DoInitialize()
246 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in DoInitialize()
247 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in DoInitialize()
265 if (m_frCellTypeId != 0) in Reconfigure()
267 SetDownlinkConfiguration (m_frCellTypeId, m_dlBandwidth); in Reconfigure()
268 SetUplinkConfiguration (m_frCellTypeId, m_ulBandwidth); in Reconfigure()
H A Dlte-ffr-algorithm.h250 uint8_t m_frCellTypeId; /**< FFR cell type ID for automatic configuration */ variable