Setting carrier frequency in LTE

65 views
Skip to first unread message

Janet

unread,
Jun 30, 2022, 10:08:38 PM6/30/22
to ns-3-users
Hello,

Would like to confirm if the carrier frequency (EARFCN) in the LteEnbNetDevice class is in Hz, so the following lines would set downlink and uplink EARFCN to 2500Hz? and if I don't set a value, what's the default setting?

Config::SetDefault ("ns3::LteEnbNetDevice::DlEarfcn", UintegerValue (2500));
Config::SetDefault ("ns3::LteEnbNetDevice::UlEarfcn", UintegerValue (2500)); 

Thank you!

- Janet

Mubanga Nsofu

unread,
Jul 9, 2022, 5:29:36 AM7/9/22
to ns-3-users
No. The erafcn is the channel number, so for 2500MHz the equivalent is 39690 and most likely would be TDD in that band.
use this link for conversions (earfcn calculator https://www.sqimway.com/lte_band.php )

Reply all
Reply to author
Forward
0 new messages